23 lines
1.1 KiB
Smarty
Executable File
23 lines
1.1 KiB
Smarty
Executable File
{***************************************************************************
|
|
* You can find the license in the docs directory
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************}
|
|
<ul class="nodot">
|
|
{foreach name=newcaches from=$newcaches item=cacheitem}
|
|
<li class="newcache_list_multi" style="margin-bottom: 8px;">
|
|
{include file="res_cacheicon_22.tpl" cachetype=$cacheitem.type}
|
|
{$cacheitem.date_created|date_format:$opt.format.date}
|
|
<b><a class="links" href="viewcache.php?cacheid={$cacheitem.cache_id}">{$cacheitem.name|escape}</a></b>
|
|
{t}by{/t}
|
|
<b><a class="links" href="viewprofile.php?userid={$cacheitem.user_id}">{$cacheitem.username|escape}</a></b><br />
|
|
<strong>
|
|
<p class="content-title-noshade">
|
|
{$cacheitem.adm1|escape} {if $cacheitem.adm1!=null & $cacheitem.adm2!=null} > {/if}
|
|
{$cacheitem.adm2|escape} {if ($cacheitem.adm2!=null & $cacheitem.adm4!=null) | ($cacheitem.adm1!=null & $cacheitem.adm4!=null)} > {/if}
|
|
{$cacheitem.adm4|escape}
|
|
</p>
|
|
</strong>
|
|
</li>
|
|
{/foreach}
|
|
</ul> |