- or download this
<%attr>
http_title => 'Welcome'
...
201 => 'An error has occured'
# The session id from cookie was invalid
301 => 'An error has occured'
- or download this
<%args>
$name_user => undef
$error => undef
</%args>
- or download this
$m->clear_buffer;
$m->subexec('/index.html', error => 301 );
$m->abort;
- or download this
<%method .non_auth>
<div class="small_text">
...
</div>
</form>
</%method>