aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/container_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-30 16:14:49 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-30 16:14:49 -0700
commitfb4a5f87a22ce33bc46a99df800cb239aca47e33 (patch)
treed2739f5e55b2289229b0d1d9f15c21ba3cc763bd /python/fatcat/templates/container_view.html
parent264dbd984dd916428a99b445c7131538c5176f9d (diff)
downloadfatcat-fb4a5f87a22ce33bc46a99df800cb239aca47e33.tar.gz
fatcat-fb4a5f87a22ce33bc46a99df800cb239aca47e33.zip
bunch more view updates
Diffstat (limited to 'python/fatcat/templates/container_view.html')
-rw-r--r--python/fatcat/templates/container_view.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/python/fatcat/templates/container_view.html b/python/fatcat/templates/container_view.html
index 47a6dcbf..4aae2f0d 100644
--- a/python/fatcat/templates/container_view.html
+++ b/python/fatcat/templates/container_view.html
@@ -16,22 +16,22 @@
<p><b>Publisher:</b>
{% if container.publisher != None %}{{ container.publisher }}{% else %}<i>Unknown</i>{% endif %}
{% if container.coden != None %}
-<p><b>CODEN<sup><a href="https://en.wikipedia.org/wiki/CODEN">?</a></sup>:</b> <code>{{ container.coden }}</code>
+<p><b>CODEN<sup><a href="https://en.wikipedia.org/wiki/CODEN">?</a></sup>:</b> &nbsp;<code>{{ container.coden }}</code>
{% endif %}
{% if container.abbrev != None %}
-<p><b>Abbrev.:</b> <code>{{ container.abbrev }}</code>
+<p><b>Abbrev.:</b> &nbsp;<code>{{ container.abbrev }}</code>
{% endif %}
{% if (container.extra != None) and (container.extra.url != None) %}
-<p><b>Homepage:</b> <a href="{{ container.extra.url }}"><code>{{ container.extra.url }}</code></a>
+<p><b>Homepage:</b> <a href="{{ container.extra.url }}">&nbsp;<code>{{ container.extra.url }}</code></a>
{% endif %}
{% if container.extra != None %}
<p><b>Additional Metadata (raw JSON):</b>
-<code>{{ container.extra }}</code>
+&nbsp;<code>{{ container.extra }}</code>
{% endif %}
<!--
-Raw JSON Object:
-{{ container }}
+Raw Object:
+{{ container|safe }}
-->
</div>
@@ -49,12 +49,12 @@ Raw JSON Object:
{% if container.issnl != None %}
<b>ISSN-L<sup><a href="https://en.wikipedia.org/wiki/International_Standard_Serial_Number#Linking_ISSN">?</a></sup></b>
- <code>{{ container.issnl }}</code>
+ &nbsp;<code>{{ container.issnl }}</code>
{% if container.extra != None and container.extra.ISSNp != None %}
- <br><i class="icon paperclip"></i>Print: <code>{{ container.extra.ISSNp }}</code>
+ <br><i class="icon paperclip"></i>Print: &nbsp;<code>{{ container.extra.ISSNp }}</code>
{% endif %}
{% if container.extra != None and container.extra.ISSNe != None %}
- <br><i class="icon plug"></i>Electronic: <code>{{ container.extra.ISSNe }}</code>
+ <br><i class="icon plug"></i>Electronic: &nbsp;<code>{{ container.extra.ISSNe }}</code>
{% endif %}
</div><div class="ui segment attached">
{% endif %}
@@ -82,7 +82,7 @@ Raw JSON Object:
<b>Lookup Links</b>
<br><a href="http://www.sherpa.ac.uk/romeo/issn/{{ container.issnl }}/">SHERPA/RoMEO</a> (access policies)
-<br><a href="https://www.wikidata.org/w/index.php?search=&search={{ container.name }}">wikidata.org</a>
+<br><a href="https://www.wikidata.org/w/index.php?search={{ container.name }}">wikidata.org</a>
</div><div class="ui segment attached">
<b>Fatcat Bits</b>