1234567891011121314151617181920212223242526 |
- {eyou:if condition='($page == "lunwen-detail")'}
- <?php echo $title; ?>
- {eyou:elseif condition='($page == "document")'}
- {eyou:type typeid='38 empty=''}
- <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
- {/eyou:type}
- {eyou:elseif condition='($page == "down")'}
-
- {eyou:empty name='$eyou.field.stypeid' /}
- <?php echo $title; ?>
- {eyou:else /}
- {eyou:type typeid='$eyou.field.stypeid' empty=''}
- <a href="{:get_tid_url_2($field['typeurl'])}" class="" >{$field['typename']}<?php echo $title; ?></a>
- {/eyou:type}
- {/eyou:empty}
-
- {eyou:elseif condition='($page == "provincial")'}
- {eyou:type typeid='116' empty='暂时没有数据'}
- <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
- {/eyou:type}
- {eyou:else /}
- <!--{$field['typename']} $eyou.field.typeid-->
- {eyou:type typeid='116' empty='暂时没有数据'}
- <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
- {/eyou:type}
- {/eyou:if}
|