# HG changeset patch # User Lennard de Rijk # Date 1246552557 -7200 # Node ID 03ada47366355ad1a4d641c1617626c9a719e7de # Parent 0113c2de89d3711755112c34c989df72fc8722c2 Added default Survey list templates for ProjectSurvey and GradingProjectSurvey. diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/grading_project_survey/list/heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_project_survey/list/heading.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,9 @@ + + Path + Title + Link ID + Featured + Created By + Created On + Modified + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/grading_project_survey/list/results_heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_project_survey/list/results_heading.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,16 @@ + + {% for property in properties %} + {{ property }} + {% endfor %} + Taken By + + Created On + + Last Modified + + Answer + + {% if grades %} + Grade + {% endif %} + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/grading_project_survey/list/results_row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_project_survey/list/results_row.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,51 @@ + + + {% for value in list.item.getValues %} + +
+ {{ value }} +
+ + {% endfor %} + + +
+ {{ list.item.user.link_id }} +
+ + + +
+ {{ list.item.created|date:"Y-m-d H:i" }} +
+ + + +
+ {{ list.item.modified|date:"Y-m-d H:i" }} +
+ + + + View + + + {% if grades %} + +
+ +
+ + {% endif %} + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/grading_project_survey/list/row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/grading_project_survey/list/row.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,15 @@ + + +
+ {{ list.item.scope_path}}/{{ list.item.link_id }} +
+ +
{{ list.item.title }}
+ + +
{{ list.item.author.link_id }}
+
{{ list.item.created }}
+
{{ list.item.modified }}
+ diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/project_survey/list/heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/project_survey/list/heading.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,9 @@ + + Path + Title + Link ID + Featured + Created By + Created On + Modified + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/project_survey/list/results_heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/project_survey/list/results_heading.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,16 @@ + + {% for property in properties %} + {{ property }} + {% endfor %} + Taken By + + Created On + + Last Modified + + Answer + + {% if grades %} + Grade + {% endif %} + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/project_survey/list/results_row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/project_survey/list/results_row.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,51 @@ + + + {% for value in list.item.getValues %} + +
+ {{ value }} +
+ + {% endfor %} + + +
+ {{ list.item.user.link_id }} +
+ + + +
+ {{ list.item.created|date:"Y-m-d H:i" }} +
+ + + +
+ {{ list.item.modified|date:"Y-m-d H:i" }} +
+ + + + View + + + {% if grades %} + +
+ +
+ + {% endif %} + diff -r 0113c2de89d3 -r 03ada4736635 app/soc/templates/soc/project_survey/list/row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/project_survey/list/row.html Thu Jul 02 18:35:57 2009 +0200 @@ -0,0 +1,15 @@ + + +
+ {{ list.item.scope_path}}/{{ list.item.link_id }} +
+ +
{{ list.item.title }}
+ + +
{{ list.item.author.link_id }}
+
{{ list.item.created }}
+
{{ list.item.modified }}
+