Sha256: b02358d86af242cd87cd73f764418efd456ea0cc0d6772896d13dce5aae10fde

Contents?: true

Size: 508 Bytes

Versions: 37

Compression:

Stored size: 508 Bytes

Contents

<html>
  <head>
    <title>Auth App</title>
    <?css
      body { margin: 5em; padding: 1em; border: 1px soid black; }
      ul { list-style: none; margin: 0; }
      .error { color: red; }
    ?>
  </head>
  <body>
    <div class="header">
      <?r if logged_in? ?>
        #{a 'Logout', :logout}
      <?r else ?>
        #{a 'Login', :login}
      <?r end ?>
    </div>
    <div class="content">
      <h1>Auth App</h1>
      #{@content}
    </div>
    <div class="footer">
    </div>
  </body>
</html>

Version data entries

37 entries across 37 versions & 4 rubygems

Version Path
ramaze-2023.01.06 examples/app/auth/layout/auth.xhtml
Pistos-ramaze-2009.04.08 examples/app/auth/layout/auth.nag
Pistos-ramaze-2009.06.12 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.04.01 examples/app/auth/layout/auth.nag
manveru-ramaze-2009.04.08 examples/app/auth/layout/auth.nag
manveru-ramaze-2009.04.18 examples/app/auth/layout/auth.nag
manveru-ramaze-2009.04.22 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.04 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.05.08 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.05 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.06.04 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.06.12 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.06 examples/app/auth/layout/auth.xhtml
manveru-ramaze-2009.07 examples/app/auth/layout/auth.xhtml
rjspotter-ramaze-2009.06.29 examples/app/auth/layout/auth.xhtml
rjspotter-ramaze-2009.06.31 examples/app/auth/layout/auth.xhtml
ramaze-2012.12.08 examples/app/auth/layout/auth.xhtml
ramaze-2012.12.08b examples/app/auth/layout/auth.xhtml
ramaze-2012.04.14 examples/app/auth/layout/auth.xhtml
ramaze-2012.03.07 examples/app/auth/layout/auth.xhtml