mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2025-12-30 10:10:57 +00:00
placing the common stuff top-level and the per-product stuff one directory-level down allows to access all used resources (css, images) from a common base path without hacking to much around. Per-product files are always preferred. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
70 lines
1.8 KiB
HTML
70 lines
1.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="pve-installer.css">
|
|
<style type="text/css">
|
|
#summary td, tr {
|
|
padding: 3px;
|
|
}
|
|
#summary tr:nth-child(even){ background-color: #f2f2f2; }
|
|
#summary tr:hover { background-color: #ddd; }
|
|
#summary th {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 5px;
|
|
text-align: left;
|
|
background-color: #e57000;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<table border="0" width="800" style="margin-top: 15pt;">
|
|
<tr>
|
|
<td colspan="4" align="center" width="800"><b class="htext">Summary</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" valign="top" width="400"><br><p>
|
|
<table>
|
|
<tbody>
|
|
<tr><td>
|
|
<b>Please confirm</b> the displayed information.
|
|
Once you press the <b>Install</b> button, the installer will begin to partition your drive(s) and extract the required files.
|
|
</td></tr>
|
|
</tbody></table>
|
|
</td>
|
|
</tr>
|
|
|
|
<table id="summary" border="0" width="800">
|
|
<tbody>
|
|
<tr><th width="25%">Option</th> <th>Value</th></tr>
|
|
|
|
<tr><td>Filesystem:</td> <td>__target_fs__</td></tr>
|
|
|
|
<tr><td>Disk(s):</td> <td>__target_hd__</td></tr>
|
|
|
|
<tr><td>Country:</td> <td>__country__</td></tr>
|
|
|
|
<tr><td>Timezone:</td> <td>__timezone__</td></tr>
|
|
|
|
<tr><td>Keymap:</td> <td>__keymap__</td></tr>
|
|
|
|
<tr><td>Email:</td> <td>__mailto__</td></tr>
|
|
|
|
<tr><td>Management Interface:</td> <td>__interface__</td></tr>
|
|
|
|
<tr><td>Hostname:</td> <td>__hostname__</td></tr>
|
|
|
|
<tr><td>IP CIDR:</td> <td>__cidr__</td></tr>
|
|
|
|
<tr><td>Gateway:</td> <td>__gateway__</td></tr>
|
|
|
|
<tr><td>DNS:</td> <td>__dnsserver__</td></tr>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|