198 lines
9.2 KiB
Plaintext
198 lines
9.2 KiB
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<#include "../layout/ref_head.ftl">
|
||
|
|
<link rel="stylesheet" type="text/css" href="${asset_csspath}/appVersion.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="tabForm" ui-config="autoFit:true,tabWidth:'90',headerWidth:'110',tabPosition:'left'">
|
||
|
|
<div ui-config="id:'windows',fontIcon:{ icon:'fa-windows',color:'#000'},title:'Windows'">
|
||
|
|
<div id="grid">
|
||
|
|
<div class="grid_toolbar">
|
||
|
|
<table style="width:100%;">
|
||
|
|
<tr>
|
||
|
|
<td style="width:100%;">
|
||
|
|
<button type="button" id="btnAdd_w"
|
||
|
|
ui-config="fontIcon:{left:{icon:'fa-plus',color:'#ffffff'}},style:'button_submit'">
|
||
|
|
添加
|
||
|
|
</button>
|
||
|
|
<button type="button" id="btnDelete_w"
|
||
|
|
ui-config="style:'button_danger'">删除
|
||
|
|
</button>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
<table class="grid_data">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<td style="width: 20px;"><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
||
|
|
<td style="width: 44px;">操作</td>
|
||
|
|
<td style="width: 28px;">序号</td>
|
||
|
|
<td style="width: 57px;" sortfield="isupdatepkg">类型</td>
|
||
|
|
<td sortfield="versionnumber" width="80px">版本</td>
|
||
|
|
<td sortfield="name" width="100px">标题</td>
|
||
|
|
<td sortfield="remark">版本信息</td>
|
||
|
|
<td sortfield="publishdate" width="100px">更新时间</td>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr class="row{{i%2}}">
|
||
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
||
|
|
<td>
|
||
|
|
<a class="icon icon_rowedit" title="编辑" href="javascript:void(0);"
|
||
|
|
onclick="editRow('{{value.id}}',1);"></a>
|
||
|
|
<span class="sep"></span>
|
||
|
|
<a class="icon icon_rowdelete" title="删除" href="javascript:void(0);"
|
||
|
|
onclick="deleteRow(['{{value.id}}'],1);"></a></td>
|
||
|
|
<td>{{i+1}}</td>
|
||
|
|
<td>
|
||
|
|
<span class="label label-{{if value.islastversion==1}}success{{else}}default{{/if}}">
|
||
|
|
{{value.isupdatepkg |updatepkgFilter}}
|
||
|
|
</span>
|
||
|
|
</td>
|
||
|
|
<td><a title="查看" href="javascript:void(0);"
|
||
|
|
onclick="viewRow('{{value.id}}',1);">
|
||
|
|
{{value.versionnumber}}
|
||
|
|
</a></td>
|
||
|
|
<td>{{value.name}}</td>
|
||
|
|
<td>{{value.remark}}</td>
|
||
|
|
<td>{{value.publishdate |dateFilter}}</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
<div class="grid_pagination"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div ui-config="id:'android',fontIcon:{ icon:'fa-android',color:'#000'},title:'Android'">
|
||
|
|
<div id="grid1">
|
||
|
|
<div class="grid_toolbar">
|
||
|
|
<table style="width:100%;">
|
||
|
|
<tr>
|
||
|
|
<td style="width:100%;">
|
||
|
|
<button type="button" id="btnAdd_a"
|
||
|
|
ui-config="fontIcon:{left:{icon:'fa-plus',color:'#ffffff'}},style:'button_submit'">
|
||
|
|
添加
|
||
|
|
</button>
|
||
|
|
<button type="button" id="btnDelete_a"
|
||
|
|
ui-config="style:'button_danger'">删除
|
||
|
|
</button>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
<table class="grid_data">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<td style="width: 20px;"><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
||
|
|
<td style="width: 44px;">操作</td>
|
||
|
|
<td style="width: 28px;">序号</td>
|
||
|
|
<td style="width: 57px;" sortfield="isupdatepkg">类型</td>
|
||
|
|
<td sortfield="versionnumber" width="80px">版本</td>
|
||
|
|
<td sortfield="name" width="100px">标题</td>
|
||
|
|
<td sortfield="remark">版本信息</td>
|
||
|
|
<td sortfield="publishdate" width="100px">更新时间</td>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr class="row{{i%2}}">
|
||
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
||
|
|
<td>
|
||
|
|
<a class="icon icon_rowedit" title="编辑" href="javascript:void(0);"
|
||
|
|
onclick="editRow('{{value.id}}',2);"></a>
|
||
|
|
<span class="sep"></span>
|
||
|
|
<a class="icon icon_rowdelete" title="删除" href="javascript:void(0);"
|
||
|
|
onclick="deleteRow(['{{value.id}}'],2);"></a></td>
|
||
|
|
<td>{{i+1}}</td>
|
||
|
|
<td>
|
||
|
|
<span class="label label-{{if value.islastversion==1}}success{{else}}default{{/if}}">
|
||
|
|
{{value.isupdatepkg |updatepkgFilter}}
|
||
|
|
</span>
|
||
|
|
</td>
|
||
|
|
<td><a title="查看" href="javascript:void(0);"
|
||
|
|
onclick="viewRow('{{value.id}}',2);">
|
||
|
|
{{value.versionnumber}}
|
||
|
|
</a></td>
|
||
|
|
<td>{{value.name}}</td>
|
||
|
|
<td>{{value.remark}}</td>
|
||
|
|
<td>{{value.publishdate |dateFilter}}</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
<div class="grid_pagination"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div ui-config="id:'ios',fontIcon:{ icon:'fa-apple',color:'#000'},title:'IOS'">
|
||
|
|
<div id="grid2">
|
||
|
|
<div class="grid_toolbar">
|
||
|
|
<table style="width:100%;">
|
||
|
|
<tr>
|
||
|
|
<td style="width:100%;">
|
||
|
|
<button type="button" id="btnAdd_i"
|
||
|
|
ui-config="fontIcon:{left:{icon:'fa-plus',color:'#ffffff'}},style:'button_submit'">
|
||
|
|
添加
|
||
|
|
</button>
|
||
|
|
<button type="button" id="btnDelete_i"
|
||
|
|
ui-config="style:'button_danger'">删除
|
||
|
|
</button>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
<table class="grid_data">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<td style="width: 20px;"><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
||
|
|
<td style="width: 44px;">操作</td>
|
||
|
|
<td style="width: 28px;">序号</td>
|
||
|
|
<td style="width: 57px;" sortfield="isupdatepkg">类型</td>
|
||
|
|
<td sortfield="versionnumber" width="80px">版本</td>
|
||
|
|
<td sortfield="name" width="100px">标题</td>
|
||
|
|
<td sortfield="remark">版本信息</td>
|
||
|
|
<td sortfield="publishdate" width="100px">更新时间</td>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr class="row{{i%2}}">
|
||
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
||
|
|
<td>
|
||
|
|
<a class="icon icon_rowedit" title="编辑" href="javascript:void(0);"
|
||
|
|
onclick="editRow('{{value.id}}',3);"></a>
|
||
|
|
<span class="sep"></span>
|
||
|
|
<a class="icon icon_rowdelete" title="删除" href="javascript:void(0);"
|
||
|
|
onclick="deleteRow(['{{value.id}}'],3);"></a></td>
|
||
|
|
<td>{{i+1}}</td>
|
||
|
|
<td>
|
||
|
|
<span class="label label-{{if value.islastversion==1}}success{{else}}default{{/if}}">
|
||
|
|
{{value.isupdatepkg |updatepkgFilter}}
|
||
|
|
</span>
|
||
|
|
</td>
|
||
|
|
<td><a title="查看" href="javascript:void(0);"
|
||
|
|
onclick="viewRow('{{value.id}}',3);">
|
||
|
|
{{value.versionnumber}}
|
||
|
|
</a></td>
|
||
|
|
<td>{{value.name}}</td>
|
||
|
|
<td>{{value.remark}}</td>
|
||
|
|
<td>{{value.publishdate |dateFilter}}</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
<div class="grid_pagination"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<#include "appVersion_Edit.ftl">
|
||
|
|
<#include "../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_path}/thirdlib/CECT54.WebUI/plugins/My97DatePicker/WdatePicker.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/jcdp/chat/appVersion.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|