orbit-basic/app/views/desktop/seminar_p.html.erb

34 lines
1.7 KiB
Plaintext
Raw Normal View History

2013-01-23 10:35:00 +00:00
<div id="conference_p">
2012-07-04 11:12:02 +00:00
<div id="content">
<div id="header" class="hh3">
<div class="dtitle w2 hh3 hp">
2013-01-23 10:35:00 +00:00
<span class="thmtxth">Conference</span>
2012-07-04 11:12:02 +00:00
</div>
<div id="search_app" class="hfn w2 hh2 hp thmc3">
<input type="text" class="ini_input form" value="Search" id="searchbox" />
<input type="submit" class="ini_input submit thmc1" value="Submit"/>
</div>
</div>
<div id="holder">
<div id="panel_l" class="ph">
2012-11-20 09:20:05 +00:00
<div class="s_menu sm_v" content-type="menu">
2012-07-04 11:12:02 +00:00
<ul id='setting_left_nav'>
2013-01-23 10:35:00 +00:00
<li><a href="<%= desktop_publications_conference_p_list_path %>" callback-method="list" class="hh2 w2 hp active thmc1 thmtxt" onclick='return false;'>List</a></li>
<li><a href="<%= desktop_publications_conference_p_add_path %>" callback-method="addconference" custom-load="add" class="admtxt hh2 w2 hp" onclick='return false;'>Add/Edit</a></li>
<li><a href="<%= desktop_publications_conference_p_add_path %>" callback-method="conference" class="admtxt hh2 w2 hp" onclick='return false;'>Conference</a></li>
<li><a href="<%= desktop_publications_conference_p_list_path %>" callback-method="rues" class="admtxt hh2 w2 hp" onclick='return false;'>Co-Authors</a></li>
2012-07-04 11:12:02 +00:00
<li><a href="" class="admtxt hh2 w2 hp" onclick='return false;'>Tags &amp; Keywords</a></li>
<li><a href="" class="admtxt hh2 w2 hp" onclick='return false;'>Analysis</a></li>
<li><a href="" class="admtxt hh2 w2 hp" onclick='return false;'>Import</a></li>
<li><a href="" class="admtxt hh2 w2 hp" onclick='return false;'>Export</a></li>
</ul>
</div>
</div>
2012-11-20 09:20:05 +00:00
<div id="panel_r" container="true" class="ph pw admbg hp">
2012-07-04 11:12:02 +00:00
</div>
<div class="clear"></div>
</div>
</div>
</div>
2013-01-23 10:35:00 +00:00
</div>