~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/cmp/selecttab.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-f2pqlcugymgn16bq
Tags: 2.0b10-1
* New upstream release.
* Extend Dependencies to include libcgi-pm-perl | perl-modules (>= 5.8.0).
* Goswin von Brederlow:
 - test.pl: Progressively sleep longer till apache gets started
   on slow or loaded systems. Hopefully fixes m68k build failure.
   Closes: #229917
 - Build for all archs again since they keep libembperl-perl out of
   testing anyway and maybe someone can track it down.
* Include bugfixes from Embperl CVS:
 - fix Validate JS code
 - fix endless loop with call sub inside table
 - fix select without name dynamic loop
 - fix nesting of tab and select
 - fix upload with CGI 3.01+ (perl 5.8.3)
* Remove more files during clean, closes: #229922.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<body>
 
3
<script language="epl">
 
4
</script>
 
5
 
 
6
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
7
  <tr>
 
8
    <td class="ltAlign">
 
9
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
 
10
        <tr>
 
11
          <td width="80%" class="breadCrumbs">Audience &gt; Multiple Upload</td>
 
12
          <td width="20%" class="rcJustify">
 
13
            <form name="fileSelectorForm" method="post">
 
14
              <select name="fileSelector"  onChange="fileSelectorForm.submit()" class="controlText">
 
15
                <option value="manual">Manual Upload</option>
 
16
                <option value="1" selected>Single File Upload</option>
 
17
                <option value="2">Multiple Upload: 2 Files</option>
 
18
                <option value="4">Multiple Upload: 4 Files</option>
 
19
                <option value="6">Multiple Upload: 6 Files</option>
 
20
                <option value="8">Multiple Upload: 8 Files</option>
 
21
                <option value="10">Multiple Upload: 10 Files</option>
 
22
              </select>
 
23
            </form>
 
24
          </td>
 
25
        </tr>
 
26
      </table>
 
27
    </td>
 
28
  </tr>
 
29
  <tr>
 
30
    <td class="textRowSpacer15">&nbsp;</td>
 
31
  </tr>
 
32
  <tr>
 
33
    <td width="100%" class="thdPage">Upload Audience</td>
 
34
  </tr>
 
35
  <tr>
 
36
    <td width="100%">
 
37
      <table width="100%" border="1" cellspacing="2" cellpadding="0">
 
38
        <tr>
 
39
          <td class="cellBorder">
 
40
            $VAR1 = [
 
41
          ''
 
42
        ];
 
43
$VAR2 = 0;
 
44
$VAR3 = 0;
 
45
 <table width="100%" border="0" cellspacing="2" cellpadding="0">
 
46
              <tr>
 
47
                <td class="ltAlign">
 
48
                  <table width="100%" border="0" cellspacing="2" cellpadding="0" name="filesourcetable">
 
49
                    <tr>
 
50
                      <td class="thdPage2ndLevel">Upload File </td>
 
51
                    </tr>
 
52
                    <tr>
 
53
                      <td width="42%" class="text">&nbsp;</td>
 
54
                    </tr>
 
55
                    <tr>
 
56
                      <td width="42%" class="text">Browse for File to Upload</td>
 
57
                    </tr>
 
58
                    <tr>
 
59
                      <td>
 
60
                        <input type="File" name="add_file_"  size="35" value=""  class="text">
 
61
                      </td>
 
62
                    </tr>
 
63
                    <tr>
 
64
                      <td width="42%" class="text">&nbsp;</td>
 
65
                    </tr>
 
66
                    <tr>
 
67
                      <td width="42%" class="text">Website</td>
 
68
                    </tr>
 
69
                    <tr>
 
70
                      <td width="42%" class="text">
 
71
                        <select name="source"  class="text">
 
72
                          <option>Make Selection</option>
 
73
                        </select>
 
74
<!--
 
75
                        <select name="source"  class="text">
 
76
                          <option>Make Selection</option>
 
77
                        
 
78
                          <option>Acme Vending</option>
 
79
                        
 
80
                          <option>ABC Rental</option>
 
81
                        </select>
 
82
-->
 
83
                      </td>
 
84
                    </tr>
 
85
                    <tr>
 
86
                      <td width="42%" class="text">&nbsp;</td>
 
87
                    </tr>
 
88
                  </table>
 
89
                </td>
 
90
              </tr>
 
91
            </table>
 
92
          </td>
 
93
        </tr>
 
94
      </table>
 
95
    </td>
 
96
  </tr>
 
97
</table>
 
98
</body>
 
99
</html>
 
100