| | |
| | | </#SelectCon> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <#button name="搜索" icon="fa-search" clickFun="TCar.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TCar.resetSearch()" space="true"/> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <input type="file" name="file" style="width:0px;height:0px;" id="uploadEventFile" onchange="TCar.exportCar()"> |
| | | <#button name="搜索" icon="fa-search" clickFun="TCompetition.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TCompetition.resetSearch()" space="true"/> |
| | | </div> |
| | | </div> |
| | | <div class="hidden-xs" id="TCarTableToolbar" role="group"> |
| | | <#button name="添加" icon="fa-plus" clickFun="TCar.openAddTCar()"/> |
| | | <#button name="编辑" icon="fa-edit" clickFun="TCar.openTCarDetail()" space="true"/> |
| | | <#button name="取消" icon="fa-remove" clickFun="TCar.delete()" space="true"/> |
| | | <#button name="查看详情" icon="fa-remove" clickFun="TCar.delete()" space="true"/> |
| | | <#button name="已报名人员" icon="fa-remove" clickFun="TCar.delete()" space="true"/> |
| | | <div class="hidden-xs" id="TCompetitionTableToolbar" role="group"> |
| | | <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAddTCompetition()"/> |
| | | <#button name="编辑" icon="fa-edit" clickFun="TCompetition.openTCompetitionDetail()" space="true"/> |
| | | <#button name="取消" icon="fa-remove" clickFun="TCompetition.delete()" space="true"/> |
| | | <#button name="查看详情" icon="fa-remove" clickFun="TCompetition.delete()" space="true"/> |
| | | <#button name="已报名人员" icon="fa-remove" clickFun="TCompetition.delete()" space="true"/> |
| | | |
| | | </div> |
| | | <#table id="TCarTable"/> |
| | | <#table id="TCompetitionTable"/> |
| | | </div> |
| | | </div> |
| | | </div> |