主页搜索实现
parent
a78a647fe6
commit
e036e35d1c
|
@ -170,8 +170,8 @@ ul li a{
|
||||||
<li style="margin-left: 500px;font-size: 25px;">
|
<li style="margin-left: 500px;font-size: 25px;">
|
||||||
<form style="background: #0b3e6f;">
|
<form style="background: #0b3e6f;">
|
||||||
<select id="editable-select" style="width: 300px; height: 30px;margin-top: -10px; " >
|
<select id="editable-select" style="width: 300px; height: 30px;margin-top: -10px; " >
|
||||||
{% for doc in docs %}
|
{% for title in alltitle %}
|
||||||
|
<option>{{ title.title }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<button style=" font-size: 25px; background: #20375f; color: white;" >
|
<button style=" font-size: 25px; background: #20375f; color: white;" >
|
||||||
|
|
Loading…
Reference in New Issue