|
|
|
@ -105,7 +105,22 @@
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_work_type) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td style="width: 100px">
|
|
|
|
|
<span>
|
|
|
|
|
<%#= select_tag 'app_type_name', work_type_opttion, {:name => 'app_type_name',:style => "width:358px;"} %>
|
|
|
|
|
</span>
|
|
|
|
|
<%= f.select :app_type_name,work_type_opttion, {},{:style => "width:358px;"} %>
|
|
|
|
|
<%#= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|