mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1717 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fcb4fe15d6
commit
bf23eca99d
48 changed files with 719 additions and 530 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue