<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"
      metal:use-macro="here/main_template/macros/master"
      i18n:domain="UpfrontMail">
<body>

<metal:block fill-slot="base">
    <tal:block tal:define="dummy python:request.set('disable_border', 1)"/>
</metal:block>

<tal:block metal:fill-slot="main">


<!--<html>
<head>
  <link src="marshalltest.kss" type="k-stylesheet"/>
</head>
<body>
-->
<div id="divMsg">
</div>

<form method="post" name="marshalltest_form" action=".">

Singleton: 
<input name="singleton" value="Blue"><br>

List:
<input name="alist:list" value="Blue">
<input name="alist:list" value="Red"><br>


Record:
<input name="arecord.blue:record" value="Blue">
<input name="arecord.red:record" value="Red"><br>


Records:
<input name="arecords.blue:records" value="Blue One">
<input name="arecords.red:records" value="Red One"><br>
<input name="arecords.blue:records" value="Blue Two">
<input name="arecords.red:records" value="Red Two"><br>

Sparse Records:
<input name="sparserecords.blue:records" value="1" type="checkbox">
<input name="sparserecords.red:records" value="Red One"><br>
<input name="sparserecords.blue:records" value="1" type="checkbox" checked>
<input name="sparserecords.red:records" value="Red Two"><br>

<br>
<a id="id_marshalltest" href="#">Test</a>

</form>

</tal:block>

</body>
</html>