OSDN Git Service

try sort
[pettanr/pettanr.git] / app / views / layouts / test.html.erb
index 6fa0d2f..7279ce5 100644 (file)
@@ -1,65 +1,99 @@
 <!DOCTYPE html>\r
 <html>\r
 <head>\r
-  <title>Pettanr</title>\r
+  <title>\r
+    <% if @page_title %>\r
+      <%= h @page_title %>\r
+    <% else %>\r
+      <%= t("#{params[:controller]}.#{params[:action]}.title") %>\r
+    <% end %>\r
+    - <%= h(MagicNumber['profile']['users']['caption']) %>\r
+  </title>\r
   <%= stylesheet_link_tag "test.css" %>\r
+  <%= stylesheet_link_tag "jquery-ui.css" %>\r
   <%= javascript_include_tag "application" %>\r
   <%= csrf_meta_tags %>\r
 </head>\r
 <body>\r
 \r
-<div>\r
-<% if user_signed_in? %>\r
-  <%= link_to t('home.index.title'), '/home' %>\r
-  <%= link_to t('home.comics.title'), '/home/comic' %>\r
-  <%= link_to t('home.panels.title'), '/home/panel' %>\r
-  <%= link_to t('home.panel_pictures.title'), '/home/panel_picture' %>\r
-  <%= link_to h(truncate(@author.name, :length => 12)), main_app.author_path(@author) %>\r
-  <% if @artist %>\r
-    <%= link_to t('home.pictures.title'), main_app.original_pictures_path %>\r
-    <%= link_to h(truncate(@artist.name, :length => 12)), main_app.artist_path(@artist) %>\r
-  <% end %>\r
-  <%= link_to t('home.configure.title'), '/home/configure' %>\r
-  <%= link_to t('home.sign_out.title'), main_app.destroy_user_session_path, :method => :delete %>\r
-<% else %>\r
-  <%= link_to "sign in", main_app.new_user_session_path %>\r
-<% end %>\r
+<div width="100%">\r
+<table class="no-border">\r
+  <tr>\r
+    <td width="50%">\r
+      <h3><%= link_to MagicNumber['profile']['users']['caption'], main_app.root_path %></h3>\r
+    </td>\r
+    <td width="30%">\r
+      <% if user_signed_in? %>\r
+        <%= link_to t('top.metro.title'), '/top/metro' %>\r
+      <% end %>\r
+    </td>\r
+    <td>\r
+      <div>\r
+        <% if @author %>\r
+          <%= link_to h(truncate(@author.name, :length => 12)), main_app.author_path(@author) %>\r
+        <% end %>\r
+      </div>\r
+      <div>\r
+        <% if @artist %>\r
+          <%= link_to h(truncate(@artist.name, :length => 12)), main_app.artist_path(@artist) %>\r
+        <% end %>\r
+      </div>\r
+    </td>\r
+    <td>\r
+      <% if user_signed_in? %>\r
+        <%= link_to t('home.configure.title'), '/home/configure' %>\r
+        <%= link_to t('home.sign_out.title'), main_app.destroy_user_session_path, :method => :delete %>\r
+      <% else %>\r
+        <%= link_to "sign in", main_app.new_user_session_path %>\r
+      <% end %>\r
+  </td>\r
+  </tr>\r
+</table>\r
 </div>\r
-<div>\r
-<% if admin_signed_in? %>\r
-  <%= link_to "system", '/system' %>\r
-  <%= link_to "browse", '/system/browse' %>\r
-  <%= link_to "approve", '/system/waiting_list' %>\r
-  <%= link_to "token", '/system/auth_token' %>\r
-  layout:\r
-  <%= link_to "test", '/system/test_layout' %>\r
-  <%= link_to "production", '/system/production_layout' %>\r
-  <%= link_to "sign out", main_app.destroy_admin_session_path, :method => :delete %>\r
-<% else %>\r
-  <%= link_to "sign in", main_app.new_admin_session_path %>\r
-<% end %>\r
+<div width="100%" style="background-color: #ddfadd; padding: 5px;">\r
+  <%= link_to t('tab.reader.title'), '/' %>\r
+  <%= link_to t_m('Comic'), main_app.comics_path %>\r
+  <%= link_to t_m('Panel'), main_app.panels_path %>\r
+  <%= link_to t_m('ResourcePicture'), main_app.resource_pictures_path %>\r
+   : \r
+  <%= link_to t_m('Author'), main_app.authors_path %>\r
+  <%= link_to t_m('Artist'), main_app.artists_path %>\r
 </div>\r
