mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 03:52:25 +08:00
18 lines
No EOL
473 B
HTML
18 lines
No EOL
473 B
HTML
{{include file='common/head.html'}}
|
|
<body bgcolor='#ffffff' text='#000000' leftmargin='0' topmargin='0'>
|
|
<div>
|
|
<form action="?c=setting&a=index" method='post'>
|
|
<tr>
|
|
<td >支付方式:</td>
|
|
<td >
|
|
<input type="radio" name="sub" value="alipay" checked="checked" />支付宝
|
|
<input type="radio" name="sub" value="alipay" />网银在线</td>
|
|
</tr>
|
|
<tr>
|
|
<td >
|
|
<input type='submit' value='确定'>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</div> |