You've already forked qlg.tsgz.moe
							
							
		
			
				
	
	
		
			64 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| {extend name="base" /}
 | |
| {block name="js"}
 | |
| <script src="__ADMIN__/payments/payments.js?v={$v}" type="text/javascript"></script>
 | |
| {/block}
 | |
| {block name="main"}
 | |
| <div class="l-loading" style="display: block" id="wst-loading"></div>
 | |
| 
 | |
| <form id="payForm" autocomplete="off">
 | |
| <table class='wst-form wst-box-top'>
 | |
|   <tr>
 | |
|       <th width='150'>支付名称<font color='red'>*</font>:</th>
 | |
|           <td>
 | |
|             <input type="text" id="payName" name="payName" value="{$object['payName']}" class="ipt" maxLength='100' />
 | |
|           </td>
 | |
|        </tr>
 | |
|        <tr>
 | |
|           <th>应用appId<font color='red'>*</font>:</th>
 | |
|           <td>
 | |
|               <input type="text" id="appId" name="appId" value="{$object['appId']?? ''}" class="cfg" maxLength='100' />
 | |
|           </td>
 | |
|        </tr>
 | |
|        <tr>
 | |
|           <th>应用私钥<font color='red'>*</font>:</th>
 | |
|           <td>
 | |
|               <textarea id="rsaPrivateKey" name="rsaPrivateKey" style="width:340px;height:100px;" class="cfg">{$object['rsaPrivateKey']?? ''}</textarea>
 | |
|               <input type="hidden" id="payIcon" value="{$object['payIcon']?? ''}" class="cfg" maxLength='20' />
 | |
|           </td>
 | |
|        </tr>
 | |
|        <tr>
 | |
|           <th>支付宝公钥<font color='red'>*</font>:</th>
 | |
|           <td>
 | |
|          	<textarea id="alipayrsaPublicKey" name="alipayrsaPublicKey" style="width:340px;height:100px;" class="cfg">{$object['alipayrsaPublicKey']?? ''}</textarea>
 | |
|           </td>
 | |
|        </tr>
 | |
|        <tr>
 | |
|           <th>支付方式描述<font color='red'>*</font>:</th>
 | |
|           <td>
 | |
|               <textarea id="payDesc" name="payDesc" class="ipt" style="width:340px;height:100px;" >{$object['payDesc']}</textarea>
 | |
|           </td>
 | |
|        </tr>
 | |
|        <tr>
 | |
|           <th>排序号<font color='red'>*</font>:</th>
 | |
|           <td> 
 | |
|               <input type="text" id="payOrder" name="payOrder" value="{$object['payOrder']}" class="ipt" maxLength='20' />
 | |
|           </td>
 | |
|        </tr>
 | |
|   
 | |
|   <tr>
 | |
|      <td colspan='2' align='center' class='wst-bottombar'>
 | |
|        <input type="hidden" id="id" value="{$object['id']}" />
 | |
|        <button type="submit" class="btn btn-primary btn-mright"'><i class="fa fa-check"></i>提交</button> 
 | |
|         <button type="button" class="btn" onclick="javascript:history.go(-1)"><i class="fa fa-angle-double-left"></i>返回</button>
 | |
|      </td>
 | |
|   </tr>
 | |
| </table>
 | |
| </form>
 | |
| 
 | |
| 
 | |
| <script>
 | |
| 
 | |
| </script>
 | |
| {/block}
 | |
| 
 |