summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/tags/commentpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/tags/commentpage.html')
-rw-r--r--gstudio/templates/gstudio/tags/commentpage.html69
1 files changed, 18 insertions, 51 deletions
diff --git a/gstudio/templates/gstudio/tags/commentpage.html b/gstudio/templates/gstudio/tags/commentpage.html
index a55f4ed..c5bb1f1 100644
--- a/gstudio/templates/gstudio/tags/commentpage.html
+++ b/gstudio/templates/gstudio/tags/commentpage.html
@@ -8,38 +8,34 @@
-
{% if comment.posterior_nodes.count %}
<!--<ul style="display: none;">-->
<ul>
{% for child in comment.posterior_nodes.all %}
<!-- Flag1 outside {{flag}}-->
{% for each in child.authors.all %}
- {% ifequal idusr admin_id %}
- <font style = "color:red;" size = 3><li>{{child.title}}</font></br> {{child.content}}
+
+ </br><h3><font size="5"><li>{{child.title}}</font></h3></br>
+ <font size="3"> {{child.content}}</font>
+ {% if idusr %}
<form method="post" action=".">{% csrf_token %}
- <!-- <textarea name = "replytosection" id="replytosection" rows="10" cols="50"></textarea> -->
- <!-- <p>org -->
- <!-- <textarea name = "orgreply" id="orgreplysection" rows="10" cols="50"></textarea> -->
- <!-- </p> -->
- <!-- <input type="hidden" value="{{child.id}}" name ="parentid"> -->
- <input type="hidden" value="{{idusr}}" name="idusr">
- <input type="hidden" value="{{child.id}}" name="parentid">
- <!-- <input type="button" id="createsubsection" value="Create Sub"> -->
- <!-- <input type="submit" value="Create Subsection"> -->
- <!-- <input type="button" value="Reply" id="reply"></br> -->
- <!-- <input type="button" name="savereply" id="savereply" value="Save Reply"></p></br> -->
- <input type="button" id="editsubsec" value="Edit"/>
- <input type="button" id="savesubsec1" value="Save"/>
- <input type="button" id="subsecorg" value="{{child.content_org}}" style="visibility:hidden;"/>
+ <input type="hidden" class="reptext" name = "replytosection" id="sectionreply{{child.id}}" style="visibility:hidden;"/></br>
+ <input type="hidden" value="{{idusr}}" name="idusr">
+ <input type="hidden" value="{{child.id}}" id="hidden{{child.id}}" name="parentid">
+ <input type="button" class="editsubsec" name="{{child.content_org}}" id="{{child.id}}" value="Edit"/>
+ <input type="button" class="savesubsec1" name="{{each.id}}" id="save{{child.id}}" value="Save" onclick="subsecsave(document.getElementById('hidden{{child.id}}').value)"/>
+ <input type="button" id="subsec{{child.id}}" value="{{child.content_org}}" style="visibility:hidden;"/>
<input type="button" id="subsecid" value="{{child.id}}" style="visibility:hidden;"/>
- <input type="checkbox" name="del_comment" value="delete_comment">
- <input type="submit" value="Delete this Subsection"></br>
+ <input type="hidden" class="editval" id="edit{{child.id}}" name="edit" value="empty"/>
+ <!-- <input type="checkbox" name="del_comment" value="delete_comment"> -->
+ <!--<input type="submit" value="Delete this Subsection">-->
+ <input type="submit" class="submitsubsec1" id="subsecsubmit{{child.id}}" value="Submit">
<form method="post" action="">{% csrf_token %}
<input type="hidden" name="docid" value={{child.id}}>
- <input type="text" value="" name="texttags" />
- <input type="submit" value="Add Tags" name="addtags" />
+ <input type="text" class="tagtext" value="" name="texttags" />
+ <input type="submit" class="tag" value="Add Tags" name="addtags" />
</form>
+ {% endif %}
<br>
<div class="tags">
<p class="gbobject-tags span-16 last">
@@ -57,36 +53,7 @@
</form>
{% show_commentpage child idusr flag admin_id attribute%}
</li>
- {% else %}
- {% ifequal idusr each.id %}
- <li>{{each}} says <font style = "color:red;" size = 3>{{child.title}}</font>
- <form method="post" action=".">{% csrf_token %}
- <input type="text" name = "replytosection">
- <input type="hidden" value={{child.id}} name = "parentid">
- <input type="hidden" value={{idusr}} name="idusr">
- <input type="submit" value="Reply to section">
- <input type="checkbox" name="del_comment" value="delete_comment">
- <input type="submit" value="delete this comment">
- </form>
- {% show_commentpage child idusr flag admin_id attribute%}
- </li>
- {% else %}
- {% ifequal attribute "true" %}
-
- <li>{{each}} says <font style = "color:red;" size = 3>{{child.title}}</font>
- <form method="post" action=".">{% csrf_token %}
- <input type="text" name = "replytosection">
- <input type="hidden" value={{child.id}} name = "parentid">
- <input type="hidden" value={{idusr}} name="idusr">
- <input type="submit" value="Reply to section">
- <input type="checkbox" name="del_comment" value="delete_comment">
- <input type="submit" value="delete this comment">
- </form>
- {% show_commentpage child idusr flag admin_id attribute%}
- </li>
- {% endifequal %}
- {% endifequal %}
- {% endifequal %}
+
{% endfor %}