<{* $Id: weblinks2_block_new.html,v 1.8 2010/01/24 11:17:37 ohwada Exp $ *}> <{* google map *}> <{if $block.show_gmap}> <{$block.gmap}> <{/if}> <{if $block.show_recommend}>
<{/if}> <{* latest links *}>
    <{foreach item=link from=$block.links}>
  • <{if $link.show_banner == 1}> <{if $link.width > 0 }> banner <{else}> banner <{/if}> <{/if}> <{$link.title}> (<{$link.date}>) <{if $link.show_new }> new <{/if}> <{if $link.show_update }> update <{/if}> <{if $link.show_pop }> popular <{/if}> <{if $link.show_cat_title }>
    in <{$link.cat_title}> <{/if}> <{if $link.name != ''}> <{$link.name}> <{/if}> <{if $link.show_desc }>
    <{$link.desc_short}> <{/if}>
  • <{/foreach}>
<{* latest links end *}> <{* recommend links *}> <{if $block.show_recommend}>
    <{foreach item=link from=$block.recommend_links}>
  • <{if $link.show_banner }> <{if $link.width > 0 }> banner <{else}> banner <{/if}> <{/if}> <{$link.title}> (<{$link.date}>) <{if $link.show_new }> new <{/if}> <{if $link.show_update }> update <{/if}> <{if $link.show_pop }> popular <{/if}> <{if $link.show_cat_title }>
    in <{$link.cat_title}> <{/if}> <{if $link.show_desc}>
    <{$link.desc_short}> <{/if}>
  • <{/foreach}>
<{/if}> <{* recommend links end *}>