Files
DzzOffice/dzz/test/template/index.htm
2022-11-02 23:21:46 +08:00

19 lines
557 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--{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}-->