blob: 27e8de7c5a36cd1d968c73ee08ceb45bb66f195e [file] [log] [blame]
<?xml version="1.0"?>
<!-- CVS: $Id: protected.xsp,v 1.3 2003/10/22 16:56:22 joerg Exp $ -->
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:session="http://apache.org/xsp/session/2.0">
<page>
<resources>
<resource type="file" href="descriptors/auth.xml?cocoon-view=pretty-content">Authenticator</resource>
<resource type="file" href="descriptors/params.xml?cocoon-view=pretty-content">Validator</resource>
<resource type="doc" href="userdocs/actions/database-actions.html">Actions</resource>
</resources>
<title>Protected area</title>
<content>
<linkbar/>
<para>
Wow, you have entered secret area,
now its time to examine sub-sitemap and
think about what can be improved regarding flow control and especially
aspect capturing, so that it is not necessary to check session in every
map:match fragment. :-))
<br/>
&#160; -- Martin Man
</para>
<para>You are logged in under username:
<session:get-attribute name="username"/></para>
<para>Your department id is:
<session:get-attribute name="department_id"/></para>
<para>Your web page theme is:
<session:get-attribute name="theme"/></para>
</content>
</page>
</xsp:page>
<!-- vim: set et ts=2 sw=2: -->