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.
67 lines
2.1 KiB
67 lines
2.1 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>{$menu.menu_seo_title|default=$site_seo_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" /}
|
|
</head>
|
|
<body class="home">
|
|
{include file="public:nav" /}
|
|
<div class="wrap">
|
|
|
|
<div class="content">
|
|
<div class="basictop" style="margin-top: 0; margin-bottom: 80px">
|
|
<div class="" style="padding: 0 20px 20px 20px;">
|
|
<div class="tabs modeub modeac">
|
|
<div class="iconfont icon-home hometabs"></div>
|
|
<div class="tabstitle">挂牌企业</div>
|
|
<div class="marketsegment segment">/</div>
|
|
<div class="tabstitle tabslast modef1">国有项目</div>
|
|
<div class="iconfont icon-fanhui backcolor"></div>
|
|
<div class="tabslastfont " onclick="topfind()">上一页</div>
|
|
</div>
|
|
<div class="detailsdes modeub">
|
|
<div class="ub ub-ver liastedimg ">
|
|
<div class="logobackimg liastedimg liastedimgimg">
|
|
{notempty name="list.c_logo"}
|
|
<img src="{$list.c_logo}" title="{$list.c_name}"/>
|
|
{/notempty}
|
|
</div>
|
|
<div class="modeub modeac modepc expertsmt">
|
|
<div class="detailesname modeub modeac modepc">{$list.c_name}</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="modef1">
|
|
{notempty name="list.c_logo"}
|
|
<p>{$list.c_content}</p>
|
|
{else /}
|
|
<p>{$list.c_content} </p>
|
|
{/notempty}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{include file="public:footer"/}
|
|
{include file="public:scripts"/}
|
|
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
|
|
<script type="text/javascript" >
|
|
var jiathis_config={
|
|
summary:"",
|
|
shortUrl:false,
|
|
hideMore:false
|
|
}
|
|
function topfind() {
|
|
window.location.href='/#gyindex';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|