/modules/mod_survey/templates/survey.tpl
https://code.google.com/p/zotonic/ · Smarty Template · 24 lines · 18 code · 6 blank · 0 comment · 1 complexity · 8e1624f6240162923aedf764d19df188 MD5 · raw file
- {% extends "page.tpl" %}
- {% block content %}
- <style type="text/css">
- .survey-question {
- border: 1px solid white;
- background-color: #f8f8f8;
- padding: 4px;
- margin-bottom: 4px;
- }
- .survey-missing {
- background-color: #fee;
- border: 1px solid #fcc;
- }
- </style>
- <div id="survey-question">
- {% include "_survey_start.tpl" %}
- </div>
- {% endblock %}