Minor style changes
[castle.git] / MonoRail / TestSiteARSupport / Views / ProductLicense / newwithaccounts.vm
blob3ec851af8ed03be6eef0311c4a9d54c4fbed55b5
1 <html>\r
2 <body>\r
3 <form action="insert.castle" method="post">\r
4   <p>\r
5   Created: \r
6   $FormHelper.TextField("pl.created") \r
7   </p>\r
8 \r
9   <p>\r
10   Expires: \r
11   $FormHelper.TextField("pl.Expires") \r
12   </p>\r
14   <p>\r
15   Accounts:\r
16 #set($list = $FormHelper.CreateCheckboxList("pl.Accounts", $accounts, "%{value='Id', id='pl_accounts'}"))\r
17 #foreach($it in $list)\r
18   $list.Item() $it <br/>\r
19 #end\r
20   </p>\r
22   <input type="submit" id="insertbutton" value="Insert" />\r
24 </form>\r
25 </body>\r
26 </html>\r