mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-06-03 07:51:08 +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>
34 lines
746 B
HTML
34 lines
746 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="pve-installer.css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<table border="0" width="800">
|
|
<tr>
|
|
<td width="200"> </td>
|
|
<td colspan="2" width="400"><br><br>
|
|
<p>
|
|
<b class="htext">Installation failed!</b>
|
|
<br><br><br>
|
|
__FULL_PRODUCT_NAME__ could not be installed.
|
|
<br><br><br>
|
|
<table border="0" width="400">
|
|
<tr>
|
|
<td width="40"> </td>
|
|
<td valign="top" width="30"><img src="plus.png"></td>
|
|
<td valign="top" width="560">Press CTRL + ALT + F2 to see details<br><br>
|
|
<br><br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
</td>
|
|
<td width="200"> </td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|