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/type_list.tpl.php
<?php

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

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

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

<div class="pad_10">

<div class="table-list">

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

        <thead>

	<tr>

	<th width="5%"><?php echo L('listorder');?></td>

	<th width="5%">ID</th>

	<th width="20%"><?php echo L('type_name');?></th>

	<th width="*"><?php echo L('description');?></th>

	<th width="30%"><?php echo L('operations_manage');?></th>

	</tr>

        </thead>

    <tbody>

    



<?php

foreach($datas as $r) {

?>

<tr>

<td align="center"><input type="text" name="listorders[<?php echo $r['typeid']?>]" value="<?php echo $r['listorder']?>" size="3" class='input-text-c'></td>

<td align="center"><?php echo $r['typeid']?></td>

<td align="center"><?php echo $r['name']?></td>

<td ><?php echo $r['description']?></td>

<td align="center"><a href="javascript:edit('<?php echo $r['typeid']?>','<?php echo trim(new_addslashes($r['name']))?>')"><?php echo L('edit');?></a> | <a href="javascript:;" onclick="data_delete(this,'<?php echo $r['typeid']?>','<?php echo trim(new_addslashes($r['name']));?>')"><?php echo L('delete')?></a> </td>

</tr>

<?php } ?>

	</tbody>

    </table>



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

	<div id="pages"><?php echo $pages;?></div>

</div>



</div>

</form>



<script type="text/javascript"> 

<!--

window.top.$('#display_center_id').css('display','none');

function edit(id, name) {

	window.top.art.dialog({id:'edit'}).close();

	window.top.art.dialog({title:'<?php echo L('edit_type');?>《'+name+'》',id:'edit',iframe:'?m=content&c=type_manage&a=edit&typeid='+id,width:'780',height:'500'}, function(){var d = window.top.art.dialog({id:'edit'}).data.iframe;d.document.getElementById('dosubmit').click();return false;}, function(){window.top.art.dialog({id:'edit'}).close()});

}

function data_delete(obj,id,name){

	window.top.art.dialog({content:name, fixed:true, style:'confirm', id:'data_delete'}, 

	function(){

	$.get('?m=content&c=type_manage&a=delete&typeid='+id+'&pc_hash='+pc_hash,function(data){

				if(data) {

					$(obj).parent().parent().fadeOut("slow");

				}

			}) 	

		 }, 

	function(){});

};

//-->

</script>

</body>

</html>