| | |
| | | <label class="col-sm-3 control-label">板块名称:</label> |
| | | <div class="col-sm-9"> |
| | | <input class="form-control" id="name" name="name" type="text" style="width: 400px;"> |
| | | |
| | | </div> |
| | | </div> |
| | | <div class="form-group" style="margin-left:-410px"> |
| | | <label class="col-sm-3 control-label">排序:</label> |
| | | <div class="col-sm-9"> |
| | | <input class="form-control" id="sort" name="name" type="text" style="width: 400px;"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group" style="margin-left:-410px"> |
| | | <label class="col-sm-3 control-label">内容设置:</label> |
| | | <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAdd()"/> |
| | | <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAdd(1)"/> |
| | | </div> |
| | | <#table id="TCompetitionOtherTable"/> |
| | | |