mirrors.tpl
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. {* Smarty *}
  2. {if !empty($mirrors)}
  3. <ol>
  4. {foreach from=$mirrors item=m}
  5. <li>
  6. {strip}
  7. <a href="{$m.url|escape:"quote"}">
  8. {if !empty($m.name)}{$m.name|escape:"html"}{else}{$m.url|escape:"html"}{/if}
  9. </a>
  10. {/strip}
  11. {if $m.days > 0}(last seen {$m.days} day{if $m.days > 1}s{/if} ago){/if}
  12. </li>
  13. {/foreach}
  14. </ol>
  15. {else}
  16. <p align="center">Sorry, no other mirrors are available right now.</p>
  17. {/if}
  18. <p align="center">Would you like to setup your own mirror? Drop me an {mailto address="gabest@gabest.org" text="email" encode="hex"}!</p>