addInput($secretKey->addRule('required', _t('必须填写安全密钥'))); $basePath = new Typecho_Widget_Helper_Form_Element_Text('basePath', NULL, '/trunk', _t('SVN目录'), _t('填写需要监控的SVN目录')); $form->addInput($basePath->addRule('required', _t('必须填写数据库用户名'))); } /** * 个人用户的配置面板 * * @access public * @param Typecho_Widget_Helper_Form $form * @return void */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} }