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

This commit is contained in:
zero 2007-03-08 04:23:27 +00:00
parent a2d979b50f
commit 0b91f1dda9
8 changed files with 41 additions and 5 deletions

View file

@ -1,6 +1,16 @@
<!--#include("header.html")-->
<table>
<tr>
<th>{$lang->layout}</th>
<td>
<!--@if($module_info->layout_srl)-->
{$module_info->layout_title} ({$module_info->layout})
<!--@else-->
{$lang->not_exists}
<!--@end-->
</td>
</tr>
<tr>
<th>{$lang->skin}</th>
<td>{$module_info->skin}</td>

View file

@ -34,6 +34,20 @@
<tr>
<td>{$lang->about_browser_title}</td>
</tr>
<tr>
<th rowspan="2">{$lang->layout}</th>
<td>
<select name="layout_srl">
<option value="0">{$lang->notuse}</option>
<!--@foreach($layout_list as $key => $val)-->
<option value="{$val->layout_srl}" <!--@if($module_info->layout_srl==$val->layout_srl)-->selected="true"<!--@end-->>{$val->title} ({$val->layout})</option>
<!--@end-->
</select>
</td>
</tr>
<tr>
<td>{$lang->about_layout}</td>
</tr>
<tr>
<th rowspan="2">{$lang->skin}</th>
<td>

View file

@ -8,6 +8,7 @@
<parameter>
<param name="board_name" target="mid" />
<param name="module_srl" target="module_srl" />
<param name="layout_srl" target="layout_srl" />
<param name="skin" target="skin" />
<param name="browser_title" target="browser_title" />
<param name="use_category" target="use_category" />