Rev 15753 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15753 | Rev 17170 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | !else |
95 | !else |
96 | <p>$name_give_your_choice</p> |
96 | <p>$name_give_your_choice</p> |
97 | :form |
97 | :form |
98 | !if $wims_user!=supervisor |
98 | !if $wims_user!=supervisor |
99 | !form reply |
99 | !form reply |
100 | <input type="hidden" name="job" value="vote" |
100 | <input type="hidden" name="job" value="vote"> |
101 | !set m_formed=yes |
101 | !set m_formed=yes |
102 | !endif |
102 | !endif |
103 | !endif |
103 | !endif |
104 | 104 | ||
105 | <div class="field box"> |
105 | <div class="field box"> |
106 | !read $votedir/$vote.def |
106 | !read $votedir/$vote.def |
107 | </div> |
107 | </div> |
108 | 108 | ||
109 | !if $m_formed=yes and $wims_user!=supervisor |
109 | !if $m_formed=yes and $wims_user!=supervisor |
110 | <p class="wimscenter wimsform"> |
110 | <p class="wimscenter wimsform"> |
111 | <input type="submit" value="$wims_name_tosave" |
111 | <input type="submit" value="$wims_name_tosave"> |
112 | </p> |
112 | </p> |
113 | !formend |
113 | !formend |
114 | !endif |
114 | !endif |
115 | 115 | ||
116 | !if $wims_user=supervisor and $vote_status=0 |
116 | !if $wims_user=supervisor and $vote_status=0 |