oc-server3/htdocs/templates2/ocstyle/res_cachestatus_span.tpl
2012-05-09 20:05:43 +02:00

20 lines
574 B
Smarty

{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{* OCSTYLE *}
{if $status==1}
text-decoration: none
{elseif $status==2}
text-decoration: line-through
{elseif $status==3}
text-decoration: line-through; color: red;
{elseif $status==6}
text-decoration: line-through; color: red;
{elseif $status==7}
text-decoration: line-through; color: red;
{else}
 
{/if}