Sin descripción
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.

1234567891011121314151617181920212223242526
  1. {eyou:if condition='($page == "lunwen-detail")'}
  2. <?php echo $title; ?>
  3. {eyou:elseif condition='($page == "document")'}
  4. {eyou:type typeid='38 empty=''}
  5. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  6. {/eyou:type}
  7. {eyou:elseif condition='($page == "down")'}
  8. {eyou:empty name='$eyou.field.stypeid' /}
  9. <?php echo $title; ?>
  10. {eyou:else /}
  11. {eyou:type typeid='$eyou.field.stypeid' empty=''}
  12. <a href="{:get_tid_url_2($field['typeurl'])}" class="" >{$field['typename']}<?php echo $title; ?></a>
  13. {/eyou:type}
  14. {/eyou:empty}
  15. {eyou:elseif condition='($page == "provincial")'}
  16. {eyou:type typeid='116' empty='暂时没有数据'}
  17. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  18. {/eyou:type}
  19. {eyou:else /}
  20. <!--{$field['typename']} $eyou.field.typeid-->
  21. {eyou:type typeid='116' empty='暂时没有数据'}
  22. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  23. {/eyou:type}
  24. {/eyou:if}