<%inherit file="/htmbase/simple_base.htm" /> <%! from myfile import js,css %> <%def name="html_head()" filter="trim"> <%namespace file="/htmlib/htm.htm" import="error_tip"/> <%def name="html_body()" filter="trim"> <% error = G.error form = request.form %> %if request.is_post and not error:

申请成功,激活邮件已发出...

请到${G.email_link|n}查收邮件,来激活帐号

如果你没有收到激活邮件, 点此重新发送

%else:
%if error:
填写有误,请检查...
%else: 许多故事,从这里开始... %endif

${error_tip(error,"email")} 输入Email邮箱,接收确认邮件以开始注册。

${error_tip(error,"name")} 中英文皆可,不要超过8个汉字。

${error_tip(error,"password")} 最少6个字符,区分大小写。

忘记密码了? 点此找回

%endif