Log message for revision 37815: - removed obsolete template Changed: D CMF/trunk/CMFDefault/skins/zpt_generic/registered.pt
-=- Deleted: CMF/trunk/CMFDefault/skins/zpt_generic/registered.pt =================================================================== --- CMF/trunk/CMFDefault/skins/zpt_generic/registered.pt 2005-08-09 17:54:20 UTC (rev 37814) +++ CMF/trunk/CMFDefault/skins/zpt_generic/registered.pt 2005-08-09 17:54:45 UTC (rev 37815) @@ -1,46 +0,0 @@ -<html xmlns:tal="http://xml.zope.org/namespaces/tal" - xmlns:metal="http://xml.zope.org/namespaces/metal" - metal:use-macro="here/main_template/macros/master"> -<body> -<div metal:fill-slot="main" - tal:define="purl here/portal_url;" - i18n:domain="cmf_default" -> - -<div class="Desktop" - tal:define="pprops here/portal_properties; ve pprops/validate_email"> - -<h1 i18n:translate="">Success!</h1> - -<p i18n:translate="">You have been registered as a member.</p> - -<p tal:condition="ve" i18n:translate="">You will receive an email shortly - containing your password and instructions on how to activate your - membership.</p> - -<p tal:condition="python:not(ve)"> - <span tal:omit-tag="" i18n:translate="">You can log on immediately by - clicking</span> - <a href="" - tal:define="pss modules/Products.PythonScripts.standard; - uname request/username; - u python:pss.url_quote(uname); - pword request/password; - p python:pss.url_quote(pword); - " - tal:attributes=" - href string:${purl}/logged_in?__ac_name=${u}&__ac_password=${p}" - i18n:translate="" - >here</a>. -</p> - -<p> -<a href="" - tal:attributes="href string:${purl}/" - i18n:translate="">Return to homepage</a> -</p> -</div> -</div> -</body> -</html> - _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
