<%= stylesheet_link_tag "test.css" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= yield %>
<%= link_to t('tab.demander.title'), main_app.demanders_path %> <% if demand_user_signed_in? %> <%= link_to t_m('Demander'), main_app.demanders_path %> <%= link_to t('home.sign_out.title'), main_app.destroy_demand_user_session_path, :method => :delete %> <% else %> <%= link_to t('home.sign_in.title'), main_app.new_demand_user_session_path %> <% end %>
<%= link_to t('tab.system.title'), '/system' %> <% if admin_signed_in? %> <%= link_to t('tab.system.browse'), '/system/browse' %> <%= link_to t('tab.system.approve'), '/system/waiting_list' %> <%= link_to t('tab.system.port'), '/system/import' %> <%= link_to t('tab.system.token'), '/system/auth_token' %> <%= t('tab.system.layout') %>: <%= link_to t('tab.system.test'), '/system/test_layout' %> <%= link_to t('tab.system.production'), '/system/production_layout' %> <%= link_to t('home.sign_out.title'), main_app.destroy_admin_session_path, :method => :delete %> <% else %> <%= link_to t('home.sign_in.title'), main_app.new_admin_session_path %> <% end %>
<%= javascript_tag 'var server_result=' + @server_result.to_json + ';' %>