⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 popup.php

📁 具有多種面版可以選擇的"投票程式" 多國語言版
💻 PHP
字号:
<?php
include "./poll_cookie.php";
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
include "./booth.php";
?>
<html>
<head>
<title><?php echo $php_poll->pollvars["title"]; ?></title>
</head>
<body bgcolor="#FFFFFF">
<br>
<center>
<?php
$php_poll->set_template_set("popup");
if (isset($poll_ident) && isset($action)) {
    $php_poll->set_max_bar_length(110);
    echo $php_poll->poll_process($poll_ident);
}
?>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -