summaryrefslogtreecommitdiff
path: root/gstudio/templates/metadashboard/pgedashboard.html
blob: e20b93a874cfb873a7986086c72a9b96925ee3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{% extends "gstudio/base.html" %}
{% load i18n comments gstudio_tags %} 
{% load adminmedia grp_tags %}
{% load gstudio_tags %}
{% load pagination_tags %}
{% load i18n objectapp_tags %}
{% load tagging_tags comments i18n %}
{% block title %}{{ page_ob.title }}{% endblock %}
<!-- {% load i18n %} -->
{% block content %}
<style>
<link href="{% admin_media_prefix %}css/base.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="{{ STATIC_URL }}gstudio/css/screen.css" />
</style>
<script src="http://code.jquery.com/jquery-latest.js"></script>
    <script type="text/javascript" >
var availableTags = [];
$.merge(availableTags, {% get_add_tag %})
      $(window).load(function() {
      $("#content").css({
    "width": "1000px",});});
$(window).load(function() {
 $("#chart").hide();});
$(window).load(function() {
 
 $("#graphcss").hide();   
  });
$(window).load(function() {
 
 $(".savepagecontent").hide();
 $("#saveseccontent").hide();
 $("#savesubsec").hide();
 $("#savesubsec1").hide();
 $(".submitresponse").hide();
 $(".saveseccontent").hide();
 $(".savesubsec").hide();
 $(".submitsubsec").hide();
 $(".pagedit").hide()
$(".savesubsec1").hide();
 $(".submitsubsec1").hide();
  });

</script>


{% autopaginate section 1 %}
   <!-- <input type="button" value="Home" onClick="location.href='/gstudio/user/wikipage/{{user.username}}';"> -->
   <h1 style="line-height:0.5">{{ page_ob.title }}  {% if user.is_authenticated %} {% edit_title page_ob.id page_ob.title %} {% endif %}</h1> 
  Wikipage posted on : {{page_ob.creation_date}}
		by {% for author in page_ob.authors.all %} 
   			{{author}}
   		{% endfor %} &nbsp;[ <a href="{{ page_ob.get_absolute_url }}" title="{{ page_ob.title }}" rel="bookmark">Show Graph</a> ] &nbsp;</br></br>

   {% with page_ob.html_content|safe as page_ob_content %}
   <font size="3"> 
                {{page_ob_content}}</font>
   {% endwith %}
	{% if user.is_authenticated %}
	<form method="post" action="">{% csrf_token %}
	<input type="hidden" class="reptext" name="replytosection" id="sectionreply" style="visibility:hidden;"/></br>
	<input type="hidden" class="editval" name="edit" value="empty"/>
	<input type="hidden" value="{{page_ob.id}}" name = "iden">
	<input type="hidden" value="{{user.username}}" name ="usr">
	<input type="hidden" value="{{user.id}}" name = "idusr">
	<input type="button" class="editpagecontent" name="{{page_ob.content_org}}" value="Edit"/>
	<input type="button" class="savepagecontent" name="{{page_ob.id}}" value="Save"/></br>
	<input type="submit" class="pagedit" value="Submit"/>
       </form>
        {% endif %}
	<!-- Add relations for a page -->
        
	{% add_res_relation page_ob %}
	<br/>
	

	<!--ADDING PRIOR PAGE-->
	{% addpriorpost page_ob.id user %}
	<!--ADDING AND DISPLAY TAG-->
	{% addtag ot page_ob.id user %}

	 {% ifequal document.rating.get_rating 0 %}

	 <font color = 'black'>Current rating is: &nbsp;<font > No rating yet </font></font>
	 {% else %}
	 <font color = 'black'>Average Current rating is: </font><h4>{{ page_ob.rating.get_rating }}</h4>
	 <font color = 'black'>Total Number of votes is:  &nbsp;<font ><b>{{ page_ob.rating_votes }}</b></font> </font>
	 {% endifequal %}
	 <br>
	 {% if user.is_authenticated %}
	 <form method="post" action="">
	   {% csrf_token %}
	   <input name="star1" type="radio" value=1 class="star"/>
	   <input name="star1" type="radio" value=2 class="star"/>
	   <input name="star1" type="radio" value=3 class="star"/>
	   <input name="star1" type="radio" value=4 class="star"/>
	   <input name="star1" type="radio" value=5 class="star"/>
     </br>
     <input type="hidden" name="iden" value={{page_ob.id}}>
     <input type="submit" value="Rate it!!!">
	 </form><br>
	 {% endif %}
      

		{% if user.is_authenticated %}
	<form method="post" action=".">{% csrf_token %}
	<!--<input type="button" id="newsection1"  value="Add a new Section" onClick="location.href='sectionadd1/{{page_ob.id}}';">-->
	<input type="hidden" id="pageid1" value="{{page_ob.id}}"/>
        </form>
	{% endif %}
