Board logo

标题: Bootstrap框架----新建示例--各种input 更新 [打印本页]

作者: look_w    时间: 2019-5-13 11:20     标题: Bootstrap框架----新建示例--各种input 更新

<div class="form-group">
                    <label for="icon" class="col-sm-2 control-label">前台隐藏</label>
                    <div class="col-sm-10">
                        <label class="radio-inline">
                            <input type="checkbox" id="hidden" name="hidden" ${basicEntity.hidden?'checked':''}>
                        </label>
                    </div>
                </div>
                <div class="form-group">
                    <label for="icon" class="col-sm-2 control-label">算法类型</label>
                    <div class="col-sm-10">
                        <label class="radio-inline">
                            <input type="radio" name="algorithmType" id="algorithmType"
                                   value="1"  ${basicEntity.algorithmType==1?'checked':''}   />
                            特征型
                        </label>
                        <label class="radio-inline">
                            <input type="radio" name="algorithmType" id="algorithmType"
                                   value="2"  ${basicEntity.algorithmType==2?'checked':''}/>
                            风险型
                        </label>
                    </div>
                </div>
                <div class="form-group">
                    <div class="col-sm-6 col-sm-offset-2">
                        <button type="button" class="btn btn-default cancel"
                                data-dismiss="modal">取消
                        </button>
                        <button type="button" class="btn btn-primary save"
                                data-loading-text="Saving...">确认
                        </button>
                    </div>
                </div>
            </form>
        </div>
        <!-- /. ROW  -->   
               
               
               
               
            </div>  
            <!-- /. PAGE INNER  -->  
        </div>  
        <!-- /. PAGE WRAPPER  -->              
                 
<%@ include file="./include/footer.jsp"%>  
<script type="text/javascript">  
  
</script>  
  
  
</body>  
  
</html>




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0