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

📄 sendpay.tpl.php

📁 a short sketch about linux syntex lines.
💻 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>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>在线支付提交</title>
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="<?php echo $this->basedir;?>templates/member/images/list_title_bg.gif"><img src="<?php echo $this->basedir;?>templates/member/images/zhifu.gif" width="759" height="50" /></td>
  </tr>
  <tr>
    <td background="<?php echo $this->basedir;?>templates/member/images/title_line_bg.gif">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top">
	  <form name=form2 method="get" action="http://pay.168reg.cn/pay.do" TARGET="_balnk">
	    <table width="600" border="1" align="center" cellpadding="5" cellspacing="2" bordercolor="#CCCCCC" style="border-collapse:collapse">
	      <tr>
	        <td colspan="2" align="center" bgcolor="#F2F2F2">本次支付将采用第三方支付系统.购买后立即开通服务</td>
          </tr>
	      <tr>
	        <td width="150" align="right">你充值用户名:</td>
          <td width="424">&nbsp;<?php echo $this->shopinfo['username'];?></td>
        </tr>
	      <tr>
	        <td align="right">本次订单编号:</td>
          <td>&nbsp;<?php echo $this->shopinfo['orderno'];?></td>
        </tr>
	      <tr>
	        <td align="right">购买的服务:</td>
          <td>&nbsp;<?php echo $this->shopinfo['services'];?></td>
        </tr>
	      <tr>
	        <td align="right">价格:</td>
          <td>&nbsp;<?php echo $this->shopinfo['money'];?> 元</td>
        </tr>
	      <tr>
	        <td align="right"><a href="http://www.168reg.cn/register.asp?tuijian=jdzcn" target="_blank"><img border="0" src="http://www.168reg.com/images/link_1.gif" alt="网站在线支付系统采用安全、可靠的贺喜支付平台"></a></td>
          <td>
            <input type="image" name="" id="imageField" src="<?php echo $this->basedir;?>templates/member/images/zhifu_an.jpg" />
            &lt;&lt;点击按钮进入付款页面</td>
        </tr>
        </table>
		<input type=hidden name="reg_userid" value="<?php echo $this->config['reg_userid'];?>">
		<input type=hidden name="servicename" value="<?php echo $this->shopinfo['services'];?>">
		<input type=hidden name="amount" value="<?php echo $this->shopinfo['money']*100;?>">
		<input type=hidden name="ymd" value="<?php echo date('Ymd');?>">
		<input type=hidden name="receive_url" value="<?php echo $this->receive_url;?>">
		<input type=hidden name="billno" value="<?php echo $this->shopinfo['orderno'];?>">
		<input type=hidden name="custom1name" value="<?php echo $this->custom1name;?>">
		<input type=hidden name="custom1" value="<?php echo $this->custom1;?>">
		<input type=hidden name="custom2name" value="<?php echo $this->custom2name;?>">
		<input type=hidden name="custom2" value="<?php echo $this->custom2;?>">
		<input type=hidden name="paymode" value="<?php echo $this->paymode;?>">
		<input type=hidden name="payvia" value="<?php echo $this->payvia;?>">
		<input type=hidden name="post_md5info" value="<?php echo $this->post_md5info;?>">
		
    </form></td>
  </tr>
  <tr>
    <td background="<?php echo $this->basedir;?>templates/member/images/title_line_bg.gif">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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