Help for this page

Select Code to Download


  1. or download this
    <div class="small_text">
      <h1><% $message %>You are not logged in:</h1>
    ...
    <%args>
      $message => ''
    </%args>
    
  2. or download this
    <%init>
    my $log_in_status = My::App->authenitcate_user($r);
    ...
        $m->comp('/non_auth', message => $message);
    }
    </%init>
    
  3. or download this
    <% $message %>
    
    ...
      301         =>  'An error has occured'
    );
    </%once>