email_form.inc.php
来自「This is the script which used on 10minut」· PHP 代码 · 共 24 行
PHP
24 行
<?php
/**
* GentleSource Comment Script
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*/
$form->addElement('text', 'setemailaddress');
$form->addElement('text', 'setemailaddressintern');
$form->addElement('submit', 'setemail', $t12l['text']['txt_set_temporary_email']);
$form->addRule('setemailaddress', $t12l['text']['txt_enter_email'], 'required');
$form->addRule('setemailaddressintern', $t12l['text']['txt_syntax_email'], 'email');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?