App-Cinema
view release on metacpan or search on metacpan
root/lib/site/header view on Meta::CPAN
<!-- BEGIN site/header -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td>
<h1 class="title">[% template.title or site.title %]</h1>
</td>
<td align="right">
[% IF !Catalyst.user_exists %]
<a href="[% Catalyst.uri_for('/user/captcha') %]">Log In</a>
[% ELSE %]
<font color="white">Welcome, [% Catalyst.user.obj.username %]</font> |
<A href="[% Catalyst.uri_for('/user/logout') %]">Log out</a>
[% END %]
</td>
</tr>
</table>
<!-- END site/header -->
( run in 3.230 seconds using v1.01-cache-2.11-cpan-5735350b133 )