|
@@ -29,10 +29,12 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<th:block layout:fragment="sidebar">
|
|
|
- <li th:replace="/task_detail::crowdSidebar">
|
|
|
+ <li th:replace="/home::mainSidebar">
|
|
|
</th:block>
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<th:block layout:fragment="maincontent">
|
|
|
<section class="content-header">
|
|
|
<h1>
|
|
@@ -96,31 +98,31 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- text input -->
|
|
|
- <div class="form-group" id="webUrl" style="display: none">
|
|
|
- <label class="col-sm-2 control-label">待测网站链接</label>
|
|
|
- <div class="col-sm-6">
|
|
|
- <input onchange="checkNull(event)" class="form-control" id="websiteUrl" placeholder="请输入网站链接"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<!-- <div class="form-group" id="webUrl" style="display: none">-->
|
|
|
+<!-- <label class="col-sm-2 control-label">待测网站链接</label>-->
|
|
|
+<!-- <div class="col-sm-6">-->
|
|
|
+<!-- <input onchange="checkNull(event)" class="form-control" id="websiteUrl" placeholder="请输入网站链接"/>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
|
|
|
- <div class="form-group" id="apkFile">
|
|
|
- <label for="testApplication" class="col-sm-2 control-label">待测应用</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <input type="file" id="testApplication"/>
|
|
|
- <!-- <p class="help-block">Example block-level help text here.</p>-->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<!-- <div class="form-group" id="apkFile">-->
|
|
|
+<!-- <label for="testApplication" class="col-sm-2 control-label">待测应用</label>-->
|
|
|
+<!-- <div class="col-sm-10">-->
|
|
|
+<!-- <input type="file" id="testApplication"/>-->
|
|
|
+<!-- <!– <p class="help-block">Example block-level help text here.</p>–>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
|
|
|
- <div class="form-group">
|
|
|
- <label for="testRequirement" class="col-sm-2 control-label">测试需求</label>
|
|
|
- <div class="col-sm-10">
|
|
|
- <input type="file" id="testRequirement"/>
|
|
|
- <!-- <p class="help-block">Example block-level help text here.</p>-->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<!-- <div class="form-group">-->
|
|
|
+<!-- <label for="testRequirement" class="col-sm-2 control-label">测试需求</label>-->
|
|
|
+<!-- <div class="col-sm-10">-->
|
|
|
+<!-- <input type="file" id="testRequirement"/>-->
|
|
|
+<!-- <!– <p class="help-block">Example block-level help text here.</p>–>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
|
|
|
<div class="form-group">
|
|
|
- <label for="testRequirement" class="col-sm-2 control-label">三级页面<br><a href="http://mooctest-site.oss-cn-shanghai.aliyuncs.com/excel-template.xlsx">示例</a></label>
|
|
|
+ <label for="threePage" class="col-sm-2 control-label">三级页面<br><a href="http://mooctest-site.oss-cn-shanghai.aliyuncs.com/excel-template.xlsx">示例</a></label>
|
|
|
<div class="col-sm-10">
|
|
|
<input type="file" id="threePage"/>
|
|
|
<!-- <p class="help-block">Example block-level help text here.</p>-->
|