mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Admin setting 'title, image' UI added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8883 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b1afb09dbc
commit
ef99b1c240
2 changed files with 37 additions and 10 deletions
|
|
@ -4,14 +4,41 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="" class="form">
|
||||
<h1 class="h1">Admin Setting</h1>
|
||||
<fieldset class="section">
|
||||
<h2 class="h2">Title</h2>
|
||||
<ul class="form">
|
||||
<li>
|
||||
<p class="q">
|
||||
<label for="adminTitle">관리자 페이지 제목</label>
|
||||
</p>
|
||||
<p class="a">
|
||||
<input type="text" id="adminTitle" value="Naradesign">
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">
|
||||
<label for="adminLogo">관리자 페이지 로고</label>
|
||||
</p>
|
||||
<p class="a"> <img src="http://dece24.xpressengine.com/xeAdmin/img/xe.h1.png">
|
||||
<button type="button" class="text">Delete</button>
|
||||
</p>
|
||||
<p class="a">
|
||||
<input type="file" id="adminLogo">
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="btnArea"><span class="btn small"><button value="procMenuAdminArrangeItem" name="act" type="submit">{$lang->cmd_save}</button></span></p>
|
||||
</fieldset>
|
||||
</form>
|
||||
<form id="listForm" action="./" class="siteMap" method="post">
|
||||
<input type="hidden" name="act" value="procMenuAdminDeleteItem" />
|
||||
<input type="hidden" name="menu_srl" value="{$menu_srl}" />
|
||||
<input type="hidden" name="menu_item_srl" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispAdminMenuSetup')}" />
|
||||
<h1 class="h1">Admin Menu Setup</h1>
|
||||
<input type="hidden" name="act" value="procMenuAdminDeleteItem" />
|
||||
<input type="hidden" name="menu_srl" value="{$menu_srl}" />
|
||||
<input type="hidden" name="menu_item_srl" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispAdminMenuSetup')}" />
|
||||
<h2 class="h2">Menu</h2>
|
||||
<div class="adminMenu portlet">
|
||||
<h2 class="h2"><input value="Admin Menu" disabled /></h2>
|
||||
<ul class="lined">
|
||||
<li class="parent" loop="$gnbUrlList=>$key,$value">
|
||||
<input type="hidden" name="parent_key[]" value="{$key}" class="_parent_key" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue