mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@411 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d915912c41
commit
13c860a959
40 changed files with 1695 additions and 9 deletions
34
modules/plugin/tpl.admin/insert_layout.html
Normal file
34
modules/plugin/tpl.admin/insert_layout.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!--%import("js/admin.js")-->
|
||||
<!--%import("filter/insert_layout.xml")-->
|
||||
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_layout)">
|
||||
<div style="margin-bottom:10px;">
|
||||
<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="button" value="{$lang->cmd_list}" onclick="location.href='{getUrl('act',dispContent)}';return false;" />
|
||||
<input type="submit" value="{$lang->cmd_next}" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue