组织显示模式暂时隐藏
This commit is contained in:
parent
1a1d5b4c49
commit
598f69abb0
|
@ -28,13 +28,13 @@
|
|||
value:"#{User.current.id.to_s + '_' +Time.now.to_s.gsub(' ','_').gsub(':','').gsub('+','')}" %>
|
||||
</p>
|
||||
</li>
|
||||
<li class=" mb5 ml45">
|
||||
<span style="margin-left:10px;" >显示模式 : </span>
|
||||
<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:2px;" checked />
|
||||
<label for="show_mode_ordinary">社区模式一</label>
|
||||
<input type="radio" id="show_mode_special" value="1" name="show_mode" style="margin-left:10px;" />
|
||||
<label for="show_mode_special">社区模式二</label>
|
||||
</li>
|
||||
<!--<li class=" mb5 ml45">-->
|
||||
<!--<span style="margin-left:10px;" >显示模式 : </span>-->
|
||||
<!--<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:2px;" checked />-->
|
||||
<!--<label for="show_mode_ordinary">社区模式一</label>-->
|
||||
<!--<input type="radio" id="show_mode_special" value="1" name="show_mode" style="margin-left:10px;" />-->
|
||||
<!--<label for="show_mode_special">社区模式二</label>-->
|
||||
<!--</li>-->
|
||||
<li class=" mb5 ml80">
|
||||
<label >公开 :</label>
|
||||
<input id="organization_is_public" name="organization[is_public]" onclick="disable_down($(this), $('#organization_alow_download'), $('#allow_down_hint'));" type="checkbox" value="1" checked="checked">
|
||||
|
|
|
@ -72,13 +72,13 @@
|
|||
<!--class="c_green f12" 您的申请已提交,系统会以消息的形式通知您结果 -->
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
<div class="orgRow mb10 mt5">
|
||||
<span style="margin-left:10px;" >显示模式 : </span>
|
||||
<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:5px;" <%= @organization.show_mode == 0 ? "checked" : "" %> />
|
||||
<label for="show_mode_ordinary">社区模式一</label>
|
||||
<input type="radio" id="show_mode_special" value="1" name="show_mode" style="margin-left:10px;" <%= @organization.show_mode == 1 ? "checked" : "" %> />
|
||||
<label for="show_mode_special">社区模式二</label>
|
||||
</div>
|
||||
<!--<div class="orgRow mb10 mt5">-->
|
||||
<!--<span style="margin-left:10px;" >显示模式 : </span>-->
|
||||
<!--<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:5px;" <%= @organization.show_mode == 0 ? "checked" : "" %> />-->
|
||||
<!--<label for="show_mode_ordinary">社区模式一</label>-->
|
||||
<!--<input type="radio" id="show_mode_special" value="1" name="show_mode" style="margin-left:10px;" <%= @organization.show_mode == 1 ? "checked" : "" %> />-->
|
||||
<!--<label for="show_mode_special">社区模式二</label>-->
|
||||
<!--</div>-->
|
||||
<div class="orgRow mb10 mt5"><span style="margin-left:38px;" >公开 : </span>
|
||||
<input type="checkbox" id="is_public" onclick="disable_down($(this), $('#allow_download'),$('#allow_down_hint'));" name="organization[is_public]" <%= @organization.is_public ? 'checked': ''%> class="ml3" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue