mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Sitemap UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8944 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd6a453dce
commit
3e2a6a7f84
1 changed files with 22 additions and 8 deletions
|
|
@ -98,26 +98,40 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">What kind of?</p>
|
||||
<p class="q">Module or URL?</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="cType" id="board" /> <label for="board">board</label>
|
||||
<input type="radio" name="cType" id="forum" /> <label for="forum">forum</label>
|
||||
<input type="radio" name="cType" id="page" /> <label for="page">page</label>
|
||||
<input type="radio" name="cType" id="wiki" /> <label for="wiki">wiki</label>
|
||||
<input type="radio" name="cType" id="cModule" /> <label for="cModule">Create Module</label>
|
||||
<input type="radio" name="cType" id="sModule" /> <label for="sModule">Select Module</label>
|
||||
<input type="radio" name="cType" id="url" /> <label for="url">URL</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="module_id">Create or insert module ID.</label></p>
|
||||
<p class="q">What kind of module?</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>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="cModule_id">Create module ID.</label></p>
|
||||
<div class="a">
|
||||
<input type="text" id="module_id" name="menu_url" />
|
||||
<input type="text" id="cModule_id" name="menu_url" />
|
||||
<span class="desc"><button type="button" class="text">Validation Check</button></span>
|
||||
</div>
|
||||
</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">Find Module ID</a></span>
|
||||
<span class="desc"><a href="#findMid" class="tgAnchor">Select Module ID</a></span>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue