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

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

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

<div id="closeParentTime" style="display:none"></div>

<SCRIPT LANGUAGE="JavaScript">

<!--

if(window.top.$("#current_pos").data('clicknum')==1) {

	parent.document.getElementById('display_center_id').style.display='';

	parent.document.getElementById('center_frame').src = '?m=content&c=content&a=public_categorys&type=add&menuid=<?php echo $_GET['menuid'];?>';

	window.top.$("#current_pos").data('clicknum',0);

}

$(document).ready(function(){

	setInterval(closeParent,3000);

});

function closeParent() {

	if($('#closeParentTime').html() == '') {

		window.top.$(".left_menu").addClass("left_menu_on");

		window.top.$("#openClose").addClass("close");

		window.top.$("html").addClass("on");

		$('#closeParentTime').html('1');

		window.top.$("#openClose").data('clicknum',1);

	}

}

//-->

</SCRIPT>

<div class="pad-lr-10">

<div class="pad-10">

<div class="content-menu ib-a blue line-x"><a href="javascript:;" class=on><em><?php echo L('page_manage');?></em></a><span>|</span> <a href="<?php if(strpos($category['url'],'http://')===false) echo siteurl($this->siteid);echo $category['url'];?>" target="_blank"><em><?php echo L('click_vistor');?></em></a> <span>|</span> <a href="?m=block&c=block_admin&a=public_visualization&catid=<?php echo $catid;?>&type=page"><em><?php echo L('visualization_edit');?></em></a> 

</div>

</div>



<form name="myform" action="?m=content&c=content&a=add" method="post" enctype="multipart/form-data">

<div class="pad_10">

<div style='overflow-y:auto;overflow-x:hidden' class='scrolltable'>

<table width="100%" cellspacing="0" class="table_form contentWrap">

<tr>

	 <th width="80"> <?php echo L('title');?>	  </th>

      <td><input type="text" style="width:400px;" name="info[title]" id="title" value="<?php echo $title?>" style="color:<?php echo $style;?>" class="measure-input " onBlur="$.post('api.php?op=get_keywords&number=3&sid='+Math.random()*5, {data:$('#title').val()}, function(data){if(data && $('#keywords').val()=='') $('#keywords').val(data); })"/>

		<input type="hidden" name="style_color" id="style_color" value="<?php echo $style_color;?>">

		<input type="hidden" name="style_font_weight" id="style_font_weight" value="<?php echo $style_font_weight;?>">

		<img src="statics/images/icon/colour.png" width="15" height="16" onclick="colorpicker('title_colorpanel','set_title_color');" style="cursor:hand"/> 

		<img src="statics/images/icon/bold.png" width="10" height="10" onclick="input_font_bold()" style="cursor:hand"/> <span id="title_colorpanel" style="position:absolute; z-index:200" class="colorpanel"></span>  </td>

    </tr>

<tr>

      <th width="80"> <?php echo L('keywords');?>	  </th>

      <td><input type="text" name="info[keywords]" id="keywords" value="<?php echo $keywords?>" size="50">  <?php echo L('explode_keywords');?></td>

    </tr>



<tr>

 <th width="80"> <?php echo L('content');?>	  </th>

<td>

<textarea name="info[content]" id="content"><?php echo $content?></textarea>

<?php echo form::editor('content','full','','','',1,1)?>

</td></tr>

</table>

</div>

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

<div class="btn">

<input type="hidden" name="info[catid]" value="<?php echo $catid;?>" />

<input type="hidden" name="edit" value="<?php echo $title ? 1 : 0;?>" />

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

</div> 

  </div>



</form>

</div>

<script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>content_addtop.js"></script>

<script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>colorpicker.js"></script>

</body>

</html>