]> git.proxmox.com Git - pve-installer.git/blame - html-common/ack_template.htm
fixup global config: do not differ between steps
[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>
23<table border="0" width="800" style="margin-top: 10pt;">
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>
32 <tbody><tr><td><b>Please verify</b>
33 the displayed informations.
34 <br><br>
35 Afterwards press the <b>Install</b> button. The installer will
36 begin to partition your drive and extract the required files.
37
38
39 </td></tr>
40 </tbody></table>
41</tr>
42
43<table id="summary" border="0" width="800">
44<tbody>
45<tr>
46 <th width="25%">Option</th>
47 <th>Value</th>
48</tr>
49
50<tr>
51 <td>Disk:</td>
52 <td>__target_hd__</td>
53</tr>
54<tr>
55 <td>Country:</td>
56 <td>__country__</td>
57</tr>
58<tr>
59 <td>Timezone:</td>
60 <td>__timezone__</td>
61</tr>
62<tr>
63 <td>Keymap:</td>
64 <td>__keymap__</td>
65</tr>
66<tr>
67 <td>E-Mail:</td>
68 <td>__mailto__</td>
69</tr>
70<tr>
71 <td>Interface:</td>
72 <td>__interface__</td>
73</tr>
74<tr>
75 <td>Hostname:</td>
76 <td>__hostname__</td>
77</tr>
78<tr>
79 <td>IP:</td>
80 <td>__ip__</td>
81</tr>
82<tr>
83 <td>Netmask:</td>
84 <td>__netmask__</td>
85</tr>
86<tr>
87 <td>Gateway:</td>
88 <td>__gateway__</td>
89</tr>
90<tr>
91 <td>DNS:</td>
92 <td>__dnsserver__</td>
93</tr>
94
95</tr>
96</table>
97
98
99</tbody></table>
100</center>
101</body></html>