|
@@ -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();
|
|
@@ -263,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>
|
|
|
|
|
|
|
|
@@ -312,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>
|