📄 install.php
字号:
-->
</style>
</head>
<body bgcolor="#3A6EA5">
<br><br><br><br><br><br>
<table border="1" cellspacing="0" cellpadding="0" align="center" width="300">
<tr bgcolor="#C6C3C6">
<td>
<table width="300" border="0" cellspacing="0" cellpadding="1" align="center">
<tr bgcolor="#400080">
<td height="20" class="td1" bgcolor="#000084"><b><font color="#FFFFFF">
Advanced Poll <?php echo $version; ?></font></b></td>
<td height="20" class="td1" align="right" bgcolor="#000084"><img src="<?php echo $img_loc; ?>/cross.gif" width="16" height="14" border="0">
</td>
</tr>
<tr align="center">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#C6C3C6">
<td align="center" height="75" width="20%"><img src="<?php echo $img_loc; ?>/info.gif" width="35" height="35"></td>
<td align="left" height="75" width="80%" class="td1"><?php echo $msg; ?></td>
</tr>
<tr bgcolor="#C6C3C6" align="center">
<td colspan="2" height="40"><img src="<?php echo $img_loc; ?>/disabled.gif" width="75" height="22" border="0" alt="Back"> <img src="<?php echo $img_loc; ?>/ok.gif" width="75" height="22" border="0" alt="Ok"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>
<?php
exit();
}
function poll_error_msg($strg) {
global $PHP_SELF, $version, $img_loc;
$SELF = basename($PHP_SELF);
?>
<body bgcolor="#3A6EA5">
<br>
<br>
<table border="1" cellspacing="0" cellpadding="0" align="center" width="500">
<tr bgcolor="#C6C3C6">
<td>
<table width="500" border="0" cellspacing="0" cellpadding="1" align="center">
<tr bgcolor="#400080">
<td height="20" class="td1" bgcolor="#000084"><b><font color="#FFFFFF">
Advanced Poll <?php echo $version; ?> Installation</font></b></td>
<td height="20" class="td1" align="right" bgcolor="#000084"><img src="<?php echo $img_loc; ?>/cross.gif" width="16" height="14" border="0" usemap="#close"><map name="close"><area shape="rect" coords="1,1,14,12" href="javascript:abort()"></map>
</td>
</tr>
<tr align="center">
<td colspan="2">
<form method="post" action="<?php echo $SELF; ?>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#FFFFFF">
<td class="td1" height="60">
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tr>
<td width="190"><img src="<?php echo $img_loc; ?>/install.gif" width="164" height="300"></td>
<td width="310" valign="top" class="td1"><br>
<b><br>
Welcome to the Installation Wizard for <br>Advanced Poll
<?php echo $version; ?></b><br>
<br>
<br>
<br>
<font color="#FF0000"><?php echo $strg; ?></font>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#C6C3C6">
<td align="center" height="20">
<img src="<?php echo $img_loc; ?>/h_line.gif" height="18" width="490">
</td>
</tr>
<tr bgcolor="#C6C3C6">
<td align="right"><img src="<?php echo $img_loc; ?>/disabled.gif" width="75" height="22" border="0" alt="Back"><img src="<?php echo $img_loc; ?>/next.gif" width="75" height="22" border="0" usemap="#Next" alt="Back"><map name="Next"><area shape="rect" coords="1,1,73,20" href="<?php echo $SELF; ?>"></map>
<img src="<?php echo $img_loc; ?>/cancel.gif" width="75" height="22" usemap="#Cancel" border="0" alt="Cancel"><map name="Cancel"><area shape="rect" coords="1,1,73,20" href="javascript:abort()"></map>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>
<?php
}
function inst_complete() {
global $version, $img_loc, $PHP_SELF;
$SELF = basename($PHP_SELF);
?>
<body bgcolor="#3A6EA5">
<br>
<br>
<table border="1" cellspacing="0" cellpadding="0" align="center" width="500">
<tr bgcolor="#C6C3C6">
<td>
<table width="500" border="0" cellspacing="0" cellpadding="1" align="center">
<tr bgcolor="#400080">
<td height="20" class="td1" bgcolor="#000084"><b><font color="#FFFFFF">
Advanced Poll <?php echo $version; ?> Installation</font></b></td>
<td height="20" class="td1" align="right" bgcolor="#000084"><img src="<?php echo $img_loc; ?>/cross.gif" width="16" height="14" border="0">
</td>
</tr>
<tr align="center">
<td colspan="2">
<form method="post" action="<?php echo $SELF; ?>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#FFFFFF" valign="bottom">
<td class="td1" height="30"><b> Installation
Process</b></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="td1" height="30">
Advanced Poll has been installed successfully.</td>
</tr>
<tr bgcolor="#C6C3C6">
<td class="td1" align="center">
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="td1" height="75">Thank you for using Advanced Poll.<br>
If you installed Advanced Poll for the first time, do
not forget to read the license.</td>
</tr>
<tr>
<td height="140" class="td1"> Installation complete...
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?php echo $img_loc; ?>/status.gif" width="395" height="16"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -