department_add.tpl.php

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

PHP
22
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>

<form name="myform" method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=add&forward=<?=$forward?>">
<table align="center" cellpadding="2" cellspacing="1" class="tableborder">
  <tr>
    <th colspan="2">娣诲姞閮ㄩ棬</th>
  </tr>
  <tr>
    <td width="20%" class="tablerow"><strong>閮ㄩ棬鍚嶇О</strong></td>
	<td class="tablerow"><input name="department" type="text" size="30" /></td>
  </tr>
    <tr>
      <td  class='tablerow'><strong>閮ㄩ棬浠嬬粛</strong><br></td>
      <td class='tablerow'><textarea name='note' cols='60' rows='4' id='note'></textarea>  <?=editor('note','introduce',400,200)?></td>
    </tr>
  <tr>
    <td class="tablerow"><strong>鍏佽

⌨️ 快捷键说明

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