修复论坛空白输入,上传文件未完成
This commit is contained in:
@@ -82,9 +82,9 @@ String str_date2 = currentTime.toString(); //将Date型日期时间转换成字
|
||||
<%-- <%=counter %> --%>
|
||||
<div class="col-lg-1 col-md-1 hidden-xs"></div>
|
||||
<div class="col-lg-9 col-md-9">
|
||||
<div id="carousel-example-generic" class="carousel slide"
|
||||
<!-- <div id="carousel-example-generic" class="carousel slide"
|
||||
data-ride="carousel">
|
||||
<!-- Indicators -->
|
||||
Indicators
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel-example-generic" data-slide-to="0"
|
||||
class="active"></li>
|
||||
@@ -92,7 +92,7 @@ String str_date2 = currentTime.toString(); //将Date型日期时间转换成字
|
||||
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
|
||||
</ol>
|
||||
|
||||
<!-- Wrapper for slides -->
|
||||
Wrapper for slides
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="item active">
|
||||
<img src="images/index1.jpg" alt="...">
|
||||
@@ -105,7 +105,7 @@ String str_date2 = currentTime.toString(); //将Date型日期时间转换成字
|
||||
...
|
||||
</div>
|
||||
|
||||
<!-- Controls -->
|
||||
Controls
|
||||
<a class="left carousel-control" href="#carousel-example-generic"
|
||||
role="button" data-slide="prev"> <span
|
||||
class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||
@@ -115,7 +115,7 @@ String str_date2 = currentTime.toString(); //将Date型日期时间转换成字
|
||||
class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="jumbotron">
|
||||
<h1 class="text-center">欢迎访问</h1>
|
||||
<p class="text-center">15信管2班</p>
|
||||
|
||||
Reference in New Issue
Block a user