You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.7 KiB
50 lines
1.7 KiB
<html lang="zh-TW">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="Keywords" content="{$keywords}" />
|
|
<meta name="Description" content="{$description}" />
|
|
|
|
<!-- TemplateBeginEditable name="doctitle" -->
|
|
<title>{$page_title}</title>
|
|
<!-- TemplateEndEditable -->
|
|
|
|
<!-- TemplateBeginEditable name="head" -->
|
|
<!-- TemplateEndEditable -->
|
|
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
|
|
|
|
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/templatemo.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/custom.css" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- Load fonts style after rendering the layout styles -->
|
|
<link href="css/css2.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/fontawesome.css" rel="stylesheet" type="text/css" />
|
|
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="message_all">
|
|
<h3 class="message_tit">{$lang.system_info}</h3>
|
|
<div class="message_con">
|
|
<p class="msg_con">{$message.content}</p>
|
|
<!-- {if $message.url_info} -->
|
|
<!--{foreach from=$message.url_info key=info item=url}-->
|
|
<p><a href="{$url}">{$info}</a></p>
|
|
<!--{/foreach}-->
|
|
<!--{/if}-->
|
|
</div>
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|