07_authentication/src/templates/blueprint.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: blueprint.html 3363 2006-07-10 09:16:38Z gbevin $
  -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
    <title><r:v name="title"/></title>
</head>

<body>
    <table width="100%" cellpadding="5" cellspacing="0">
    <tr valign="top">
        <td width="100%">
            <r:v name="content"/>
        </td>
        <td bgcolor="#cccccc">
            <r:v name="ELEMENT:.LoginBox"/>
            <p><a href="${v EXIT:QUERY:admin/}">admin</a></p>
        </td>
    </tr>
    </table>
</body>

</html>