You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
601 B
PHP
19 lines
601 B
PHP
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<?php Zc::W(WidgetConst::commonMeta);?>
|
|
</head>
|
|
<body id="layout-<?php echo Zc::C('appName');?>" class="body-container">
|
|
<?php Zc::W(WidgetConst::commonHeader);?>
|
|
<div class="main-container container-fluid">
|
|
<div class="page-container">
|
|
<?php Zc::W(WidgetConst::commonNotice);?>
|
|
<?php echo $_content_;?>
|
|
</div>
|
|
</div>
|
|
<?php Zc::W(WidgetConst::commonFooter);?>
|
|
</body>
|
|
</html>
|