Add search
This commit is contained in:
		@@ -5,5 +5,23 @@ vim: ts=2 noexpandtab
 | 
			
		||||
{% block title %}{{ super() }} - Results{% endblock%}
 | 
			
		||||
{% set active_page = "search" %}
 | 
			
		||||
{% block content %}
 | 
			
		||||
<p>{{results}}</p>
 | 
			
		||||
<link href="{{ url_for("static", filename="css/result.css") }}" rel="stylesheet">
 | 
			
		||||
	<table>
 | 
			
		||||
		<tr>
 | 
			
		||||
			<th>Name</th>
 | 
			
		||||
			<th>Size</th>
 | 
			
		||||
			<th>Snatches</th>
 | 
			
		||||
			<th>UL</th>
 | 
			
		||||
			<th>DL</th>
 | 
			
		||||
		</tr>
 | 
			
		||||
		<tr>
 | 
			
		||||
			{% for result in results %}
 | 
			
		||||
			<td>{{ result[1] }}</td>
 | 
			
		||||
				<td>test</td>
 | 
			
		||||
				<td>N/A</td>
 | 
			
		||||
				<td>N/A</td>
 | 
			
		||||
				<td>N/A</td>
 | 
			
		||||
			{% endfor %}
 | 
			
		||||
		</tr>
 | 
			
		||||
	</table>
 | 
			
		||||
{% endblock content%}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user