@@ -18,7 +18,7 @@ | |||
<!-- The following total reading time is based on the calculation of approx. 43,647,513 words in all the documents divided by 200 as the average reading speed of 200 wpm --> | |||
<p class="operations">↪ a <span id="time"></span> minute read out of 218238 minutes reading time</p> | |||
</span> | |||
<a href="{{ url_for('main.index') }}" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
</div> | |||
</div> | |||
@@ -8,7 +8,7 @@ | |||
<span class="operations">↝ new display of random records from the dataset;</span> | |||
</span> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="{{ url_for('main.index') }}" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
</div> | |||
<div class="compare mt-5"> |
@@ -1,6 +1,6 @@ | |||
<div class="text"> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
{% extends "base.html" %} | |||
@@ -2,7 +2,7 @@ | |||
{% block content %} | |||
<a href="{{ url_for('main.index') }}" class="h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
<h1 class="h1 text-center"> There are a total of {{ total_number }} patents.</h1> | |||
@@ -1,5 +1,6 @@ | |||
<div class="themes"> | |||
<a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
{% extends "base.html" %} | |||
@@ -20,7 +20,7 @@ | |||
<span class="operations">↝ remove a random image from page;</span> | |||
</span> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="{{ url_for('main.index') }}" class="arrow-back h1 text-left contrast" style="color: var(--color-lightyellow) !important;" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" style="color: var(--color-lightyellow) !important;" title="back to search">search</a> | |||
</div> | |||
<div class="row"> |
@@ -1,6 +1,6 @@ | |||
<div class="text"> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
{% extends "base.html" %} | |||
@@ -8,7 +8,7 @@ | |||
<span class="operations">↝ new display of a random record from the dataset;</span> | |||
</span> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="{{ url_for('main.index') }}" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
</div> | |||
{% for result in results %} |
@@ -4,7 +4,7 @@ | |||
<div class="row"> | |||
<div class="col m-5"> | |||
<a href="{{ url_for('main.index') }}" class="h1 text-left"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
<p class="h1 text-center">a timeline of inventions</p> | |||
<p class="mt-2 text-center">{{ num_found }} patents found out of {{ total_number }}</p> | |||
</div> |
@@ -1,6 +1,6 @@ | |||
<div class="text"> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
{% extends "base.html" %} | |||
@@ -16,7 +16,7 @@ | |||
<span class="operations">↝ remove a random title from page;</span> | |||
</span> | |||
<button id="notes-operations" onclick="hideShowInfo()">?</button> | |||
<a href="{{ url_for('main.index') }}" class="arrow-back h1 text-left" title="back to index"> ⇽ </a> | |||
<a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a> | |||
</div> | |||
<div class="row"> |