Sha256: 879002521b1aa237c3bb4d69af9e067d39ecc05bcd7c545d3c84340ed736dff9
Contents?: true
Size: 1.53 KB
Versions: 6
Compression:
Stored size: 1.53 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Typo Administration: <%= controller.controller_name %></title> <meta http-equiv="imagetoolbar" content="no" /> <%= javascript_include_tag :fckeditor %> <%= stylesheet_link_tag "administration", "lightbox" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls", "typo", "lightbox" %> </head> <body> <div id="container"> <div id="topnav"> <ul id="tabs"> <% for pm in current_user.project_modules %> <%= content_tag :li, (link_to _(pm.human_name), pm.menus.first.url, :class => send("class_#{pm.name}")) %> <% end %> <li><%= current_user_notice %></li> <%= tab _('your blog'), :controller => "/articles" %> </ul> </div> <% if not first_render =~ /login|signup|logout/ %> <div class="tasks"> <ul> <%= @content_for_tasks %> </ul> <div style="clear:both;"></div> </div> <% end %> <div id="overall"> <% if flash[:notice] or flash[:error] %> <div id="flash"> <%= render_flash rescue nil %> </div> <% end %> <div id="main"> <h2><%= @page_heading %></h2> <%= @content_for_layout %> </div> <div id="footer"> Typo <%=h TYPO_VERSION %> <%= _("with %s AER OS XK iconset %s", '<a href="http://gnome-look.org/content/show.php/AER-OS-XK?content=49990">', '</a>') %> </div> </div> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems