Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 356 → Rev 357

/trunk/enquetes/templates/telabotanica/endgroup.pstpl
New file
0,0 → 1,3
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/register.pstpl
New file
0,0 → 1,7
<br />
<center>
<font color='red'><strong>{REGISTERERROR}</strong></font>
<p><strong>{REGISTERMESSAGE1}</strong></p>
<p>{REGISTERMESSAGE2}</p>
{REGISTERFORM}<br />
</center>
/trunk/enquetes/templates/telabotanica/assessment.pstpl
New file
0,0 → 1,11
<br />
<table align="center" width="75%" border="1" style="border-collapse:collapse;" bordercolor="#111111">
<tr>
<td bgcolor="#CCCCCC" align="center" syle="font-size:16px;"><strong>{ASSESSMENT_HEADING}</strong></td>
</tr>
<tr>
<td>
{ASSESSMENTS}
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/startpage.pstpl
New file
0,0 → 1,27
<title>{SURVEYNAME} :: {GROUPNAME}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
body { font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 17px; background-color: #999999; }
table { border: 0; }
table.question { border: 1; border-color: #aaaaaa; }
td { font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 17px; }
td.tenpoint { font-size: 12px; line-height: 15px; }
img { border: 0; }
.b3 { background-color: #333; }
.b9 { background-color: #999; }
.ba { background-color: #AAA; }
.bd { background-color: #DDD; }
.bf { background-color: #FFF; }
.array2 { background-color: #ffffff; }
.errormandatory { font-size: 13px; font-weight: bold; color:#ff0000; }
/* Spécial Tela Botanica */
.be { background-color: #CFDB86;font-weight:bold;}
.array1 { background-color: #F1F5DC; }
.progressbar{background-color:#FFF;}
#titre_enquete{font-size:20px;color:#760C0C;}
#titre_groupe{font-family:verdana,arial,sans-serif;font-size:18px;line-height:35px;color:#006024;}
#navigateur{background-color:#006024;}
#navigateur_nettoyer a,#navigateur_sauver,#navigateur_sauver a,#navigateur_commandes{color:white;}
</style>
</head>
<body>
/trunk/enquetes/templates/telabotanica/navigator.pstpl
New file
0,0 → 1,7
<table id="navigateur" width="100%" align="center" border="0" cellspacing="0" cellpadding="8">
<tr>
<td id="navigateur_nettoyer" align="left" nowrap="nowrap" width="33%">{CLEARALL}</td>
<td id="navigateur_sauver" align="center" nowrap="nowrap" width="33%">{SAVE}</td>
<td id="navigateur_commandes" align="right" nowrap="nowrap" width="33%">{NAVIGATOR}</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/welcome.pstpl
New file
0,0 → 1,21
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2"><table width="100%" cellspacing="10">
<tr>
<td>
<table align="center" width="100%" cellpadding="25" cellspacing="0">
<tr>
<td width="33%" valign="bottom"><img src="http://www.tela-botanica.org/accueil/logo_tela_botanica.png" alt="Logo"></td>
<td width="33%" nowrap="nowrap" valign="middle"><strong id="titre_enquete">{SURVEYNAME}</strong></td>
<td width="33%" nowrap="nowrap" valign="bottom">&nbsp;</td>
</tr>
<tr>
<td colspan="2" align="center">
<table width="80%">
<tr>
<td>{WELCOME}<br /><br /></td>
</tr>
</table>
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/survey.pstpl
New file
0,0 → 1,13
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2">
<table width="100%" cellspacing="10">
<tr>
<td>
<table width='100%' cellpadding='2'>
<tr>
<td width="33%" valign="bottom" align="left"><img src="http://www.tela-botanica.org/accueil/logo_tela_botanica.png" alt="Logo Image" /></td>
<td width="33%" nowrap="nowrap" valign="middle" align="right"><strong id="titre_enquete">{SURVEYNAME}</strong></td>
<td width="33%" nowrap="nowrap" valign="bottom" align="right">{PERCENTCOMPLETE}</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/save.pstpl
New file
0,0 → 1,7
<center>
<font color="red">{SAVEERROR}</font>
<p><strong><font size="+1">{SAVEHEADING}</font></strong></p>
<p>{SAVEMESSAGE}</p>
<p>{SAVEFORM}</p>
{RETURNTOSURVEY}
</center>
/trunk/enquetes/templates/telabotanica/groupdescription.pstpl
New file
0,0 → 1,0
<br /><font face='verdana' size='2'>{GROUPDESCRIPTION}</font><br /><br />
/trunk/enquetes/templates/telabotanica/submit.pstpl
New file
0,0 → 1,12
<table width="90%" align="center">
<tr>
<td>
<br />
<br />
{SUBMITCOMPLETE}
<p><center>{SUBMITBUTTON}</center></p>
<p>{SUBMITREVIEW}.</p>
<p>{PRIVACY}</p>
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/endpage.pstpl
New file
0,0 → 1,20
</td>
</tr>
</table>
</td>
<td width="3" height="3" class="b9"></td>
</tr>
<tr>
<td width="3" class="b3"></td>
</tr>
<tr class="b3">
<td colspan="2" height="3">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="3" height="3" class="b9"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
/trunk/enquetes/templates/telabotanica/question.pstpl
New file
0,0 → 1,23
<table width="100%" cellspacing="0" cellpadding="0" class="question" border="1">
<tr>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td class="be">{QUESTION}</td>
</tr>
<!--<tr><td><font size="-1"><i>{QUESTIONHELPPLAINTEXT}</i></font></td></tr>-->
<tr>
<td width="100%">{ANSWER}</td>
</tr>
<tr>
<td>{QUESTIONHELP}</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0">
<tr>
<td height="24"></td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/readme.txt
New file
0,0 → 1,19
Template "Tela Botanica" pour LimeSurvey
----------------------------------------
Ce template est basé sur :
 
"Basic" Template for phpSurveyor
--------------------------------
Developed by Tor de Vries for Zoemail.
Get my email address at http://www.zoemail.net/?tor
 
This is freeware. Modify at your own will (and risk).
 
To use your own logo, just replace the logo.gif file.
Its dimensions are 211 x 72 pixels.
 
I eliminated the group name and descriptions, because in
our use of phpSurveyor, we only used groups to break the
survey into pages for ease of use... not actually for
"groups" as the visitor might define them.
 
/trunk/enquetes/templates/telabotanica/startgroup.pstpl
New file
0,0 → 1,4
<table width="100%">
<tr>
<td align="center">
<strong id="titre_groupe">{GROUPNAME}</strong>
/trunk/enquetes/templates/telabotanica/completed.pstpl
New file
0,0 → 1,14
<table width="80%" align="center" class="bf" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2">
<table width="100%" cellspacing="10">
<tr>
<td>
<table width="80%" align="center">
<tr>
<td>
<p>{COMPLETED}</p>
<p><center><input type="button" name="closeme" value="Close Window" onClick="top.window.close();" /></center></p>
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/privacy.pstpl
New file
0,0 → 1,7
<table align="center" bgcolor="#EEEEEE" width="75%">
<tr>
<td align="center">
<font size="1">{PRIVACYMESSAGE}
</td>
</tr>
</table>
/trunk/enquetes/templates/telabotanica/chart.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/enquetes/templates/telabotanica/chart.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/enquetes/templates/telabotanica/clearall.pstpl
New file
0,0 → 1,13
<br />
<table align="center" cellpadding="30">
<tr>
<td align="center" bgcolor="white">
<font face="arial" size="2">
<strong><font color="red">{ANSWERSCLEARED}</font></strong><br /><br />
{RESTART}<br />
{URL}<br />
{CLOSEWINDOW}
</td>
</tr>
</table>
<br />
/trunk/enquetes/templates/telabotanica/load.pstpl
New file
0,0 → 1,7
<center>
<font color="red">{LOADERROR}</font>
<p><strong><font size="+1">{LOADHEADING}</font></strong></p>
<p>{LOADMESSAGE}</p>
<p>{LOADFORM}</p>
{RETURNTOSURVEY}
</center>