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:
ChanMyeong 2011-08-11 09:26:40 +00:00
parent e4085a87ee
commit e10e89312b
52 changed files with 278 additions and 297 deletions

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -4,10 +4,10 @@
* @author NHN (developers@xpressengine.com)
* @brief Poll (poll) of the basic language modules
**/
$lang->poll = '설문조사';
$lang->poll = '설문';
$lang->poll_stop_date = '설문조사 종료일';
$lang->poll_join_count = '참가자';
$lang->poll_checkcount = '필수 선택 항목 수';
$lang->poll_checkcount = '필수 항목 수';
$lang->cmd_poll_list = '설문조사 목록 보기';
$lang->cmd_delete_checked_poll = '선택항목 삭제';
$lang->cmd_apply_poll = '설문 참여';
@ -30,4 +30,5 @@
);
$lang->single_check = '단일 선택';
$lang->multi_check = '다중 선택';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -39,4 +39,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -37,4 +37,5 @@
);
$lang->single_check = 'Single Check';
$lang->multi_check = 'Multi Check';
?>
$lang->poll_manager = '선택한 설문 관리';
$lang->selected_poll = '선택한 설문';

View file

@ -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>