...
|
...
|
@@ -147,15 +147,16 @@ |
|
|
|
|
|
<div class="form-group" id = "uploadCDN_div" style="display: none">
|
|
|
|
|
|
<label class="col-sm-1 control-label"><strong>上传CDN和分支:</strong></label>
|
|
|
<div class="col-sm-8">
|
|
|
<select id="uploadCDN" name="uploadCDN" class="form-control" style="width: 100px;height:40px">
|
|
|
<option value="0">否</option>
|
|
|
<option value="1">是</option>
|
|
|
</select>
|
|
|
|
|
|
<input id="cdnBranch" name="cdnBranch" type="text" value="master" class="form-control" style="padding-left:10px;width: 100px;float:left" placeHolder="上传cdn的分支"/>
|
|
|
</div>
|
|
|
<label class="col-sm-1 control-label"><strong>上传CDN和分支:</strong></label>
|
|
|
<div class="col-sm-1" style="width: 110px;">
|
|
|
<select id="uploadCDN" name="uploadCDN" class="form-control" style="width: 100px;height:40px">
|
|
|
<option value="0">否</option>
|
|
|
<option value="1">是</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="col-sm-7" style="width: 200px;">
|
|
|
<input id="cdnBranch" name="cdnBranch" type="text" class="form-control" style="padding-left:10px;float:left" placeHolder="上传cdn的分支"/>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
</div>
|
...
|
...
|
|