/modules/mod_survey/templates/_admin_survey_questions.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 64 lines · 48 code · 16 blank · 0 comment · 0 complexity · 975475517e420fab7b58e073b8cc7dda MD5 · raw file

  1. <li id="ci1">
  2. {% survey_example type="pagebreak" %}
  3. </li>
  4. {% draggable id="ci1" tag={q type="pagebreak"} to_sorter="survey" %}
  5. <li id="ci2">
  6. {% survey_example type="textblock" %}
  7. </li>
  8. {% draggable id="ci2" tag={q type="textblock"} to_sorter="survey" %}
  9. <li id="ci3">
  10. {% survey_example type="subhead" %}
  11. </li>
  12. {% draggable id="ci3" tag={q type="subhead"} to_sorter="survey" %}
  13. <li id="ci4">
  14. {% survey_example type="prompt" %}
  15. </li>
  16. {% draggable id="ci4" tag={q type="prompt"} to_sorter="survey" %}
  17. <li id="ci5">
  18. {% survey_example type="yesno" %}
  19. </li>
  20. {% draggable id="ci5" tag={q type="yesno"} to_sorter="survey" %}
  21. <li id="ci6">
  22. {% survey_example type="truefalse" %}
  23. </li>
  24. {% draggable id="ci6" tag={q type="truefalse"} to_sorter="survey" %}
  25. <li id="ci7">
  26. {% survey_example type="likert" %}
  27. </li>
  28. {% draggable id="ci7" tag={q type="likert"} to_sorter="survey" %}
  29. <li id="ci8">
  30. {% survey_example type="thurstone" %}
  31. </li>
  32. {% draggable id="ci8" tag={q type="thurstone"} to_sorter="survey" %}
  33. <li id="ci12">
  34. {% survey_example type="matching" %}
  35. </li>
  36. {% draggable id="ci12" tag={q type="matching"} to_sorter="survey" %}
  37. <li id="ci9">
  38. {% survey_example type="shortanswer" %}
  39. </li>
  40. {% draggable id="ci9" tag={q type="shortanswer"} to_sorter="survey" %}
  41. <li id="ci10">
  42. {% survey_example type="longanswer" %}
  43. </li>
  44. {% draggable id="ci10" tag={q type="longanswer"} to_sorter="survey" %}
  45. <li id="ci11">
  46. {% survey_example type="narrative" %}
  47. </li>
  48. {% draggable id="ci11" tag={q type="narrative"} to_sorter="survey" %}