mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
278580cdda
commit
7028e539e1
34 changed files with 227 additions and 194 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--%import("filter/manage_checked_document.xml")-->
|
||||
<!--%import("js/board_admin.js")-->
|
||||
<!--%import("js/blog_admin.js")-->
|
||||
|
||||
<div style="width:400px">
|
||||
|
||||
|
|
@ -15,10 +15,10 @@
|
|||
|
||||
<div><a href="#" onclick="doManageDocument('delete');return false;">{$lang->cmd_delete}</a></div>
|
||||
|
||||
<!--@if(count($board_list)>1)-->
|
||||
<!--@if(count($blog_list)>1)-->
|
||||
<div>
|
||||
<select name="target_board">
|
||||
<!--@foreach($board_list as $key => $val)-->
|
||||
<select name="target_blog">
|
||||
<!--@foreach($blog_list as $key => $val)-->
|
||||
<!--@if($module_srl != $val->module_srl)-->
|
||||
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue