git-svn-id: http://xe-core.googlecode.com/svn/trunk@1717 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-21 05:28:09 +00:00
parent fcb4fe15d6
commit bf23eca99d
48 changed files with 719 additions and 530 deletions

View file

@ -82,13 +82,13 @@
<tr <!--@if($dummy_chk==0)-->class="first-child" {@ $dummy_chk = 1; }<!--@end-->>
<th>{htmlspecialchars($val->column_title)}</th>
<td>
<!--@if($val->column_type=='tel')-->
<!--@if($val->column_type=='tel' && $val->value[0] && $val->value[1] && $val->value[2])-->
{htmlspecialchars($val->value[0])} - {htmlspecialchars($val->value[1])} - {htmlspecialchars($val->value[2])}
<!--@elseif($val->column_type=='kr_zip')-->
<!--@elseif($val->column_type=='kr_zip' && $val->value[0])-->
{$val->value[0]} {htmlspecialchars($val->value[1])}
<!--@elseif($val->column_type=='checkbox')-->
<!--@elseif($val->column_type=='checkbox' && count($val->value))-->
{htmlspecialchars(implode(",",$val->value))}
<!--@elseif($val->column_type=='date')-->
<!--@elseif($val->column_type=='date' && $val->value)-->
{zdate($val->value, "Y-m-d")}
<!--@else-->
{htmlspecialchars($val->value)}&nbsp;