Server : nginx/1.22.1
System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User : www ( 1000)
PHP Version : 5.6.40
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/www.jkmold.com/phpcms/modules/content/templates/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/www.jkmold.com/phpcms/modules/content/templates/content_remove.tpl.php
<?php

defined('IN_ADMIN') or exit('No permission resources.');

include $this->admin_tpl('header','admin');?>

<div class="pad-10">



<div class="content-menu ib-a blue line-x"><a href="javascript:;" class=on><em><?php echo L('remove');?></em></a> 

</div>

<div class="bk10"></div>

<form action="?m=content&c=content&a=remove" method="post" name="myform">

<div class="table-list">

<table width="100%" cellspacing="0">

<thead>

<tr>

<th align="center" width="50%"><?php echo L('from_where');?></th>

<th align="center" width="50%"><?php echo L('move_to_categorys');?></th>

</tr>

</thead>

<tbody  height="200" class="nHover td-line">

	<tr> 

      <td align="center" rowspan="6">

		<input type="radio" name="fromtype" value="0" checked id="fromtype_1" onclick="if(this.checked){$('#frombox_1').show();$('#frombox_2').hide();}">从指定ID:

		<input type="radio" name="fromtype" value="1"  id="fromtype_2" onclick="if(this.checked){$('#frombox_1').hide();$('#frombox_2').show();}">从指定栏目

		<div id="frombox_1" style="display:;">

		<textarea name="ids" style="height:280px;width:350px;"><?php echo $ids;?></textarea>

		<br/>

		<?php echo L('move_tips');?>

		</div>

		<div id="frombox_2" style="display:none;">

		<select name="fromid[]" id="fromid"  multiple  style="height:300px;width:350px;">

		<option value='0' style="background:#F1F3F5;color:blue;"><?php echo L('from_category');?></option>

		<?php echo $source_string;?>

		</select>

		<br>

		<font color="red">Tips:</font><?php echo L('ctrl_source_select');?>

		</div>

	</td>

    </tr>

	<tr> 

      <td align="center" rowspan="6"><br>

      <select name="tocatid" id="tocatid"  size="2"  style="height:300px;width:350px;">

<option value='0' style="background:#F1F3F5;color:blue;"><?php echo L('move_to_categorys');?></option>

<?php echo $string;?>

</select>

	</td>

    </tr>

	</tbody>



</table>



</div>

<div class="btn">

<input type="submit" class="button" value="<?php echo L('submit');?>" name="dosubmit"/>

</div>

</form>

</div>