mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
add faceoff migration
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae5cf5a0e8
commit
5cd8e57f0e
13 changed files with 149 additions and 41 deletions
|
|
@ -50,29 +50,15 @@
|
|||
|
||||
<block cond="$selected_layout->type == 'faceoff'">
|
||||
<fieldset class="section">
|
||||
<h3 class="h3">{$lang->layout_migration}</h3>
|
||||
<p>{nl2br($lang->about_layout_migration)}</p>
|
||||
|
||||
<form class="form" ruleset="userLayoutImport" action="./" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="layout" />
|
||||
<input type="hidden" name="act" value="procLayoutAdminUserLayoutImport" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<ul>
|
||||
<h3 class="h3">{$lang->faceoff_export}</h3>
|
||||
<p>{nl2br($lang->about_faceoff_export)}</p>
|
||||
<ul class="form">
|
||||
<li>
|
||||
<p class="q">{$lang->layout_export}</p>
|
||||
<p class="a"><span class="btn small"><a href="{getUrl('', 'act', 'procLayoutAdminUserLayoutExport', 'layout_srl', $layout_srl)}">{$lang->layout_btn_export}</a></span></p>
|
||||
<p class="desc">{$lang->about_layout_export}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->layout_import}</p>
|
||||
<p class="a"><input type="file" name="file" /></p>
|
||||
<p class="desc">{$lang->about_layout_import}</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="{$lang->cmd_submit}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
</fieldset>
|
||||
</block>
|
||||
|
||||
|
|
@ -101,4 +87,4 @@
|
|||
<span class="btn medium"><button type="submit" name="mode" value="save">{$lang->cmd_save}</button></span>
|
||||
</div>
|
||||
</form>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue