1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <!doctype html>
| <html class="no-js">
| <head>
| <meta charset="utf-8">
| <title>配置详情</title>
| [#include "/business/pages/include/static.html" /]
| </head>
| <body class="end_task_body widthauto">
| <div id="template">
| [#if info.id??]
| [#include "/business/pages/cfg/cfgTemplateRead.html" /]
| [/#if]
| </div>
| </body>
| </html>
|
|