<?php
$url_ext = '';
if($tagid > 0){
    $url_ext = '/tag'.$tagid;
}
?>
{eyou:if condition='($type === 1 || $type === 5)'}
<!--政策指引-->
<a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
<!--     <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
<font class="more">
    {eyou:if condition='($type === 5)'}

    {/eyou:if}
    <a href="/zlwd{$url_ext}" class="ma active">通用文件</a>
    <font class="mf">|</font>
    <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
    <!--<font class="mf">|</font>
    <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
</font>

{eyou:elseif condition='($type === 2)'}
<!--政策文件-->

<a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
<!--     <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
<font class="more">
    <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
    <font class="mf">|</font>
    <a href="/zcwj{$url_ext}" class="ma active">政策指引</a>
    <!--<font class="mf">|</font>
    <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
</font>
{eyou:else /}
<!--参考文件-->

<a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
<!--     <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a>&nbsp;<img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
<font class="more">
    <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
    <font class="mf">|</font>
    <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
</font>
{/eyou:if}