Annotation of basket/zpt/AddUserErrorInvalidEmail.zpt, revision 1.1

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2: <head>
        !             3: <title>Default</title>
        !             4: <style metal:fill-slot="additionalStyles" type="text/css">
        !             5: td.vario { background-color:#AC1D15 } 
        !             6: </style>
        !             7: </head>
        !             8: <body>
        !             9: 
        !            10: <!-- span = bodytext -->
        !            11: <span metal:fill-slot="body" tal:omit-tag="">
        !            12: <h2>Error</h2>
        !            13: <emph tal:content="python:options['user']"/> is not a valid e-mail adress. 
        !            14: 
        !            15: </span>
        !            16: </body>
        !            17: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>