⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mytemplatesedit.tpl

📁 太烦了
💻 TPL
字号:
{strip}
{include file="popheader.tpl"}
<script type="text/javascript">
/* <![CDATA[ */
document.title='{lang mkey='my_templates'}';
/* ]]> */
</script>

<script type="text/javascript">
/* <![CDATA[ */
{literal}
function confirmDelete(templateid,conmsg,form)
{
	if (confirm(conmsg)){

		document.location = "mytemplates.php?action=delete&id=" + templateid;

	}
}
{/literal}
/* ]]> */
</script>

{assign var="page_hdr02_text" value="{lang mkey='my_templates'}"}
{include file="page_hdr02.tpl"}

<div style="padding:0px 15px 15px 15px;" align="left">

<p style="margin-left: 6px;"><b>{lang mkey='edit_template'}</b></p>

<form name="frmTemplate" action="mytemplatesedit.php?action=update&id={$template.id}" method="post">

<textarea name="txttemplate" style="width:350px; height:100px; margin-left: 6px;">{$template.text}</textarea>

<p style="margin-left: 6px;">{lang mkey='template_instructions'}</p>

<p style="margin-left: 6px;"><input type="submit" class="formbutton" name="btnsave" value="{lang mkey='submit'}"/>&nbsp;&nbsp;
<input type="button" onClick="document.location.href='mytemplates.php?recipient={$smarty.get.recipient}';" class="formbutton" name="btncancel" value="{lang mkey='cancel'}"/></p>

</form>

</div>

{include file="popfooter.tpl"}
{/strip}

⌨️ 快捷键说明

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