1.1 --- a/docs/multivalue.html Fri Jul 22 21:34:01 2005 +0000
1.2 +++ b/docs/multivalue.html Fri Jul 22 22:24:06 2005 +0000
1.3 @@ -50,7 +50,7 @@
1.4 style="font-weight: bold;">multiple="multiple"</span>><br /> <option template:element="type-enum" template:expr="<span
1.5 style="font-weight: bold;">@value-is-set</span>" template:expr-attr="selected"<br /> template:value="@value" value="{@value}" /><br /> </select><br /> </p><br /> <p><br /> Itself containing more items:<br /> </p><br /> <p template:element="subitem"><br /> Sub-item: <input template:attribute="subvalue" name="{template:this-attribute()}" type="text" value="{$this-value}" /><br /> <input name="remove2={template:this-element()}" type="submit" value="Remove" /><br /> </p><br /> <p><br /> <input name="add2={template:this-element()}" type="submit" value="Add subitem" /><br /> </p><br /></div><br /><p><br /> <input name="add={template:this-element()}" type="submit" value="Add item" /><br /></p><span
1.6 style="font-weight: bold;"><br /><br /></span><!-- Template text between the interesting part and the end. --><br /><br /></form><br /></body><br /></html></pre>
1.7 -<p>From the previous <a href="mulitple.html">single-valued case</a>,
1.8 +<p>From the previous <a href="multiple.html">single-valued case</a>,
1.9 some crucial changes have been made:</p>
1.10 <ol>
1.11 <li>The <code>select</code> element remains mapped onto the <code>type</code>