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

This commit is contained in:
zero 2007-03-07 08:31:29 +00:00
parent 648cb8ba52
commit c7d1f1c55e
5 changed files with 38 additions and 16 deletions

View file

@ -5,12 +5,29 @@
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
<div style="margin-bottom:10px;">
{$lang->layout_name}
<select name="layout">
<!--@foreach($layout_list as $key => $val)-->
<option value="{$val->layout}">{$val->title} ({$val->layout})</option>
<!--@end-->
</select>
<input type="submit" value="{$lang->cmd_next}" />
<table border="1" width="100%">
<tr>
<th>{$lang->layout_name}</th>
<td>
<select name="layout">
<!--@foreach($layout_list as $key => $val)-->
<option value="{$val->layout}" <!--@if($layout == $val->layout)-->selected="true"<!--@end-->>{$val->title} ({$val->layout})</option>
<!--@end-->
</select>
</td>
</tr>
<tr>
<th rowspan="2">{$lang->title}</th>
<td><input type="text" name="title" value="{$info->title}" /></td>
</tr>
<tr>
<td>{$lang->about_title}</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="{$lang->cmd_next}" />
</td>
</tr>
</table>
</div>
</form>

View file

@ -23,13 +23,6 @@
<th>{$lang->description}</th>
<td>{nl2br($info->author->description)}</td>
</tr>
<tr>
<th rowspan="2">{$lang->title}</th>
<td><input type="text" name="title" value="{$info->title}" /></td>
</tr>
<tr>
<td>{$lang->about_title}</td>
</tr>
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispContent')}'" />

View file

@ -20,7 +20,7 @@
<td>{count($val->navigations)}</td>
<td>{$val->author->date}</td>
<td>{$val->path}</td>
<td><a href="{getUrl('mo','layout','act','dispInsertLayout2','layout',$val->layout)}">{$lang->cmd_make}</a></td>
<td><a href="{getUrl('mo','layout','act','dispInsertLayout','layout',$val->layout)}">{$lang->cmd_make}</a></td>
</tr>
<tr>
<td colspan="6">