~ubuntu-branches/ubuntu/edgy/libcgi-formbuilder-perl/edgy

« back to all changes in this revision

Viewing changes to t/1a-test17.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-05-28 15:47:27 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060528154727-u26u5nqd0btamxpm
Tags: 3.03.01-1
* New upstream release.
  + optgroups bugfix for complex arrays.
  + removal of HTML::Entities support due to utf8 issues. Closes:
    bug#338369 (thanks to Todd Charron <tcharron@badkarma.mine.nu> for
    reporting, and to several others for working on workarounds).
  + new es_ES Messages module with better translations
  + a patch from Mark Hedges to enable plugin modules for mailresults()
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
* Bump up standards-version to 3.7.2 (no changes needed).
* Update debian/copyright_hints (nothing remarkable).
* Bump up debian/watch to version 3 syntax, and use uversionmangle
  instead of multiple parantheses (both work using uscan locally, but
  the later hopefully works with qa.debian.org too).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<form action="TEST" method="get">
 
2
<div>
 
3
<input id="_submitted" name="_submitted" type="hidden" value="1" />
 
4
<table>
 
5
<tr valign="top">
 
6
  <td>Won</td>
 
7
  <td><input id="won" name="won" onchange="taco_punch = 1" type="text" /></td>
 
8
</tr>
 
9
<tr valign="top">
 
10
  <td>Too</td>
 
11
  <td><table>
 
12
  <tr>
 
13
    <td><input id="too_0" name="too" onclick="this.salami.value = &quot;delicious&quot;" type="radio" value="0" /></td>
 
14
    <td><label for="too_0">0</label></td>
 
15
  </tr>
 
16
  <tr>
 
17
    <td><input id="too_1" name="too" onclick="this.salami.value = &quot;delicious&quot;" type="radio" value="1" /></td>
 
18
    <td><label for="too_1">1</label></td>
 
19
  </tr>
 
20
  <tr>
 
21
    <td><input id="too_2" name="too" onclick="this.salami.value = &quot;delicious&quot;" type="radio" value="2" /></td>
 
22
    <td><label for="too_2">2</label></td>
 
23
  </tr>
 
24
  </table></td>
 
25
</tr>
 
26
<tr valign="top">
 
27
  <td>Many</td>
 
28
  <td><select id="many" name="many" onchange="this.ham.value = &quot;it's a pig, man!&quot;">
 
29
  <option value="">-select-</option>
 
30
  <option value="0">0</option>
 
31
  <option value="1">1</option>
 
32
  <option value="2">2</option>
 
33
  <option value="3">3</option>
 
34
  <option value="4">4</option>
 
35
  <option value="5">5</option>
 
36
  <option value="6">6</option>
 
37
  <option value="7">7</option>
 
38
  <option value="8">8</option>
 
39
  <option value="9">9</option>
 
40
  </select></td>
 
41
</tr>
 
42
<tr valign="top">
 
43
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
 
44
</tr>
 
45
</table>
 
46
</div>
 
47
</form>