-<div>\r
-user.resources\r
-<%= link_to 'comics', main_app.comics_path %>\r
-<%= link_to 'stories', main_app.new_story_path %>\r
-<%= link_to 'panels', main_app.panels_path %>\r
-<%= link_to 'original_pictures', main_app.original_pictures_path %>\r
-<%= link_to 'resource_pictures', main_app.resource_pictures_path %>\r
-<%= link_to 'panel_pictures', main_app.panel_pictures_path %>\r
- : \r
-<%= link_to 'authors', main_app.authors_path %>\r
-<%= link_to 'artists', main_app.artists_path %>\r
+<% if @author %>\r
+  <div width="100%" style="background-color: #fadddd; padding: 5px;">\r
+    <%= link_to t('tab.creator.home'), '/home' %>\r
+    <%= link_to t('tab.creator.comic'), '/home/comics' %>\r
+    <%= link_to t('tab.creator.panel'), '/home/panels' %>\r
+    <% if @artist %>\r
+      <%= link_to t('tab.creator.picture'), main_app.original_pictures_path %>\r
+    <% end %>\r
+  </div>\r
+<% end %>\r
+<%= yield %>\r
+<div width="100%" style="background-color: #faddfa; padding: 5px;">\r
+  <%= link_to t('tab.demander.title'), main_app.demanders_path %>\r
+  <% if demand_user_signed_in? %>\r
+    <%= link_to t_m('Demander'), main_app.demanders_path %>\r
+    <%= link_to t('home.sign_out.title'), main_app.destroy_demand_user_session_path, :method => :delete %>\r
+  <% else %>\r
+    <%= link_to t('home.sign_in.title'), main_app.new_demand_user_session_path %>\r
+  <% end %>\r
 </div>\r
-<div>\r
-system.resources\r
-<%= link_to 'speech_balloon_templates', main_app.speech_balloon_templates_path %>\r
-<%= link_to 'license_groups', main_app.license_groups_path %>\r
-<%= link_to 'licenses', main_app.licenses_path %>\r
-<%= link_to 'colors', main_app.colors_path %>\r
-<%= link_to 'system_pictures', main_app.system_pictures_path %>\r
+<div width="100%" style="background-color: #ddddfa; padding: 5px;">\r
+  <%= link_to t('tab.system.title'), '/system' %>\r
+  <% if admin_signed_in? %>\r
+    <%= link_to t('tab.system.browse'), '/system/browse' %>\r
+    <%= link_to t('tab.system.approve'), '/system/waiting_list' %>\r
+    <%= link_to t('tab.system.port'), '/system/import' %>\r
+    <%= link_to t('tab.system.token'), '/system/auth_token' %>\r
+    <%= t('tab.system.layout') %>:\r
+    <%= link_to t('tab.system.test'), '/system/test_layout' %>\r
+    <%= link_to t('tab.system.production'), '/system/production_layout' %>\r
+    <%= link_to t('home.sign_out.title'), main_app.destroy_admin_session_path, :method => :delete %>\r
+  <% else %>\r
+    <%= link_to t('home.sign_in.title'), main_app.new_admin_session_path %>\r
+  <% end %>\r
 </div>\r
-<%= yield %>\r
 <%= javascript_tag 'var server_result=' + @server_result.to_json + ';' %>\r
 \r
 </body>\r