16 lines
367 B
HTML
16 lines
367 B
HTML
<html>
|
|
<head><title>IPR Search Engine </title></head>
|
|
<body>
|
|
|
|
<center>
|
|
<h2>IPR Disclosures</h2></center>
|
|
<hr width="100%">
|
|
<blockquote>
|
|
|
|
<h3>Please select one of following I-Ds</h3>
|
|
<ul>
|
|
{% for doc in docs %}
|
|
<li> <a href="?option=document_search&id_document_tag={{ doc.id_document_tag }}">{{ doc.filename }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</body> |