mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 19:44:12 +08:00
58 lines
1.9 KiB
HTML
58 lines
1.9 KiB
HTML
<!--{template common/header_simple_start}-->
|
|
<link href="static/css/common.css?{VERHASH}" rel="stylesheet" media="all">
|
|
<script type="text/javascript" src="static/js/jquery.leftDrager.js?{VERHASH}"></script>
|
|
<!--{template common/header_simple_end}-->
|
|
<style>
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 95%;
|
|
}
|
|
th {
|
|
text-align:center;
|
|
color: #76a9ff;
|
|
line-height: 34px;
|
|
padding: 3px 5px;
|
|
}
|
|
tr {
|
|
text-align:center;
|
|
}
|
|
</style>
|
|
<!--{template common/commer_header}-->
|
|
<div class="bs-container clearfix">
|
|
<div class="bs-left-container clearfix">
|
|
<!--{template left}-->
|
|
</div>
|
|
<div class="left-drager">
|
|
</div>
|
|
<div class="bs-main-container clearfix">
|
|
<div class="main-content" style="padding:20px 0;border-top:1px solid #FFF">
|
|
<div class="well well-sm">
|
|
<div class="container step_1">
|
|
<h2 class="title">版本信息</h2>
|
|
<table class="tb" style="margin:20px 0;">
|
|
<tbody>
|
|
<tr>
|
|
<th>官方版本</th>
|
|
<th class="padleft">小胡版本</th>
|
|
<th class="padleft">小胡版更新日期</th>
|
|
</tr>
|
|
<tr>
|
|
<td>$about[version]</td>
|
|
<td class="padleft">$about[xhversion]</td>
|
|
<td class="w pdleft1">$about[XHFIXBUG]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!--{eval echo shuchu();}-->
|
|
<li>已安装扩展:$extensions</li>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a class="add-menu leftTopmenu dzz dzz-menu" onclick="_header.leftTopmenu(this)"></a>
|
|
</div>
|
|
<script type="text/javascript">
|
|
jQuery('.left-drager').leftDrager_layout();
|
|
</script>
|
|
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
|
<!--{template common/footer_simple}--> |