mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-07 08:05:12 +08:00
19 lines
557 B
HTML
19 lines
557 B
HTML
<!--{template common/header_simple_start}-->
|
||
<!--<link href="static/css/common.css?{VERHASH}" rel="stylesheet" media="all">-->
|
||
<!--模板的header区域,需要在头部的js或css可以写在这里-->
|
||
<!--{template common/header_simple_end}-->
|
||
<!--模板body区域,直接加入自己的模板代码即可,body标签已经存在-->
|
||
<div class="container" style="padding:50px;">
|
||
<div class="well">
|
||
{lang info_test_desc}
|
||
<br>
|
||
<br>
|
||
{$teststring}
|
||
<br>
|
||
<br>
|
||
<!--{hook test_diaoyong}-->
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<!--{template common/footer_simple}--> |