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

This commit is contained in:
zero 2008-10-21 01:09:53 +00:00
parent 5b2627ae4d
commit e56f5091a0
58 changed files with 324 additions and 293 deletions

View file

@ -22,7 +22,7 @@
</thead>
<tbody>
<!--@foreach($layout_list as $no => $val)-->
<tr>
<tr class="row{$cycle_idx}">
<td class="number center">{$no+1}</td>
<td>
{$val->layout}
@ -39,11 +39,11 @@
&nbsp;
<!--@end-->
</td>
<td class="modify center"><a href="{getUrl('act','dispLayoutAdminEdit','layout_srl',$val->layout_srl)}" class="blue">{$lang->cmd_layout_edit}</a></td>
<td class="delete center"><a href="#" onclick="doDeleteLayout('{$val->layout_srl}');return false;" class="red">{$lang->cmd_delete}</a></td>
<td class="modify center"><a href="{getUrl('act','dispLayoutAdminEdit','layout_srl',$val->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
<td class="delete center"><a href="#" onclick="doDeleteLayout('{$val->layout_srl}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<td colspan="7" class="right">
<a href="{getUrl('act','dispLayoutAdminInsert','layout_srl','')}" class="button"><span>{$lang->cmd_make}</span></a>
</td>

View file

@ -4,39 +4,36 @@
<div id="popBody">
<table cellspacing="0" class="adminTable">
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->title}</div></th>
<td>{$layout_info->title} ver {$layout_info->version}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->author}</div></th>
<td class="blue">
<td>
<!--@foreach($layout_info->author as $author)-->
{$author->name} (<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a>, <a href="mailto:{$author->email_address}">{$author->email_address}</a>)<br />
<!--@endforeach-->
</td>
</tr>
<!--@if($layout_info->homepage)-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->homepage}</div></th>
<td class="blue"><a href="{$layout_info->author->homepage}" onclick="window.open(this.href);return false;">{$layout_info->homepage}</a></td>
<td><a href="{$layout_info->author->homepage}" onclick="window.open(this.href);return false;">{$layout_info->homepage}</a>&nbsp;</td>
</tr>
<!--@endif-->
<tr>
<th scope="row"><div>{$lang->regdate}</div></th>
<td>{zdate($layout_info->date, 'Y-m-d')}</td>
</tr>
<!--@if($layout_info->license || $layout_info->license_link)-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->layout_license}</div></th>
<td>
{nl2br(trim($layout_info->license))}
<!--@if($layout_info->license_link)-->
<p><a href="{$layout_info->license_link}" onclick="window.close(); return false;">{$layout_info->license_link}</a></p>
<!--@end-->
&nbsp;
</td>
</tr>
<!--@endif-->
<tr>
<th scope="row"><div>{$lang->description}</div></th>
<td>{nl2br(trim($layout_info->description))}</td>
@ -51,11 +48,8 @@
<div id="popHistoryBody">
<table cellspacing="0" class="adminTable">
<col width="100" />
<col />
<!--@foreach($layout_info->history as $history)-->
<tr>
<tr class="row{$cycle_idx}">
<th scope="row"><div>
{$history->version}<br />
{zdate($history->date, 'Y-m-d')}