mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
16 lines
575 B
HTML
16 lines
575 B
HTML
<form action="./" method="get">
|
|
<input type="hidden" name="module" value="admin" />
|
|
<input type="hidden" name="mo" value="layout" />
|
|
<input type="hidden" name="act" value="dispInsertLayout2" />
|
|
<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}" />
|
|
</div>
|
|
</form>
|