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

« back to all changes in this revision

Viewing changes to t/3a-test18.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>Refsort</td>
 
7
  <td><select id="refsort" name="refsort">
 
8
  <option value="">-select-</option>
 
9
  <option value="1">1</option>
 
10
  <option value="2">2</option>
 
11
  <option value="3">3</option>
 
12
  <option value="4">4</option>
 
13
  <option value="5">5</option>
 
14
  <option value="6">6</option>
 
15
  <option value="7">7</option>
 
16
  <option value="8">8</option>
 
17
  <option value="9">9</option>
 
18
  <option value="10">10</option>
 
19
  <option value="61">61</option>
 
20
  <option value="66">66</option>
 
21
  <option value="73">73</option>
 
22
  <option value="83">83</option>
 
23
  <option value="99">99</option>
 
24
  <option value="101">101</option>
 
25
  <option value="104">104</option>
 
26
  </select></td>
 
27
</tr>
 
28
<tr valign="top">
 
29
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
 
30
</tr>
 
31
</table>
 
32
</div>
 
33
</form>