]> git.proxmox.com Git - pve-installer.git/blame - html-common/ack_template.htm
summary: s/drive/drive(s)/
[pve-installer.git] / html-common / ack_template.htm
CommitLineData
2e33c3f0
OB
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>
6374d7f8 23<table border="0" width="800" style="margin-top: 15pt;">
2e33c3f0
OB
24<tr>
25 <td colspan="4" align="center" width="800">
26 <b class="htext">Summary</b>
27 </td>
28</tr>
29<tr>
30 <td colspan="2" valign="top" width="400"><br><p>
31 <table>
6374d7f8
TL
32 <tbody>
33 <tr><td>
64683b95 34 <b>Please verify</b> the displayed informations.
438d2f61 35 Once you press the <b>Install</b> button, the installer will begin to partition your drive(s) and extract the required files.
2e33c3f0
OB
36 </td></tr>
37 </tbody></table>
38</tr>
39
40<table id="summary" border="0" width="800">
41<tbody>
42<tr>
43 <th width="25%">Option</th>
44 <th>Value</th>
45</tr>
46
0470018e
TL
47<tr>
48 <td>Filesystem:</td>
49 <td>__target_fs__</td>
50</tr>
2e33c3f0 51<tr>
1096fd63 52 <td>Disk(s):</td>
2e33c3f0
OB
53 <td>__target_hd__</td>
54</tr>
55<tr>
56 <td>Country:</td>
57 <td>__country__</td>
58</tr>
59<tr>
60 <td>Timezone:</td>
61 <td>__timezone__</td>
62</tr>
63<tr>
64 <td>Keymap:</td>
65 <td>__keymap__</td>
66</tr>
67<tr>
68 <td>E-Mail:</td>
69 <td>__mailto__</td>
70</tr>
71<tr>
6374d7f8 72 <td>Management Interface:</td>
2e33c3f0
OB
73 <td>__interface__</td>
74</tr>
75<tr>
76 <td>Hostname:</td>
77 <td>__hostname__</td>
78</tr>
79<tr>
80 <td>IP:</td>
81 <td>__ip__</td>
82</tr>
83<tr>
84 <td>Netmask:</td>
85 <td>__netmask__</td>
86</tr>
87<tr>
88 <td>Gateway:</td>
89 <td>__gateway__</td>
90</tr>
91<tr>
92 <td>DNS:</td>
93 <td>__dnsserver__</td>
94</tr>
95
96</tr>
97</table>
98
99
100</tbody></table>
101</center>
102</body></html>