From 23d0aeaec664d3e63ab7b3f54f33eb6e9228da50 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 27 Aug 2024 11:47:09 +0300 Subject: Update genewiki page to be the same as GN1. Signed-off-by: Munyoki Kilyungi --- gn2/wqflask/templates/genewiki.html | 76 ++++++++++--------------------------- 1 file changed, 19 insertions(+), 57 deletions(-) (limited to 'gn2/wqflask/templates/genewiki.html') diff --git a/gn2/wqflask/templates/genewiki.html b/gn2/wqflask/templates/genewiki.html index ce0eff8f..2b438e84 100644 --- a/gn2/wqflask/templates/genewiki.html +++ b/gn2/wqflask/templates/genewiki.html @@ -1,68 +1,30 @@ -{% extends "base.html" % } +{% extends "base.html" %} {% block title %}GeneWiki Entry for {{ symbol }}{% endblock %} -{% block css %} - -{% endblock %} +{% block css %}{% endblock %} {% block content %}
-

GeneWiki For {{ symbol }}

-

- GeneWiki enables you to enrich the annotation of genes and transcripts. +

GeneWiki Entries

+

+ GeneWiki enables you to enrich the annotation of genes and transcripts. Please submit or edit a GeneWiki note (500 characters max) related to a gene, its transcripts, or proteins. When possible include PubMed identifiers or web resource links (URL addresses). Please ensure that the additions will have widespread use. For additional information, check the GeneWiki help document.

-

- GeneNetwork - {{ entries.gn_entries|length if entries.gn_entries[0] else 0 }}: -

- {% if entries.gn_entries[0] % } - + {% else %}

- There are no GeneNetwork entries for < b > {{ symbol }}. + There are no GeneNetwork entries for {{ symbol }}.

{% endif %}
-- cgit v1.2.3