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

📄 index.php

📁 Download you own three BR
💻 PHP
字号:
<?
	include("../configs/Configs.php");
	?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_Head1"><title>
	<? echo $webgamesitename;?> - 充值中心 - 银行充值
</title>
<link rel="stylesheet" href="images/button.css" type="text/css" />
<link rel="stylesheet" href="images/style.css" type="text/css" />
</head>
<body style="position:relative">
<script type="text/javascript" src="images/gg.inc.js"></script>
<div id="container">
<div id="header">
<p>
<a href="<? echo $webgamesiteurl;?>"><img src="images/logo_head.gif" alt="<? echo $webgamesitename;?>" title="<? echo $webgamesitename;?>" /></a></p>
</div>
<div id="menu">
<div id="menu">
<p><img src="images/bul_01.gif" />欢迎来到游戏充值中心!</p>
<ul class="nav">
<li><a href="../">首页</a></li>
<li><a href="../register.php">账号申请</a></li>
<li class="view"><a href="index.html">充值管理</a></li>
<li><a href="../bbs">游戏论坛</a></li>
<li><a href="../loginout.php">退出游戏</a></li>
</ul>
	</div></div>
<div id="body_container" style="height:auto!important; height:650px; min-height:650px">
<div id="left_container">
<div class="left_menu">
<ul>
<h1>游戏充值</h1>
<li><a href="#" class="">选择游戏</a></li>
<li><a href="#" class="on">填写信息</a></li>
<li><a href="#" class="">选择银行</a></li>
<li><a href="#" class="">确认支付</a></li>
<li><a href="#" class="">支付成功</a></li>
	</ul>	
<ul>	
<h1>充值查询</h1>
<li><a href="#" class="">充值历史</a></li>
<li><a href="#"class="">充值排行</a></li>
</ul>
</div><img src="images/l1.jpg" /><img src="images/l2.jpg" /><img src="images/l3.jpg" />
</div>
<div id="right_container">
<form name="Form" method="post" action="SendOrder.php">
<div>
</div><div class="big_tit">
<h3>
游戏充值</h3>
</div>
<div class="sub_nav">
<span class="bul">充值中心&nbsp;&nbsp;&gt;&nbsp;&nbsp;账号充值</span></div>
<div class="step">
<ul>
<li>选择游戏</li>
<li>选择充值方式</li>
<li class="on">填写充值信息</li>
<li>充值成功</li>
</ul>
</div>
<table cellspacing="0" class="member_info_table">
<col width="20%" />
<col width="80%" />
<caption>
<span class="red01">请输入需要充值的账户</span>
</caption>
<tr class="first-child">
<th>
所要充值的账户</th>
<td>
<input name="c_memo1" type="text" id="c_memo1" class="input" /><span
style="color: #ff0000">游戏中的昵称</span></td>
</tr>
<tr>
<th>
确认充值的账户</th>
<td>
<input name="c_memo2" type="text" id="c_memo2" class="input" /><span
style="color: #ff0000">游戏中的昵称</span></td>
</tr>
</table>
<table cellspacing="0" class="member_info_table">
<col width="20%" />
<col width="80%" />
<caption>
<span class="red01">请选择您需要的充值金额</span>
</caption>
<tr class="first-child">
<th>
充值金额</th>
<td>
<select name="c_orderamount" id="c_orderamount" class="input">
    <option value="1.00">1元</option>
	<option value="5.00">5元</option>
	<option value="10.00">10元</option>
	<option value="15.00">15元</option>
	<option value="30.00">30元</option>
	<option value="50.00">50元</option>
	<option value="100.00">100元</option>
	<option value="200.00">200元</option>
	<option value="500.00">500元</option></select>
<p>
最小充值限额人民币: <span class="red01">1.00</span> 元    </p>
</td>
</tr>
<tr class="first-child">
</tr>
<tr class="first-child">
<th>
兑换比率</th>
<td>
现在<span class="red01">1.00</span>人民币可兑换<span class="red01">100</span>元宝
</td>
</tr>
</table>
<table cellspacing="0" class="member_info_table">
<col width="20%" />
<col width="80%" />

</table>
<div class="mb_btn">
<input type="submit" name="submit" value="下一步"><input type="submit" name="submit" value="重  置"></div>

</form></div>
</div>
<div id="footer">
<p>
<? echo $webgamesitename;?>  游戏充值中心  网址:<a href="<? echo $webgamesiteurl;?>"><? echo $webgamesiteurl;?></a>  管理邮箱:<? echo $adminemail;?></p>
</div>
</div></body>
</html>

⌨️ 快捷键说明

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