</br>   {% autoescape off %}

   {% for each in section %}
      	<h4><font size="6">{{each.title}} &nbsp;[ <a href="{{ each.get_absolute_url }}" title="{{ each.title }}" rel="bookmark">Show Graph</a> ]</h4></font>
	  Posted on : {{each.creation_date}}
	  by {% for author in each.authors.all %} 
	  {{author}}
	  {% endfor %}</br>
     	{% ifequal each.rating.get_rating 0 %}
	<h5> Not yet rated </h5>
	{% else %}
	Current rating is <h5>{{ each.rating.get_rating }}</h5>
	{% endifequal %}
   	{%autoescape on%}
	 {% with each.html_content|safe as each_content %}
	<font size="3"> 
		{{each_content}}</font>
	{% endwith %}
	{% endautoescape%}
		{% if user.is_authenticated %}
	<form method="post" action="">{% csrf_token %}
	<input type="hidden" class="reptext" name = "replytosection" id="sectionreply" style="visibility:hidden;"/></br>
	<input type="hidden" value="{{each.id}}" name = "iden">
	<input type="hidden" value="{{user.username}}" name ="usr">
	<input type="hidden" value="{{user.id}}" name = "idusr">
	<input type="hidden" class="editval" name="edit" value="empty"/>
	<input type="button" class="editseccontent" name="{{each.content_org}}" value="Edit"/>
	<input type="button" class="saveseccontent" name="{{each.id}}" value="Save"/>
	<input type="submit" class="submitresponse" value="Submit"/>
       </form>
	{% endif %}
	  <br>
	
	<!--ADDING AND DISPLAY TAG-->
	{% addtag each each.id user %}
     

		{% if user.is_authenticated %}
	<form method="post" action=".">{% csrf_token %}<br/>
        	<!-- Create Subsection:-->
	        <input type="hidden" name = "replytosection" class="reptext" style="visibility:hidden;"/></br>
    		<input type="hidden" value="{{each.id}}" name = "iden">
		<input type="hidden" value="{{user.username}}" name ="usr">
	    	<input type="hidden" value="{{user.id}}" name = "idusr">
		<!--<input type="button" value="Create Subsection" class="createsubsection">-->
 		<input type="hidden" value="empty" name = "edit" class="editval"/>

		<input type="button" value="save" class="savesubsec" name="{{each.id}}">
		<input type="submit" class="submitsubsec" value="Submit" ></br>

	       </br></br><input name="del_section" class="chkbox" type="checkbox" value="delete_section"/> 
  		<input type="submit" class="deletesec" value="Delete the section"></br>
		<div id="rating">
         	Do you wanna rate it ? </br>
		<input name="star1" type="radio" value=1 class="star"/>
		<input name="star1" type="radio" value=2 class="star"/>
		<input name="star1" type="radio" value=3 class="star"/>
		<input name="star1" type="radio" value=4 class="star"/>
		<input name="star1" type="radio" value=5 class="star"/>
		<!--topic id and user id hidden fields-->
		
		<input type="submit" value="Rate it!!!">
		</div>
         </form>
	{% endif %}
	</br>
        <p>
	 Subsections :
	<!-- <div id="main"> -->
	<!-- <div id="sidetree"> -->
	<!-- <div class="treeheader">&nbsp;</div> -->
 	<!-- <a href="?#">Expand All</a> </div> -->
	<!-- <ul class="treeview" id="tree"> -->
 	<!-- <li class="expandable"><div class="hitarea expandable-hitarea"></div>Expand the replies</li></ul></div> -->
        {% show_commentpage each user.id flag1 admin_id attribute  %}
     {% endfor %}
{% endautoescape %}


{% block nodetype-comments %}
<div id="comments" class="">
  <h5>{% trans "Comments" %}</h5>
  {% with page_ob.comments as comment_list %}
  {% if comment_list.count %}
  <ol id="comment-list" class="span-15 last">
    {% for comment in comment_list %}
    <li id="comment_{{ comment.pk }}" class="comment vcard {% cycle box1,box2 %}{% if comment.user in page_ob.authors.all %} post-author{% endif %} span-15 last">
      <div class="span-2">
<img src="{% get_gravatar comment.email 60 "G" %}" class="gravatar photo" alt="{{ comment.user_name }}"/>
      </div>
      <div class="comment-body span-13 last">
<div class="comment-author span-13 last">
{% if comment.url %}
<a href="{{ comment.url }}" class="fn url" title = "{{ comment.user_name }}">{{ comment.user_name }}</a>
{% else %}
{{ comment.user_name }}
{% endif %}
{% trans "on" %} {{ comment.submit_date|date:"SHORT_DATETIME_FORMAT" }}
</div>
<div class="span-13 last">
{{ comment.comment|linebreaks }}
</div>
      </div>
    </li>
    {% endfor %}
  </ol>
    {% if not page_ob.comments_are_open %}
  <p>{% trans "Comments are closed." %}</p>
    {% endif %}
  {% else %}
    {% if page_ob.comments_are_open %}
  <p>{% trans "No comments yet." %}</p>
    {% else %}
  <p>{% trans "Comments are closed." %}</p>
    {% endif %}
  {% endif %}
  {% endwith %}
</div>
{% endblock %}
<div class="commentForm span-16 last">
  {% render_comment_form for ot %}
</div>

{% paginate %}

{% endblock %}