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