index.tpl
来自「一款可以和GOOGLE媲美的开源统计系统,运用AJAX.功能强大. 无色提示:」· TPL 代码 · 共 24 行
TPL
24 行
{literal}
<style>
input, textarea, p {
font-family: Georgia,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
padding:0.2em;
}
input {
margin-top:0.8em;
}
</style>
{/literal}
<form method="post" action="?module=Feedback&action=sendFeedback">
<p><strong>your email :</strong>
<br /><input type="text" name="email" size="40" /></p>
<p><strong>your feedback:</strong><br/>
<i>please be precise if you request for a feature or report a bug</i></p>
<textarea name="body" cols="37" rows="10"></textarea>
<br/>
<input type="submit" value="Send feedback" />
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?