-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbilling_report.html
More file actions
107 lines (107 loc) · 2.17 KB
/
Copy pathbilling_report.html
File metadata and controls
107 lines (107 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<HTML>
<table border="0" width="300">
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="listByCompany" value="1">List By Company
</td>
<td align="right">
<select name="company">
<option value="0">All
<option value="1">Internet Exposure
<option value="2">Hart Shegos
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="listByProject" value="1">List By Project
</td>
<td align="right">
<select name="project">
<option value="0">All
<option value="1">Internet Exposure
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="listByTask" value="1">List By Task
</td>
<td align="right">
<select name="task">
<option value="0">All
<option value="1">Internet Exposure
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="listByDepartment" value="1">List By Department
</td>
<td align="right">
<select name="department">
<option value="0">All
<option value="1">Internet Exposure
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="listByEmployee" value="1">List By Empoyee
</td>
<td align="right">
<select name="employee">
<option value="0">All
<option value="1">Internet Exposure
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
<input type="checkbox" name="showDetails" value="1">Show Details
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right">
<input type="submit" value="Report">
<input type="button" value="Cancel">
</td>
</tr>
</table>
</HTML>