src/main/resources/net/tz/lift/templates-hidden/default.html
author Tomas Zeman <tzeman@volny.cz>
Mon, 22 Aug 2011 14:17:03 +0200
changeset 22 b039b9c22942
permissions -rw-r--r--
Added sample templates for datatable and panel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
  <head>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
    <meta name="description" content="..." />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
    <meta name="keywords" content="..." />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
    <title class="lift:Menu.title"></title>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
    <style class="lift:CSS.blueprint"></style>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
    <style class="lift:CSS.fancyType"></style>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
    <script id="jquery" src="/classpath/jquery.js" type="text/javascript"></script>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
    <link type="text/css" href="/css/site.css" rel="stylesheet" />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
  </head>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
  <body>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    13
    <div class="container">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    14
      <div class="column span-24 last" style="text-align: center">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    15
        <h1 class="alt">Application Name</h1>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    16
      </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    17
      <hr />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    18
      <div class="column span-24 last">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    19
        <span class="lift:Menubar"></span>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    20
        <div class="lift:Msgs?showAll=true"></div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    21
      </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    22
      <div class="span-10 last lift:action-links.are">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    23
        <span class="lift:action-links"/>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    24
      </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    25
      <div class="span-20 last">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    26
        <h2><span class="lift:Menu.title"/></h2>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    27
      </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    28
      <div id="content"></div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    29
      <hr />
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    30
      <div class="column span-24 last" style="text-align: center">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    31
        <h4 class="alt"></h4>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    32
      </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    33
    </div>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    34
  </body>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    35
</html>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    36