From 654393eac6575392082d9caad052262653a018c3 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Fri, 3 Jul 2015 11:38:36 +0200
Subject: [PATCH] Add NG example to name checker website form

---
 mutalyzer/website/templates/homepage.html     | 5 ++++-
 mutalyzer/website/templates/name-checker.html | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/mutalyzer/website/templates/homepage.html b/mutalyzer/website/templates/homepage.html
index 8d48e4d3..264ca598 100644
--- a/mutalyzer/website/templates/homepage.html
+++ b/mutalyzer/website/templates/homepage.html
@@ -18,7 +18,10 @@ nomenclature according to the
             <div class="caption">
                 <h3><a href="{{ url_for('.name_checker') }}">Name Checker</a></h3>
                 <p>The Name Checker takes the complete sequence variant description as input and checks whether it is correct.</p>
-                <p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
+                <p>Examples:
+                  <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
+                  <code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
+                </p>
 
                 <!-- <a href="{{ url_for('.name_checker') }}" class="btn btn-default btn-small btn-primary">Try
                 this</a> -->
diff --git a/mutalyzer/website/templates/name-checker.html b/mutalyzer/website/templates/name-checker.html
index 8a213443..470c5309 100644
--- a/mutalyzer/website/templates/name-checker.html
+++ b/mutalyzer/website/templates/name-checker.html
@@ -54,7 +54,10 @@
       <input class="form-control form-pre" type="text"
              name="description" id="description" value="{{ description }}"
              placeholder="Variant description using HGVS format">
-      <p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
+      <p>Examples:
+        <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
+        <code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
+      </p>
     </div>
 
     <div class="form-group button-group">
-- 
GitLab