1234567891011121314151617181920212223242526272829303132333435 |
-
- <link rel="stylesheet" href="/template/pc/components/text/style_1.css" media="all">
- <div class="content-1">
- <div class="box-1">
- <div class="layui-row">
- <div class="layui-col-xs10">
- <span class="font-1">
-
- <?php
- $txt = str_replace(',', ',', $eyou['field']['seo_keywords']);
- $txt = $txt.',0';
- $ko = explode(',',$txt);
- $txt2 = '<a href="'.$route_url.'" style="color: rgb(40, 45, 108);">'.$ko[0].'</a>';
- ?>
- {eyou:if condition='($page == "zccat-detail-list")'}
- {$txt2},材料撰写、职称申报、职称论文专利等一站式服务,职称评审绿色便捷通道。
- {eyou:else /}
- {eyou:arcview aid='695'}
- {$field.content}
- {/eyou:arcview}
- {/eyou:if}
-
-
- </span>
- </div>
- <div class="layui-col-xs2 qy-1">
- <span class="font-2">
- {eyou:arcview aid='696'}
- {$field.content}
- {/eyou:arcview}
- </span>
- </div>
- </div>
- </div>
- </div>
|