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

@ -3,7 +3,7 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="adminTable">
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->sample_code}<div></th>
<td colspan="2" class="wide">
<textarea class="inputTypeTextArea w400" readonly="readonly">{$sample_code}</textarea>
@ -21,7 +21,7 @@
<p>{$lang->about_skin}</p>
</td>
</tr>
<tr>
<tr class="row2">
<td colspan="3"><input type="checkbox" onclick="checkboxSelectAll(this.form,'target_mid'); return false;" /> {$lang->about_target_module}</td>
</tr>
<!--@foreach($mid_list as $module_category_srl => $modules)-->
@ -37,7 +37,7 @@
</tr>
<!--@end-->
<!--@foreach($modules->list as $key => $val)-->
<tr>
<tr class="row{$cycle_idx}">
<td>{$val->module}</td>
<td>
<input type="checkbox" name="target_mid" value="{$key}" id="target_mid_{$key}" <!--@if(in_array($key,$config->target_mid))-->checked="checked"<!--@end--> />
@ -46,7 +46,7 @@
</tr>
<!--@end-->
<!--@end-->
<tr>
<tr class="row2">
<td class="right" colspan="3">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>

View file

@ -10,7 +10,7 @@
<th scope="row"><div>{$lang->skin}</div></th>
<td class="wide" >{$skin_info->title}</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->skin_author}</div></th>
<td>
<!--@foreach($skin_info->author as $author)-->
@ -18,17 +18,14 @@
<!--@endforeach-->
</td>
</tr>
<!--@if($skin_info->homepage)-->
<tr>
<th scope="row"><div>{$lang->homepage}</div></th>
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a></td>
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a>&nbsp;</td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->date}</div></th>
<td>{zdate($skin_info->date, 'Y-m-d')}</td>
</tr>
<!--@if($skin_info->license || $skin_info->license_link)-->
<tr>
<th scope="row"><div>{$lang->skin_license}</div></th>
<td>
@ -36,10 +33,10 @@
<!--@if($skin_info->license_link)-->
<p><a href="{$skin_info->license_link}" onclick="window.close(); return false;">{$skin_info->license_link}</a></p>
<!--@end-->
&nbsp;
</td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->description}</div></th>
<td>{nl2br($skin_info->description)}</td>
</tr>
@ -77,7 +74,7 @@
<caption>{$group}</caption>
<!--@end-->
<tr>
<tr class="row2">
<th scope="row"><div>{$val->title}</div></th>
<td class="wide">
<!--@if($val->type=="text")-->
@ -134,7 +131,7 @@
<table cellspacing="0" class="adminTable">
<!--@end-->
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>