]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_edit_tips.html
Visual indication of community wiki, and made the markddown_help use base_content...
[osqa.git] / forum / skins / default / templates / question_edit_tips.html
index f98cbe9b28bce2b333b2bf6e92710c5916cfbea8..3ba5f563945576b8dd1c63aaf6bcce53905a9248 100644 (file)
@@ -1,7 +1,7 @@
 <!-- question_edit_tips.html -->
 {% load i18n %}
-<div class="boxC">
-    <p class="subtitle darkred">{% trans "question tips" %}</p>
+<div class="boxC" id="title_side_bar">
+    <p class="subtitle darkred">{% trans "Title Tips" %}</p>
     <div>
         <ul class="list-item">
             <li>
@@ -24,8 +24,8 @@
     </div>
 </div>
 
-<div class="boxC">
-    <p class="subtitle">{% trans "Markdown tips" %}</p>
+<div class="boxC" id="editor_side_bar">
+    <p class="subtitle darkred">{% trans "Markdown Basics" %}</p>
     <ul class="list-item">
         <li>
             {% trans "*italic* or __italic__" %}
@@ -37,7 +37,7 @@
             <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
 
         </li>
-        
+
         <li>
             <b>{% trans "image" %}</b>:![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}")
 
         </li>
     </ul>
     <p class='info-box-follow-up-links'>
-        <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} </a>
+        <a href="{% url markdown_help %}" target="_blank">{% trans "learn more about Markdown" %} </a>
     </p>
 </div>
+
+<div class="boxC" id="tags_side_bar" align="left">
+    <p class="subtitle darkred">{% trans "What Are Tags" %}</p>
+    <ul class="list-item">
+        <li>
+            {% trans "Tags are words that will tell others what this question is about." %}
+        </li>
+        <li>
+            {% trans "They will help other find your question." %}
+        </li>
+        <li>
+            {% trans "A question can have up to five tags, but it must have at least one." %}
+        </li>
+    </ul>
+</div>
+
+
 <!-- end question_edit_tips.html -->