edit_tpl_file.tpl
来自「企业易站官方网站 下面是相关帮助信息: 1.企业易站官方网站 http://ww」· TPL 代码 · 共 36 行
TPL
36 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
模板管理-编辑模板文件
</title>
<link href="main.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body leftmargin="0" topmargin="0" rightmargin="0" marginheight="0" bgcolor="ffffee">
<br>
<form name="edit_tpl_file" action="edit_tpl_file.php" method="post">
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#f2f2f2" class=p9 >
<tr bgcolor="#7596E2">
<td colspan="2">
<div align="center"><strong><font color="#FFFFFF">编辑模板文件</font></strong>({$file_title})</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" align="center">
<textarea name="file_content" cols="100" rows="30">{$file_content}</textarea>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" align="center">
<input name="filename" type="hidden" value="{$filename}">
<input name="filepath" type="hidden" value="{$filepath}">
<input name="tpl_path" type="hidden" value="{$tpl_path}">
<input name="s_action" type="hidden" id="s_action" value="edit">
<input type="button" name="btn_back" value=" 返回 " onClick="javascript:history.back();">
<input name="btn_submit" type="submit" id="btn_submit" value="提交">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?