2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/basic/print_survey.pstpl

31 lines
739 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{SITENAME} - {SURVEYNAME}</title>
{HEADELEMENTS}
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}print_template.css" />
</head>
<body>
<div id="limesurvey">
<h1>{SURVEYNAME}</h1>
<div class="survey-description">{SURVEYDESCRIPTION}</div>
<div class="survey-welcome">{WELCOME}</div>
<p class="x-questions">{THEREAREXQUESTIONS}</p>
{GROUPS}
{PRIVACY}
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
</div>
</body>
</html>