annotate src/main/resources/org/ssdt_ohio/devel/forms/components/Layout.tml @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
children
rev   line source
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
1 <!--
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2 <!DOCTYPE html>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4 Design by Free CSS Templates
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5 http://www.freecsstemplates.org
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 Released for free under a Creative Commons Attribution 2.5 License
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8 Title : Concrete (modified for Tapestry)
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
9 Version : 1.0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
10 Released : 20080825
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
11 Description: A Web 2.0 design with fluid width suitable for blogs and small websites.
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
12 -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
13 <html xmlns="http://www.w3.org/1999/xhtml"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
14 xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
15 xmlns:p="tapestry:parameter">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
16 <head>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
17 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
18 <title>${title}</title>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
19 </head>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
20 <body>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
21 <div class="container">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
22 <!-- start header -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
23 <div class="row noprint">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
24 <div class="span6">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
25 <t:pagelink page="index">org.ssdt_ohio:ssdt.forms</t:pagelink>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
26 &nbsp;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
27 version ${appVersion}
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
28 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
29 <div class="span6">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
30 <ul class="nav nav-tabs">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
31 <li t:type="loop" source="pageNames" value="pageName" class="prop:classForPageName">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
32 <t:pagelink page="prop:pageName">${pageName}</t:pagelink>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
33 </li>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
34 </ul>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
35 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
36 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
37 <!-- end header -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
38 <!-- start page -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
39 <div class="page">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
40 <!-- start content -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
41 <div class="content">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
42 <div class="entry">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
43 <t:body/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
44 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
45 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
46 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
47 <!-- end page -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
48 <!-- start footer -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
49 <div class="footer noprint">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
50 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
51 <!-- end footer -->
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
52 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
53 </body>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
54 </html>