|
|
@ -458,22 +458,28 @@ |
|
|
|
</i> |
|
|
|
</div> |
|
|
|
<div>我的集锦 |
|
|
|
<div class="page-title-subheading">单击集锦查看或修改信息 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="page-title-actions"> |
|
|
|
<!--搜索集锦--> |
|
|
|
<form> |
|
|
|
<i class="nav-link-icon fa fa-search"></i> |
|
|
|
<input type="text" name="" id="search"> |
|
|
|
<input type="button" value="search" onclick="getContent()"> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="main-card mb-3 card"> |
|
|
|
<input type="text" name="" id="search"> |
|
|
|
<input type="button" value="search" onclick="getContent()"> |
|
|
|
<br> |
|
|
|
<!-- wsy:上面两个是搜索相关的,下面是创建集锦--> |
|
|
|
<!-- wsy:创建集锦--> |
|
|
|
<input type="text" name="" id="myInput"> |
|
|
|
<input type="button" value="add text" onclick="add('collection')"> |
|
|
|
<!-- wsy:集锦列表 --> |
|
|
|
<div id="textList" style="width: 10px;"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- wsy:集锦列表 --> |
|
|
|
<div id="textList" style="width: 10px;"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<script type="text/javascript" src="../static/assets/scripts/main.js"></script> |
|
|
|