mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1072 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a3c8a96a6
commit
3b6fde3dc6
1 changed files with 6 additions and 7 deletions
|
|
@ -5,14 +5,17 @@
|
|||
|
||||
<div>{$lang->cmd_manage_document}</div>
|
||||
|
||||
<!--@if(count($document_list))-->
|
||||
|
||||
<!--@if(!count($document_list))-->
|
||||
<div>{$lang->msg_no_checked_document}</div>
|
||||
<!--@else-->
|
||||
<form action="./" method="get" id="fo_management">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="type" value="" />
|
||||
<div>{$lang->checked_count} : {count($document_list)}</div>
|
||||
|
||||
<div><a href="#" onclick="doManageDocument('delete');return false;">{$lang->cmd_delete}</a></div>
|
||||
|
||||
<!--@if(count($board_list)>1)-->
|
||||
<div>
|
||||
<select name="target_board">
|
||||
<!--@foreach($board_list as $key => $val)-->
|
||||
|
|
@ -23,12 +26,8 @@
|
|||
</select>
|
||||
<a href="#" onclick="doManageDocument('move');return false;">{$lang->cmd_move}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</form>
|
||||
|
||||
<!--@else-->
|
||||
|
||||
<div>{$lang->msg_no_checked_document}</div>
|
||||
|
||||
<!--@end-->
|
||||
|
||||
<div><a href="#" onclick="window.close(); return false;">{$lang->cmd_close}</a></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue