mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Sitemap UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8945 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3e2a6a7f84
commit
2c68168fb7
1 changed files with 26 additions and 15 deletions
|
|
@ -106,12 +106,14 @@
|
|||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">What kind of module?</p>
|
||||
<p class="q"><label for="kModule">What kind of module?</label></p>
|
||||
<p class="a">
|
||||
<input type="radio" name="mType" id="board" /> <label for="board">board</label>
|
||||
<input type="radio" name="mType" id="forum" /> <label for="forum">forum</label>
|
||||
<input type="radio" name="mType" id="page" /> <label for="page">page</label>
|
||||
<input type="radio" name="mType" id="wiki" /> <label for="wiki">wiki</label>
|
||||
<select style="width:290px" id="kModule">
|
||||
<option>board</option>
|
||||
<option>forum</option>
|
||||
<option>page</option>
|
||||
<option>wiki</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -123,16 +125,13 @@
|
|||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="sModule_id">Select module ID.</label></p>
|
||||
<div class="a">
|
||||
<input type="text" id="sModule_id" name="menu_url" />
|
||||
<div id="findMid" class="suggestion">
|
||||
<ul>
|
||||
<li><button type="button">freeBoard</button></li>
|
||||
<li><button type="button">userForum</button></li>
|
||||
</ul>
|
||||
</div>
|
||||
<span class="desc"><a href="#findMid" class="tgAnchor">Select Module ID</a></span>
|
||||
</div>
|
||||
<p class="a">
|
||||
<select style="width:290px" id="sModule_id">
|
||||
<option>freeBoard</option>
|
||||
<option>userForum</option>
|
||||
<option>devForum</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="link_url">Insert URL.</label></p>
|
||||
|
|
@ -147,6 +146,18 @@
|
|||
<input type="radio" name="menu_open_window" id="blank" value="Y" /> <label for="blank">Blank</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">Display image.</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="imgUse" id="imgNo" checked="checked" /> <label for="imgNo">No</label>
|
||||
<input type="radio" name="imgUse" id="imgYes" /> <label for="imgYes">Yes</label>
|
||||
</p>
|
||||
<p class="a">
|
||||
<input type="file" name="menu_normal_btn" id="menu_normal_btn" /> <label for="menu_normal_btn">Normal Image</label><br />
|
||||
<input type="file" name="menu_hover_btn" id="menu_hover_btn" /> <label for="menu_hover_btn">Hover Image</label><br />
|
||||
<input type="file" name="menu_active_btn" id="menu_active_btn" /> <label for="menu_active_btn">Active Image</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">Authority for access.</p>
|
||||
<p class="a" id="groupList">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue