|
@@ -60,7 +60,9 @@ class super_code extends BaseUser
|
|
<title>应用管理 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
|
|
<title>应用管理 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
|
|
<?php
|
|
<?php
|
|
$this->static_();
|
|
$this->static_();
|
|
- ?> </head>
|
|
|
|
|
|
+ ?>
|
|
|
|
+ <link rel="stylesheet" href="/css/jcq.css"/>
|
|
|
|
+ </head>
|
|
<body>
|
|
<body>
|
|
<?php
|
|
<?php
|
|
$this->header();
|
|
$this->header();
|
|
@@ -147,9 +149,10 @@ class super_code extends BaseUser
|
|
<input type="text" class="fl" placeholder="输入授权码或设备号"
|
|
<input type="text" class="fl" placeholder="输入授权码或设备号"
|
|
name="search_input"
|
|
name="search_input"
|
|
id="keyword" value="<?php echo $_var_6;?>">
|
|
id="keyword" value="<?php echo $_var_6;?>">
|
|
- <span class="iconfont icon-search"></span>
|
|
|
|
|
|
+ <span class="iconfont icon-search j-icon-search"></span>
|
|
</div>
|
|
</div>
|
|
- <div class="input-search fl">
|
|
|
|
|
|
+ <div class="icon-search app-bloder-btn">搜索</div>
|
|
|
|
+ <div class="input-search fl j-search-btn">
|
|
<input type="button" class="fl" value="导出全部" onclick="import_codes()"
|
|
<input type="button" class="fl" value="导出全部" onclick="import_codes()"
|
|
style="background:#157df1;border:#157df1;color:#fff;width: 75px;padding-right: 10px;margin-left: 10px;">
|
|
style="background:#157df1;border:#157df1;color:#fff;width: 75px;padding-right: 10px;margin-left: 10px;">
|
|
<input type="button" class="fl" value="导出未使用" onclick="import_codesall()"
|
|
<input type="button" class="fl" value="导出未使用" onclick="import_codesall()"
|
|
@@ -346,8 +349,8 @@ class super_code extends BaseUser
|
|
<form id="upload" method="post" target="post_frame" enctype="multipart/form-data">
|
|
<form id="upload" method="post" target="post_frame" enctype="multipart/form-data">
|
|
<div style="padding-left:30px;">
|
|
<div style="padding-left:30px;">
|
|
<div style="margin-top:20px;">
|
|
<div style="margin-top:20px;">
|
|
- <label style="width:100px;text-align:right;">剩余数量 </label>
|
|
|
|
- <input type="text" name="max_num" disabled="disabled" id="max_num"
|
|
|
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">剩余数量 </label>
|
|
|
|
+ <input class="j-label-text" type="text" name="max_num" disabled="disabled" id="max_num"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
|
|
|
|
value="<?php echo $_var_21["max_super_code"];?>">
|
|
value="<?php echo $_var_21["max_super_code"];?>">
|
|
@@ -356,8 +359,8 @@ class super_code extends BaseUser
|
|
|
|
|
|
<div style="padding-left:30px;">
|
|
<div style="padding-left:30px;">
|
|
<div style="margin-top:20px;">
|
|
<div style="margin-top:20px;">
|
|
- <label style="width:100px;text-align:right;">生成数量 </label>
|
|
|
|
- <input type="number"
|
|
|
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">生成数量 </label>
|
|
|
|
+ <input class="j-label-text" type="number"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
placeholder="(必填)" name="nums" id="nums"
|
|
placeholder="(必填)" name="nums" id="nums"
|
|
oninput="value=value.replace(/[^\d]/g,'')">
|
|
oninput="value=value.replace(/[^\d]/g,'')">
|
|
@@ -365,8 +368,8 @@ class super_code extends BaseUser
|
|
</div>
|
|
</div>
|
|
<div style="padding-left:30px;">
|
|
<div style="padding-left:30px;">
|
|
<div style="margin-top:20px;">
|
|
<div style="margin-top:20px;">
|
|
- <label style="width:100px;text-align:right;">有效时长 </label>
|
|
|
|
- <input type="number"
|
|
|
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">有效时长 </label>
|
|
|
|
+ <input class="j-label-text" type="number"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
placeholder="(天)" name="days" id="days"
|
|
placeholder="(天)" name="days" id="days"
|
|
oninput="value=value.replace(/[^\d]/g,'')">
|
|
oninput="value=value.replace(/[^\d]/g,'')">
|
|
@@ -374,9 +377,9 @@ class super_code extends BaseUser
|
|
</div>
|
|
</div>
|
|
<div style="padding-left:30px;">
|
|
<div style="padding-left:30px;">
|
|
<div style="margin-top:20px;">
|
|
<div style="margin-top:20px;">
|
|
- <label style="width:100px;text-align:right;">生成类型 </label>
|
|
|
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">生成类型 </label>
|
|
<input type="hidden" value="1" id="type"/>
|
|
<input type="hidden" value="1" id="type"/>
|
|
- <ul class="clearfix download-way"
|
|
|
|
|
|
+ <ul class="clearfix download-way j-label-text-radio"
|
|
style="width:420px;float:right;margin-right:10px;">
|
|
style="width:420px;float:right;margin-right:10px;">
|
|
<li class="clearfix active" style="float:left;">
|
|
<li class="clearfix active" style="float:left;">
|
|
<span class="icon icon-radio icon-radio-checked fl" id="gkcheck"></span>
|
|
<span class="icon icon-radio icon-radio-checked fl" id="gkcheck"></span>
|
|
@@ -392,8 +395,7 @@ class super_code extends BaseUser
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
- </div>
|
|
|
|
- <div class="form-group" style="margin-top:10px;">
|
|
|
|
|
|
+ <div class="form-group" style="margin-top:10px;">
|
|
<div class="tipPanel"
|
|
<div class="tipPanel"
|
|
style="margin: 10px;padding: 10px;font-size: 14px;border: 1px dotted gray;border-radius: 8px;">
|
|
style="margin: 10px;padding: 10px;font-size: 14px;border: 1px dotted gray;border-radius: 8px;">
|
|
<div class="tipItem" id="codeInfo">
|
|
<div class="tipItem" id="codeInfo">
|
|
@@ -405,6 +407,8 @@ class super_code extends BaseUser
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div style="text-align:right;margin-top:30px;">
|
|
<div style="text-align:right;margin-top:30px;">
|
|
<div style="border-top:1px solid #eee;">
|
|
<div style="border-top:1px solid #eee;">
|
|
<div class="text-right mt30">
|
|
<div class="text-right mt30">
|