From 17ea526d3fea14f1360e842744230d42b0a5d2ee Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Wed, 21 May 2003 11:01:52 +0000 Subject: [PATCH] bubblegum template git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@293 b72ed6b6-b9f8-46b5-92b4-906544132732 --- templates/bubblegum/chart.jpg | Bin 0 -> 634 bytes templates/bubblegum/completed.pstpl | 9 +++ templates/bubblegum/endgroup.pstpl | 4 ++ templates/bubblegum/endpage.pstpl | 4 ++ templates/bubblegum/groupdescription.pstpl | 1 + templates/bubblegum/navigator.pstpl | 8 +++ templates/bubblegum/privacy.pstpl | 16 +++++ templates/bubblegum/question.pstpl | 28 ++++++++ templates/bubblegum/startgroup.pstpl | 5 ++ templates/bubblegum/startpage.pstpl | 79 +++++++++++++++++++++ templates/bubblegum/submit.pstpl | 17 +++++ templates/bubblegum/survey.pstpl | 13 ++++ templates/bubblegum/welcome.pstpl | 14 ++++ 13 files changed, 198 insertions(+) create mode 100644 templates/bubblegum/chart.jpg create mode 100644 templates/bubblegum/completed.pstpl create mode 100644 templates/bubblegum/endgroup.pstpl create mode 100644 templates/bubblegum/endpage.pstpl create mode 100644 templates/bubblegum/groupdescription.pstpl create mode 100644 templates/bubblegum/navigator.pstpl create mode 100644 templates/bubblegum/privacy.pstpl create mode 100644 templates/bubblegum/question.pstpl create mode 100644 templates/bubblegum/startgroup.pstpl create mode 100644 templates/bubblegum/startpage.pstpl create mode 100644 templates/bubblegum/submit.pstpl create mode 100644 templates/bubblegum/survey.pstpl create mode 100644 templates/bubblegum/welcome.pstpl diff --git a/templates/bubblegum/chart.jpg b/templates/bubblegum/chart.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e553c22a3988e4d1ba633829ce1d2d936777232 GIT binary patch literal 634 zcmex=n#iR?;+B1Vl97jh^&Z9FI%bn%0VaZ*teCzqJG zgrtbvx}>nyN9P&a7buactm7Wa!P7idPZheaY<=ec|~Pab4zPm zdq-#2q{&mJPMbbs=B!1Fmn>bje8tLDn>KIRx^4T8ox2VlK63Qf@e?OcUAlbb>b2`P zZr*zM=<$=M&z`?{`Re1R&tJZN`~KtSFOa_&8JHp70+JAqq4`S?=r1NugFVC7D2+w?o$TlP|Gx + + + {COMPLETED}

+ + {URL}

+ + + \ No newline at end of file diff --git a/templates/bubblegum/endgroup.pstpl b/templates/bubblegum/endgroup.pstpl new file mode 100644 index 00000000000..caa6774c6dd --- /dev/null +++ b/templates/bubblegum/endgroup.pstpl @@ -0,0 +1,4 @@ + + + +
\ No newline at end of file diff --git a/templates/bubblegum/endpage.pstpl b/templates/bubblegum/endpage.pstpl new file mode 100644 index 00000000000..2f9275f1f50 --- /dev/null +++ b/templates/bubblegum/endpage.pstpl @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/templates/bubblegum/groupdescription.pstpl b/templates/bubblegum/groupdescription.pstpl new file mode 100644 index 00000000000..691afa2d3b0 --- /dev/null +++ b/templates/bubblegum/groupdescription.pstpl @@ -0,0 +1 @@ +
{GROUPDESCRIPTION}

diff --git a/templates/bubblegum/navigator.pstpl b/templates/bubblegum/navigator.pstpl new file mode 100644 index 00000000000..064a8368288 --- /dev/null +++ b/templates/bubblegum/navigator.pstpl @@ -0,0 +1,8 @@ + + + + +
+ {NAVIGATOR}
+ {CLEARALL} +
\ No newline at end of file diff --git a/templates/bubblegum/privacy.pstpl b/templates/bubblegum/privacy.pstpl new file mode 100644 index 00000000000..e4dae9b734b --- /dev/null +++ b/templates/bubblegum/privacy.pstpl @@ -0,0 +1,16 @@ + + + + +
+ A note on privacy
+ The record kept of your survey responses does not contain any + identifying information about you unless a specific question + in the survey has asked for this. If you have responded to a + survey that used an identifying token to allow you to access + the survey, you can rest assured that the identifying token + is not kept with your responses. It is managed in a seperate + database, and will only be updated to indicate that you have + (or haven't) completed this survey. There is no way of matching + identification tokens with survey responses in this survey. +
diff --git a/templates/bubblegum/question.pstpl b/templates/bubblegum/question.pstpl new file mode 100644 index 00000000000..e6a2f8644ff --- /dev/null +++ b/templates/bubblegum/question.pstpl @@ -0,0 +1,28 @@ + + + + +
+ + + + + + + + + + +
+ {QUESTION} +
+ {ANSWER} +
+ {QUESTIONHELP} +
+
+ + + + +
\ No newline at end of file diff --git a/templates/bubblegum/startgroup.pstpl b/templates/bubblegum/startgroup.pstpl new file mode 100644 index 00000000000..2695cc4b29b --- /dev/null +++ b/templates/bubblegum/startgroup.pstpl @@ -0,0 +1,5 @@ +
+ + +
+ {GROUPNAME} diff --git a/templates/bubblegum/startpage.pstpl b/templates/bubblegum/startpage.pstpl new file mode 100644 index 00000000000..cd995e4a4e7 --- /dev/null +++ b/templates/bubblegum/startpage.pstpl @@ -0,0 +1,79 @@ + + + A SURVEY: {SURVEYNAME} + + + + + + +
\ No newline at end of file diff --git a/templates/bubblegum/submit.pstpl b/templates/bubblegum/submit.pstpl new file mode 100644 index 00000000000..15cca756e02 --- /dev/null +++ b/templates/bubblegum/submit.pstpl @@ -0,0 +1,17 @@ +
+
+Thank you.

+You have completed answering the questions in this survey.


+ +Click on "submit" now to complete the process and add your answers to our records.

+ +{SUBMITBUTTON}

+ + +If you want to check any of the answers you have made, and/or change them,
+you can do that now by clicking on the " << prev " button and browsing
+through your responses.

+ +{PRIVACY} +
+
diff --git a/templates/bubblegum/survey.pstpl b/templates/bubblegum/survey.pstpl new file mode 100644 index 00000000000..e8fce0716a4 --- /dev/null +++ b/templates/bubblegum/survey.pstpl @@ -0,0 +1,13 @@ + + + + + + + +
+ {SURVEYNAME}
+ {SURVEYDESCRIPTION} +
+ {PERCENTCOMPLETE} +
\ No newline at end of file diff --git a/templates/bubblegum/welcome.pstpl b/templates/bubblegum/welcome.pstpl new file mode 100644 index 00000000000..966ee2c8f31 --- /dev/null +++ b/templates/bubblegum/welcome.pstpl @@ -0,0 +1,14 @@ + + + + + + + +
+ {SURVEYNAME}
+ {SURVEYDESCRIPTION} +
+ {WELCOME}

+ There are {NUMBEROFQUESTIONS} questions in this survey. +
\ No newline at end of file