mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Data migration UX refactoring.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4085a87ee
commit
e10e89312b
52 changed files with 278 additions and 297 deletions
|
|
@ -3,19 +3,19 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="" class="form">
|
||||
<h1 class="h1">Poll</h1>
|
||||
<h1 class="h1">{$lang->poll}</h1>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>
|
||||
All({number_format($total_count)})
|
||||
<span class="side"><span class="btn"><a href="#listManager" class="modalAnchor" onclick="getPollList">선택한 설문 관리...</a></span></span>
|
||||
<span class="side"><span class="btn"><a href="#listManager" class="modalAnchor" onclick="getPollList">{$lang->poll_manager}...</a></span></span>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="text">{$lang->title}</th>
|
||||
<th scope="col">{$lang->poll_checkcount}</th>
|
||||
<th scope="col">{$lang->poll_join_count}</th>
|
||||
<th scope="col">Author</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col"><input type="checkbox" title="Check All" /></th>
|
||||
</tr>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<th scope="col" class="text">{$lang->title}</th>
|
||||
<th scope="col">{$lang->poll_checkcount}</th>
|
||||
<th scope="col">{$lang->poll_join_count}</th>
|
||||
<th scope="col">Author</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col"><input type="checkbox" title="Check All" /></th>
|
||||
</tr>
|
||||
|
|
@ -46,23 +46,23 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><a href="#listManager" class="modalAnchor" onclick="getPollList();">선택한 설문 관리...</a></span>
|
||||
<span class="btn"><a href="#listManager" class="modalAnchor" onclick="getPollList();">{$lang->poll_manager}...</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="modal" id="listManager">
|
||||
<form ruleset="deleteChecked" action="./" method="post" action="" class="fg form">
|
||||
<form ruleset="deleteChecked" action="./" method="post" class="fg form">
|
||||
<input type="hidden" name="act" value="procPollAdminDeleteChecked" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<h2 class="h2">선택한 설문 관리</h2>
|
||||
<h2 class="h2">{$lang->poll_manager}</h2>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0" id="pollManageListTable">
|
||||
<caption>선택한 설문 <strong id="selectedPollCount">2</strong></caption>
|
||||
<caption>{$lang->selected_poll} <strong id="selectedPollCount"></strong></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="text">{$lang->title}</th>
|
||||
<th scope="col">{$lang->poll_join_count}</th>
|
||||
<th scope="col">Author</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue