src/main/resources/net/tz/lift/templates-hidden/panel.html
author Tomas Zeman <tzeman@volny.cz>
Fri, 10 Feb 2012 10:52:57 +0100
changeset 26 5679188fa8a0
parent 22 b039b9c22942
permissions -rw-r--r--
sbt: 0.11.0 -> 0.11.2, scala: 2.8.1 -> 2.8.2, lift: 2.3 -> 2.4
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
<table>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
  <tr class="row">
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
    <td class="n attr-name">Attribute</td>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
    <td class="v attr-value">Value</td>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
  </tr>
b039b9c22942 Added sample templates for datatable and panel
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
</table>