setting.tpl.php

来自「采用模块化开发」· PHP 代码 · 共 17 行

PHP
17
字号
<?php defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td></td>
  </tr>
</table>
<form name="myform" method="post" action="?mod=<?=$mod?>&file=<?=$file?>">
<table cellpadding="2" cellspacing="1" class="tableborder">
  <th colspan=2>鎺ㄥ箍鑱旂洘妯″潡閰嶇疆</th>
    <tr>
      <td width='40%' class='tablerow'><strong>Cookie淇濆瓨鏃堕棿</strong></td>
      <td class='tablerow'>
	  <select name="setting[keeptime]">
	  <option value="86400" <?php if($keeptime == 86400){ ?>selected<?php } ?>>涓

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?