More working tests.
[castle.git] / MonoRail / TestSiteARSupport / Views / ProductLicense / edit.vm
blob560b43ab594067b997cfc3afda61ff8942f615ad
1 <html>\r
2 <body>\r
3 <form action="update.castle" method="post">\r
4 \r
5   $FormHelper.HiddenField("pl.id") \r
6 \r
7   <p>\r
8   Created: \r
9   $FormHelper.TextField("pl.created") \r
10   </p>\r
12   <p>\r
13   Expires: \r
14   $FormHelper.TextField("pl.Expires") \r
15   </p>\r
17   <p>\r
18   Accounts:\r
19 #set($list = $FormHelper.CreateCheckboxList("pl.Accounts", $accounts, "%{value='Id', id='pl_accounts'}"))\r
20 #foreach($it in $list)\r
21   $list.Item() $it <br/>\r
22 #end\r
23   </p>\r
26   <input type="submit" id="updatebutton" value="Update" />\r
28 </form>\r
29 </body>\r
30 </html>\r