65 lines
2.2 KiB
Smarty
65 lines
2.2 KiB
Smarty
|
|
<!--{include file='top.tpl'}-->
|
|||
|
|
<div id=in>
|
|||
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class=nr>
|
|||
|
|
<!--{if $Edit_Ok}-->
|
|||
|
|
<script>location.href='agent-add.php?id=<!--{$GG.id}-->';</script>
|
|||
|
|
<tr><td colspan=4 align=center class=editok><!--{$Edit_Ok}--></td></tr>
|
|||
|
|
<!--{/if}-->
|
|||
|
|
<!--{if $Edit_Error}--><tr><td colspan=4 align=center class=editerror><!--{$Edit_Error}--></td></tr><!--{/if}-->
|
|||
|
|
<tr><td colspan=20 class=bt height=30><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ</b></td></tr>
|
|||
|
|
<form action="" method="post" name="frmedit">
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt>ID</td>
|
|||
|
|
<td class=nr_nr><!--{$info.Accounts}--></td>
|
|||
|
|
<td class=nr_bt><3E><><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class=nr_nr><!--{$info.BuyCount}--></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt><><CEA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class='nr_nr'><!--{$info.WeiXin}--></td>
|
|||
|
|
<td class=nr_bt><3E>ۿ<EFBFBD></td>
|
|||
|
|
<td class=nr_nr><!--{$info.SellCount}--></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt>ʱ<><CAB1></td>
|
|||
|
|
<td class='nr_nr'><!--{timename time=$info.Date|strtotime}--></td>
|
|||
|
|
<td class=nr_bt><3E></td>
|
|||
|
|
<td class=nr_nr><!--{$info.LeftCount}--></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt>IP</td>
|
|||
|
|
<td class='nr_nr'><!--{convertip ip=$info.LastLogonIP}--> <!--{$info.LastLogonIP}--></font></td>
|
|||
|
|
<td class=nr_bt><3E><><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class=nr_nr><!--{$info.PayMoney}--></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class='nr_nr' colspan=3><input type="text" name="je" id="jem" value="100" style="width:100px;" maxLength="200" onkeyup="rec();"></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class='nr_nr' colspan=3><input type="text" name="js" id="jej" value="<!--{$info.Price}-->" style="width:100px;" maxLength="200" onkeyup="rec();"> Ԫ/<2F><></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_bt><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></td>
|
|||
|
|
<td class='nr_nr' colspan=3 id=fk></td>
|
|||
|
|
</tr>
|
|||
|
|
<input name="fks" id=fks type="hidden" value="">
|
|||
|
|
<input name="id" id=id type="hidden" value="<!--{$GG.id}-->">
|
|||
|
|
<tr><td colspan=4 class=tj id=remind_info><input type="submit" name=submit value="<22><> ֵ"></td></tr>
|
|||
|
|
</form>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<script>
|
|||
|
|
rec();
|
|||
|
|
function rec(){
|
|||
|
|
var jem = $("#jem").val();
|
|||
|
|
var jej = $("#jej").val();
|
|||
|
|
var fk = Math.round(jem/jej);
|
|||
|
|
$("#fk").text(fk+"<22><>");
|
|||
|
|
$("#fks").val(fk);
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
<!--{include file='bottom.tpl'}-->
|
|||
|
|
</body>
|
|||
|
|
</html>
|