]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/conify/global/action/survey/edit.tt2
survey list and edit interface. some known issues (i18n) that will be cleanup up...
[working/Evergreen.git] / Open-ILS / web / templates / default / conify / global / action / survey / edit.tt2
1 [% WRAPPER 'default/base.tt2' %]
2 <script src='[% ctx.media_prefix %]/js/ui/default/conify/global/action/survey/edit.js'></script>
3
4 <script type="text/javascript">
5     dojo.require('openils.Util');
6     var surveyId = [%ctx.page_args.0 %];
7     openils.Util.addOnLoad(function() { drawSurvey(surveyId) });
8
9 </script>
10 <!-- General survey info -->
11 <div  dojoType="dijit.layout.ContentPane" layoutAlign="client">
12     <div id='edit-pane'> </div>
13
14 </div>
15
16 <!-- question/answer table-->
17 <table id='survey_table'>
18 </table>
19
20 [% END %]