|
|
@@ -283,9 +283,7 @@ |
|
|
|
<td width="420"><input type="text" name="officialUrl" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" class="admin-input-lg" placeholder="请输入演示网址http开头"></td> |
|
|
|
<td width="120">演示网址:</td> |
|
|
|
<td> |
|
|
|
<input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" class="admin-input-lg" placeholder="请选择网页上传或填写演示网址"> |
|
|
|
<button type="button" name="" id="" class="btn btn-success btn-sm" onclick="">上传</button> |
|
|
|
<label><input type="checkbox" name="" id="" checked="checked"> 上传压缩包自动解压</label> |
|
|
|
<input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" class="admin-input-lg" placeholder="请填写演示网址"> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|