|
@@ -37,7 +37,9 @@ class super_cert extends BaseUser
|
|
|
<title>应用管理 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
|
|
|
<?php
|
|
|
$this->static_();
|
|
|
- ?> </head>
|
|
|
+ ?>
|
|
|
+ <link rel="stylesheet" href="/css/jcq.css">
|
|
|
+ </head>
|
|
|
<body>
|
|
|
<?php
|
|
|
$this->header();
|
|
@@ -84,13 +86,14 @@ class super_cert extends BaseUser
|
|
|
<div class="table-list">
|
|
|
<div class="a-top mb10 clearfix">
|
|
|
<div class="input-search fl">
|
|
|
- <input type="text" class="fl" placeholder="输入开发者账号" name="search_input"
|
|
|
+ <input class="super-search" type="text" class="fl" placeholder="输入开发者账号" name="search_input"
|
|
|
id="keyword" value="<?php echo $_var_1;?>">
|
|
|
<span class="iconfont icon-search"></span>
|
|
|
</div>
|
|
|
+ <div class="super-btn-box">
|
|
|
<div class="fr clearfix how-many">
|
|
|
<dl class="clearfix">
|
|
|
- <dd class="fl">
|
|
|
+ <dd class="fl total">
|
|
|
<div class="clearfix">
|
|
|
<div class="fr">
|
|
|
<p class="p1">
|
|
@@ -107,10 +110,10 @@ class super_cert extends BaseUser
|
|
|
<div class="p2 clearfix">
|
|
|
<span><?php echo $_var_5;?></span>
|
|
|
</div>
|
|
|
- <div class="right-line">
|
|
|
+ <div class="right-line mob-none">
|
|
|
</div>
|
|
|
</dd>
|
|
|
- <dt class="fl">
|
|
|
+ <dt class="fl btn-box">
|
|
|
<a href="https://appstoreconnect.apple.com/access/api"
|
|
|
class="ms-btn ms-btn-primary mt3" target="_blank">p8证书</a>
|
|
|
<?php
|
|
@@ -126,6 +129,7 @@ class super_cert extends BaseUser
|
|
|
?> </dt>
|
|
|
</dl>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="app-table-wrap">
|
|
|
<div class="table-wrap">
|
|
@@ -261,43 +265,41 @@ class super_cert extends BaseUser
|
|
|
<form id="upload" method="post" target="post_frame" enctype="multipart/form-data">
|
|
|
<div style="padding-left:30px;">
|
|
|
<div style="margin-top:20px;">
|
|
|
- <label style="width:100px;text-align:right;">账号(<span
|
|
|
- style="color:red;">*</span>):</label>
|
|
|
- <input type="text"
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">账号<span
|
|
|
+ style="color:red;margin-left:2px">*</span>:</label>
|
|
|
+ <input class="j-label-text" type="text"
|
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
|
placeholder="(必填)" name="team_id" id="team_id">
|
|
|
</div>
|
|
|
<div style="margin-top:10px;">
|
|
|
- <label style="width:100px;text-align:right;">Iss(<span
|
|
|
- style="color:red;">*</span>):</label>
|
|
|
- <input type="text"
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">Iss<span
|
|
|
+ style="color:red;margin-left:2px">*</span>:</label>
|
|
|
+ <input class="j-label-text" type="text"
|
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
|
placeholder="(必填)" name="iss" id="iss">
|
|
|
</div>
|
|
|
<div style="margin-top:10px;">
|
|
|
- <label style="width:100px;text-align:right;">Kid(<span
|
|
|
- style="color:red;">*</span>):</label>
|
|
|
- <input type="text"
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">Kid<span
|
|
|
+ style="color:red;margin-left:2px">*</span>:</label>
|
|
|
+ <input class="j-label-text" type="text"
|
|
|
style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
|
|
|
placeholder="(必填)" name="kid" id="kid">
|
|
|
</div>
|
|
|
|
|
|
<div style="margin-top:10px;">
|
|
|
- <label style="width:100px;text-align:right;">备注:</label>
|
|
|
- <input type="text"
|
|
|
+ <label class="j-label-open" style="width:100px;text-align:right;">备注:</label>
|
|
|
+ <input class="j-label-text" type="text"
|
|
|
style="width:420px;padding-left:10px;height:70px;border:1px solid #e0e0e0;"
|
|
|
placeholder="(选填)" name="mark" id="mark">
|
|
|
</div>
|
|
|
<br>
|
|
|
- <div class="form-group" style="margin-top:10px;">
|
|
|
- <label class="col-sm-3 control-label" style="text-align:right;">P8密钥(<span
|
|
|
- style="color:red;">*</span>):</label>
|
|
|
- <div class="col-sm-9">
|
|
|
- <input type="file" class="form-control"
|
|
|
- style="height:35px;border:1px solid #e0e0e0;" placeholder="(必填)"
|
|
|
+ <div style="margin-top:10px;">
|
|
|
+ <label class="j-label-open" style="text-align:right;">P8密钥<span
|
|
|
+ style="color:red;margin-left:2px">*</span>:</label>
|
|
|
+ <input class="j-label-text-je" type="file" class="form-control"
|
|
|
+ style="display: inline-block; height:35px;border:1px solid #e0e0e0;" placeholder="(必填)"
|
|
|
accept=".p8"
|
|
|
name="p8" id="p8">
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -310,23 +312,25 @@ class super_cert extends BaseUser
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="text-align:right;margin-top:30px;">
|
|
|
- <div style="border-top:1px solid #eee;">
|
|
|
- <div class="text-right mt30">
|
|
|
- <button type="button" class="btn btn-default" data-dismiss="modal"
|
|
|
- aria-label="Close" onclick="$('#vipp8SC').toggle();">取消
|
|
|
- </button>
|
|
|
- <input type="hidden" name="user_id"
|
|
|
- value="<?php echo $_COOKIE["in_userid"];?>"/>
|
|
|
- <button type="button" class="btn btn-primary" onclick="addCert()">
|
|
|
- 立即添加
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+
|
|
|
|
|
|
</div>
|
|
|
</form>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div style="text-align:right;margin-top:30px;">
|
|
|
+ <div style="border-top:1px solid #eee;">
|
|
|
+ <div class="text-right mt30">
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal"
|
|
|
+ aria-label="Close" onclick="$('#vipp8SC').toggle();">取消
|
|
|
+ </button>
|
|
|
+ <input type="hidden" name="user_id"
|
|
|
+ value="<?php echo $_COOKIE["in_userid"];?>"/>
|
|
|
+ <button type="button" class="btn btn-primary" onclick="addCert()">
|
|
|
+ 立即添加
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|