annotate src/main/resources/org/ssdt_ohio/devel/forms/pages/Index.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 <html t:type="layout" title="ssdt.forms Index"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2 xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3 xmlns:p="tapestry:parameter">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 <p>${message:greeting}</p>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8 <ul>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
9 <li><t:pagelink page="onetwentypayment">One Twenty Project Payment Form </t:pagelink> </li>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
10 </ul>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
11
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
12
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
13 </html>