HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__resourceDownload.php
Go to the documentation of this file.
1 <div class = "dialog-overlay">
2 <div id = "dw-dialog">
3  <h3>DOWNLOAD</h3>
4  <form action = "/ResourceDownload/dw" method = "post">
5  <table>
6  <tr>
7  <td class = "righted">
8  <input name = "options[10]" type="checkbox" value="1"/>
9  </td>
10  <td class = "lefted">
11  Raw content
12  </td>
13  <td class = "righted">
14  <input name = "options[4]" type="checkbox" value="1"/>
15  </td>
16  <td class = "lefted">
17  HTTP headers
18  </td>
19  </tr>
20  <tr>
21  <td class = "righted">
22  <input name = "options[0]" type="checkbox" value="1" checked/>
23  </td>
24  <td class = "lefted">
25  Processed content
26  </td>
27  <td class = "righted">
28  <input name = "options[7]" type="checkbox" value="1"/>
29  </td>
30  <td class = "lefted">
31  HTTP cookies
32  </td>
33  </tr>
34  <tr>
35  <td class = "righted">
36  <input name = "options[5]" type="checkbox" value="1"/>
37  </td>
38  <td class = "lefted">
39  HTTP request
40  </td>
41  <td class = "righted">
42  <input name = "options[6]" type="checkbox" value="1"/>
43  </td>
44  <td class = "lefted">
45  HTTP meta data
46  </td>
47  </tr>
48  <tr>
49  <td class = "righted">
50  <input name = "options[8]" type="checkbox" value="1"/>
51  </td>
52  <td class = "lefted">
53  Fixed by tidy lib
54  </td>
55  <td class = "righted">
56  <input name = "options[9]" type="checkbox" value="1"/>
57  </td>
58  <td class = "lefted">
59  Dynamic
60  </td>
61  </tr>
62  </table>
63  <table>
64  <tr>
65  <td class = "centred">
66  Crawled:
67  </td>
68  <td class = "lefted">
69  <select name = "options[crawled]">
70  <option value = "1" selected>Last</option>
71  <option value = "2">First</option>
72  <option value = "3">All</option>
73  </select>
74  </td>
75  </tr>
76  </table>
77  <table>
78  <tr>
79  <td class = "centred">
80  <input type="submit" value="Download"/>
81  </td>
82  <td class = "centred">
83  <input type = "button" value = "Cancel" onclick = "cancelDw()"/>
84  </td>
85  <td class = "centred">
86  <input type = "button" value = "Help" onclick = "showHelp()" disabled/>
87  </td>
88  </tr>
89  </table>
90  <?php
91  echo CHtml::hiddenField('options[siteId]', $siteId);
92  echo CHtml::hiddenField('options[url]', $url);
93  echo CHtml::hiddenField('options[urlMd5]', $urlMd5);
94  ?>
95 </form>
96 </div>
97 </div>