mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 05:33:17 +00:00
Redesign search in search results for simpleertube
This commit is contained in:
parent
ce98f4408d
commit
9ea537820a
|
@ -13,7 +13,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>{{ instance_name }}</h2>
|
<h2>{{ instance_name }}</h2>
|
||||||
<form action="/{{ domain }}/search" method="POST">
|
<form action="/{{ domain }}/search" method="POST">
|
||||||
<!--<label for="query"><b>{{ instance_name }}</b></label>-->
|
|
||||||
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
|
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
|
||||||
<button type="submit">Search</button>
|
<button type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h2>SimpleerTube</h2>
|
||||||
<form action="/search" method="POST">
|
<form action="/search" method="POST">
|
||||||
<label for="query"><b>SimpleerTube</b></label>
|
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ query }}"/>
|
||||||
<input type="text" name="query" id="query" placeholder="Search" value="{{ query }}"/>
|
|
||||||
<button type="submit">Search</button>
|
<button type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue