]> git.proxmox.com Git - pve-installer.git/blob - html/ack_template.htm
bump version to 8.1.9
[pve-installer.git] / html / ack_template.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="pve-installer.css">
5 <style type="text/css">
6 #summary td, tr {
7 padding: 3px;
8 }
9 #summary tr:nth-child(even){ background-color: #f2f2f2; }
10 #summary tr:hover { background-color: #ddd; }
11 #summary th {
12 padding-top: 5px;
13 padding-bottom: 5px;
14 padding-left: 5px;
15 text-align: left;
16 background-color: #e57000;
17 color: white;
18 }
19 </style>
20 </head>
21 <body>
22 <center>
23 <table border="0" width="800" style="margin-top: 15pt;">
24 <tr>
25 <td colspan="4" align="center" width="800"><b class="htext">Summary</b></td>
26 </tr>
27 <tr>
28 <td colspan="2" valign="top" width="400"><br><p>
29 <table>
30 <tbody>
31 <tr><td>
32 <b>Please confirm</b> the displayed information.
33 Once you press the <b>Install</b> button, the installer will begin to partition your drive(s) and extract the required files.
34 </td></tr>
35 </tbody></table>
36 </td>
37 </tr>
38
39 <table id="summary" border="0" width="800">
40 <tbody>
41 <tr><th width="25%">Option</th> <th>Value</th></tr>
42
43 <tr><td>Filesystem:</td> <td>__target_fs__</td></tr>
44
45 <tr><td>Disk(s):</td> <td>__target_hd__</td></tr>
46
47 <tr><td>Country:</td> <td>__country__</td></tr>
48
49 <tr><td>Timezone:</td> <td>__timezone__</td></tr>
50
51 <tr><td>Keymap:</td> <td>__keymap__</td></tr>
52
53 <tr><td>Email:</td> <td>__mailto__</td></tr>
54
55 <tr><td>Management Interface:</td> <td>__interface__</td></tr>
56
57 <tr><td>Hostname:</td> <td>__hostname__</td></tr>
58
59 <tr><td>IP CIDR:</td> <td>__cidr__</td></tr>
60
61 <tr><td>Gateway:</td> <td>__gateway__</td></tr>
62
63 <tr><td>DNS:</td> <td>__dnsserver__</td></tr>
64 </tbody>
65 </table>
66 </table>
67 </center>
68 </body>
69 </html>