Help for this page

Select Code to Download


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