make it real
This commit is contained in:
parent
bf4c75fcdc
commit
b6004958c9
|
@ -45,13 +45,17 @@
|
||||||
<div class="viewport">
|
<div class="viewport">
|
||||||
<div class="overview">
|
<div class="overview">
|
||||||
<div class="s_grid_con s_form">
|
<div class="s_grid_con s_form">
|
||||||
|
<%= form_for @writing_journal, url: desktop_publications_journal_p_add_path, :html => { :class=>"s_grid_6 s_grid"} do |f| %>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="s_grid_row"><textarea class="s_grid_6 s_grid" name="" id="">Paper Title</textarea></li>
|
<li class="s_grid_row">
|
||||||
|
<%= f.text_area :paper_title, :size => "20x2", :value => "Paper Title", :class => "s_grid_6 s_grid"%>
|
||||||
|
</li>
|
||||||
<li class="s_grid_row"><input class="s_grid_6 s_grid" type="text" value="Journal Title"><span class="icon-plus input_append"></span></li>
|
<li class="s_grid_row"><input class="s_grid_6 s_grid" type="text" value="Journal Title"><span class="icon-plus input_append"></span></li>
|
||||||
<li class="s_grid_row">
|
<li class="s_grid_row">
|
||||||
<div class="check_box_g">
|
<div class="check_box_g">
|
||||||
<label for="">Journal Level</label>
|
<label for="">Journal Level</label>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li><input type="checkbox"><label for="">SCI</label></li>
|
<li><input type="checkbox"><label for="">SCI</label></li>
|
||||||
<li><input type="checkbox"><label for="">SCIE</label></li>
|
<li><input type="checkbox"><label for="">SCIE</label></li>
|
||||||
<li><input type="checkbox"><label for="">SSCI</label></li>
|
<li><input type="checkbox"><label for="">SSCI</label></li>
|
||||||
|
@ -103,6 +107,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li class="s_grid_row"><textarea name="" id="" rows="26" class="s_grid s_grid_6">Abstract</textarea></li>
|
<li class="s_grid_row"><textarea name="" id="" rows="26" class="s_grid s_grid_6">Abstract</textarea></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<%end%>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue