Authored by qinchao

增加字段:上传cdn分支

@@ -148,13 +148,14 @@ @@ -148,13 +148,14 @@
148 <div class="form-group" id = "uploadCDN_div" style="display: none"> 148 <div class="form-group" id = "uploadCDN_div" style="display: none">
149 149
150 <label class="col-sm-1 control-label"><strong>上传CDN和分支:</strong></label> 150 <label class="col-sm-1 control-label"><strong>上传CDN和分支:</strong></label>
151 - <div class="col-sm-8"> 151 + <div class="col-sm-1" style="width: 110px;">
152 <select id="uploadCDN" name="uploadCDN" class="form-control" style="width: 100px;height:40px"> 152 <select id="uploadCDN" name="uploadCDN" class="form-control" style="width: 100px;height:40px">
153 <option value="0"></option> 153 <option value="0"></option>
154 <option value="1"></option> 154 <option value="1"></option>
155 </select> 155 </select>
156 -  
157 - <input id="cdnBranch" name="cdnBranch" type="text" value="master" class="form-control" style="padding-left:10px;width: 100px;float:left" placeHolder="上传cdn的分支"/> 156 + </div>
  157 + <div class="col-sm-7" style="width: 200px;">
  158 + <input id="cdnBranch" name="cdnBranch" type="text" class="form-control" style="padding-left:10px;float:left" placeHolder="上传cdn的分支"/>
158 </div> 159 </div>
159 160
160 161
@@ -118,23 +118,22 @@ @@ -118,23 +118,22 @@
118 </div> 118 </div>
119 </div> 119 </div>
120 <div class="form-group"> 120 <div class="form-group">
121 - <label class="col-sm-6 control-label"><strong>上传CDN:</strong></label>  
122 - <div class="col-sm-8"> 121 + <label class="col-sm-6 control-label"><strong>上传CDN和分支:</strong></label>
  122 + <div class="col-sm-1" style="width:100px;">
123 <input type="text" class="form-control" 123 <input type="text" class="form-control"
124 <c:if test="${workJob.uploadCDN == 0}">value="否"</c:if> 124 <c:if test="${workJob.uploadCDN == 0}">value="否"</c:if>
125 <c:if test="${workJob.uploadCDN == 1}">value="是"</c:if> 125 <c:if test="${workJob.uploadCDN == 1}">value="是"</c:if>
126 - style='border-left:0px;border-top:0px;border-right:0px;border-bottom:1px '  
127 - readonly="readonly"/> 126 + style='width:100%!important;border-left:0px;border-top:0px;border-right:0px;border-bottom:1px; '
  127 + readonly="readonly" />
128 </div> 128 </div>
129 - </div>  
130 - <div class="form-group">  
131 - <label class="col-sm-6 control-label"><strong>上传CDN分支:</strong></label>  
132 - <div class="col-sm-8"> 129 +
  130 + <div class="col-sm-7" style="width:200px;">
133 <input type="text" class="form-control" value="${workJob.cdnBranch}" 131 <input type="text" class="form-control" value="${workJob.cdnBranch}"
134 - style='border-left:0px;border-top:0px;border-right:0px;border-bottom:1px ' 132 + style='width:100%!important;border-left:0px;border-top:0px;border-right:0px;border-bottom:1px '
135 readonly="readonly"/> 133 readonly="readonly"/>
136 </div> 134 </div>
137 </div> 135 </div>
  136 +
138 </c:when> 137 </c:when>
139 138
140 <c:otherwise> 139 <c:otherwise>