Skip to content

Commit

Permalink
bubblegum template
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@293 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 21, 2003
1 parent 900bfc1 commit 17ea526
Show file tree
Hide file tree
Showing 13 changed files with 198 additions and 0 deletions.
Binary file added templates/bubblegum/chart.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions templates/bubblegum/completed.pstpl
@@ -0,0 +1,9 @@
<table width='75%' align='center' border='1' style='border-collapse: collapse' bordercolor='#111111' bgcolor='white'>
<tr>
<td align='center'>
<font size='2'>{COMPLETED}<br /><br />

{URL}<br /><br /></font>
</td>
</tr>
</table>
4 changes: 4 additions & 0 deletions templates/bubblegum/endgroup.pstpl
@@ -0,0 +1,4 @@
</td>
</tr>
</table>
<table><tr><td height='2'></td></tr></table>
4 changes: 4 additions & 0 deletions templates/bubblegum/endpage.pstpl
@@ -0,0 +1,4 @@
</td>
</tr>
</table>
</body>
1 change: 1 addition & 0 deletions templates/bubblegum/groupdescription.pstpl
@@ -0,0 +1 @@
<br /><font face='verdana' size='2'>{GROUPDESCRIPTION}</font><br /><br />
8 changes: 8 additions & 0 deletions templates/bubblegum/navigator.pstpl
@@ -0,0 +1,8 @@
<table width='100%' align='center' bgcolor='#800000'>
<tr>
<td align='center'>
{NAVIGATOR}<br />
{CLEARALL}
</td>
</tr>
</table>
16 changes: 16 additions & 0 deletions templates/bubblegum/privacy.pstpl
@@ -0,0 +1,16 @@
<table align='center' bgcolor='#EEEEEE' width='75%'>
<tr>
<td align='center'><font size='1'>
<b><i>A note on privacy</i></b><br />
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.
</td>
</tr>
</table>
28 changes: 28 additions & 0 deletions templates/bubblegum/question.pstpl
@@ -0,0 +1,28 @@
<table width='75%' align='center' border='1' style='border-collapse: collapse' bordercolor='#111111' bgcolor='white'>
<tr>
<td align='center'>
<table width='100%' cellspacing='0'>
<tr>
<td align='center' bgcolor='#FFDDDD'>
<font size='2'><b>{QUESTION}</b>
</td>
</tr>
<tr>
<td align='center'>
{ANSWER}
</td>
</tr>
<tr>
<td align='center' bgcolor='#F0F0FF'>
<font size='1'>{QUESTIONHELP}</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td height='1'></td>
</tr>
</table>
5 changes: 5 additions & 0 deletions templates/bubblegum/startgroup.pstpl
@@ -0,0 +1,5 @@
<table><tr><td height='2'></td></tr></table>
<table width='98%' align='center' border='0'>
<tr>
<td align='center'>
<font face='verdana' size='2' color='#000080'><b>{GROUPNAME}</b></font>
79 changes: 79 additions & 0 deletions templates/bubblegum/startpage.pstpl
@@ -0,0 +1,79 @@
<head>
<title>
A SURVEY: {SURVEYNAME}
</title>
<style>
.submit
{
background-color: #CCCCFF;
color: #800000;
font-size: 9pt;
font-family: verdana;
}
.text
{
background-color: #CCCCFF;
color: #800000;
font-size: 9pt;
font-family: verdana;
}
.radio
{
}
.checkbox
{
}
.select
{
}
.textarea
{
background-color: #CCCCFF;
color: #800000;
font-size: 9pt;
font-family: verdana;
}
.clearall
{
font-size: 7pt;
}
A:link
{
text-decoration: none;
font-family: verdana;
color: white;
}
.clearall
A:visited
{
text-decoration: none;
font-family: verdana;
color: white;
}
.clearall
A:active
{
text-decoration: none;
font-family: verdana;
color: white;
}
.clearall
A:hover
{
text-decoration: underline;
font-family: verdana;
color: white;
}
.graph
{
border: solid;
border-width: 1;
border-color: #800000;
background-color: #DDDDDD;
}
</style>
</head>
<body bgcolor='#000000'><font face='verdana' size='2'>
<table width='75%' align='center' style='border-collapse: collapse' bordercolor='#333333' bgcolor='#CCCCFF' border='1' cellspacing='0'>
<tr>
<td>
17 changes: 17 additions & 0 deletions templates/bubblegum/submit.pstpl
@@ -0,0 +1,17 @@
<center>
<br />
<b>Thank you.<br /><br />
You have completed answering the questions in this survey.</b><br /><br />

Click on "submit" now to complete the process and add your answers to our records.<br /><br />

{SUBMITBUTTON}<br /><br />


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

{PRIVACY}
<br />
</center>
13 changes: 13 additions & 0 deletions templates/bubblegum/survey.pstpl
@@ -0,0 +1,13 @@
<table width='100%' align='center' cellspacing='0'>
<tr>
<td align='center' bgcolor='#800000'>
<font color='yellow'><b>{SURVEYNAME}</b></font><br />
<font size='1' color='#CCCCCC'>{SURVEYDESCRIPTION}</font>
</td>
</tr>
<tr>
<td align='center' bgcolor='#999999'>
{PERCENTCOMPLETE}
</td>
</tr>
</table>
14 changes: 14 additions & 0 deletions templates/bubblegum/welcome.pstpl
@@ -0,0 +1,14 @@
<table align='center' width='100%' cellpadding='25' cellspacing='0' border='1' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td align='center' bgcolor='#800000'>
<font size='4' color='#F0F0FF'><b>{SURVEYNAME}</b></font><br />
<font size='2' color='#CCCCCC'>{SURVEYDESCRIPTION}</font>
</td>
</tr>
<tr>
<td align='center' bgcolor='#F0F0FF'>
<font size='2'>{WELCOME}<br /><br />
<i>There are {NUMBEROFQUESTIONS} questions in this survey.</i>
</td>
</tr>
</table>

0 comments on commit 17ea526

Please sign in to comment.