Browse Source

replaced back with 'search' button

main
Simon Bowie 1 year ago
parent
commit
ba6b0d4bed
11 changed files with 12 additions and 11 deletions
  1. +1
    -1
      web/app/templates/abstracts.html
  2. +1
    -1
      web/app/templates/compare.html
  3. +1
    -1
      web/app/templates/conversations-overview.html
  4. +1
    -1
      web/app/templates/data.html
  5. +2
    -1
      web/app/templates/hidden.html
  6. +1
    -1
      web/app/templates/images.html
  7. +1
    -1
      web/app/templates/making-overview.html
  8. +1
    -1
      web/app/templates/record.html
  9. +1
    -1
      web/app/templates/search.html
  10. +1
    -1
      web/app/templates/text.html
  11. +1
    -1
      web/app/templates/titles.html

+ 1
- 1
web/app/templates/abstracts.html View File

@@ -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>


+ 1
- 1
web/app/templates/compare.html View File

@@ -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
- 1
web/app/templates/conversations-overview.html View File

@@ -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" %}


+ 1
- 1
web/app/templates/data.html View File

@@ -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>


+ 2
- 1
web/app/templates/hidden.html View File

@@ -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" %}

+ 1
- 1
web/app/templates/images.html View File

@@ -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
- 1
web/app/templates/making-overview.html View File

@@ -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" %}


+ 1
- 1
web/app/templates/record.html View File

@@ -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 %}

+ 1
- 1
web/app/templates/search.html View File

@@ -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
- 1
web/app/templates/text.html View File

@@ -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" %}


+ 1
- 1
web/app/templates/titles.html View File

@@ -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">

Loading…
Cancel
Save