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.
52 lines
1.7 KiB
52 lines
1.7 KiB
<!DOCTYPE html>
|
|
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
|
|
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
|
|
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{$current.title} {$site_name} </title>
|
|
<meta name="keywords" content="{$menu.menu_seo_key|default=$site_seo_keywords}" />
|
|
<meta name="description" content="{$menu.menu_seo_des|default=$site_seo_description}">
|
|
{include file="public:head" /}
|
|
{switch name="lang"}
|
|
{case value="zh-cn"}{load href="__PUBLIC__/shearphoto/css/ShearPhoto_f_zh-cn.css" /}{/case}
|
|
{case value="en-us"}{load href="__PUBLIC__/shearphoto/css/ShearPhoto_f_en-us.css" /}{/case}
|
|
{default /}{load href="__PUBLIC__/shearphoto/css/ShearPhoto_f_zh-cn.css" /}
|
|
{/switch}
|
|
<script type="text/javascript" src="{$yf_theme_path}public/js/widget/count.js"></script>
|
|
</head>
|
|
<body class="detailsbg">
|
|
<div class="contenter">
|
|
{include file="public:nav" /}
|
|
<div class="detailsbanner"></div>
|
|
<!--banner结束-->
|
|
<!--body开始-->
|
|
<div class="content modeub bodymb">
|
|
<!-- 控制个人中心选中菜单的样式 -->
|
|
{include file="user/usernav" /}
|
|
<!--mode right开始-->
|
|
<div class="modef1 moderight">
|
|
<div class="basictop">
|
|
<div class="moderighttag modeub modeac">
|
|
<div class="linecolor"></div>
|
|
<div class="basictitle modef1">{$current.title}</div>
|
|
{notempty name="apply_time"}
|
|
<div>申请倒计时:</div>
|
|
<div class="" style="margin-right: 20px;">
|
|
<div class="yomibox" data="{$apply_time}"></div>
|
|
</div>
|
|
{/notempty}
|
|
</div>
|
|
<div class="basiccon">
|
|
{__CONTENT__}
|
|
</div>
|
|
</div>
|
|
<div class="pagecon">
|
|
<div id='d2'></div>
|
|
</div>
|
|
</div>
|
|
<!--mode right结束-->
|
|
</div>
|
|
{include file="public:footer"/}
|
|
</body>
|
|
</html>
|