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.
20 lines
450 B
PHTML
20 lines
450 B
PHTML
11 months ago
|
<!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(RubyWidgetConst::dtCommonMeta); ?>
|
||
|
</head>
|
||
|
<body ruby-dt-layout>
|
||
|
<div class="main-container container-fluid">
|
||
|
<div class="page-container">
|
||
|
<?php echo $_content_;?>
|
||
|
</div>
|
||
|
</div>
|
||
|
<?php Zc::W(RubyWidgetConst::dtCommonFooter);?>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|
||
|
|