Rev 13607 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13607 | Rev 15753 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | !endif |
82 | !endif |
83 | 83 | ||
84 | !if $(user_vote_$Vote)!=$empty |
84 | !if $(user_vote_$Vote)!=$empty |
85 | !if $vote_option!=nominative |
85 | !if $vote_option!=nominative |
86 | <div class="wims_msg success">$name_thisvote_already1</div> |
86 | <div class="wims_msg success">$name_thisvote_already1</div> |
- | 87 | <div class="wims_msg info"> |
|
- | 88 | !read $votedir/$vote.def |
|
- | 89 | </div> |
|
87 | !exit |
90 | !exit |
88 | !else |
91 | !else |
89 | <div class="wims_msg info">$name_thisvote_already2</div> |
92 | <div class="wims_msg info">$name_thisvote_already2</div> |
90 | !goto form |
93 | !goto form |
91 | !endif |
94 | !endif |
Line 105... | Line 108... | ||
105 | 108 | ||
106 | !if $m_formed=yes and $wims_user!=supervisor |
109 | !if $m_formed=yes and $wims_user!=supervisor |
107 | <p class="wimscenter wimsform"> |
110 | <p class="wimscenter wimsform"> |
108 | <input type="submit" value="$wims_name_tosave" /> |
111 | <input type="submit" value="$wims_name_tosave" /> |
109 | </p> |
112 | </p> |
110 | !formend |
113 | !formend |
111 | !endif |
114 | !endif |
112 | 115 | ||
113 | !if $wims_user=supervisor and $vote_status=0 |
116 | !if $wims_user=supervisor and $vote_status=0 |
114 | !form reply |
117 | !form reply |
115 | <p class="wimscenter wimsform"> |
118 | <p class="wimscenter wimsform"> |
116 | !set wims_ref_class=wims_button wims_secondary_button |
119 | !set wims_ref_class=wims_button wims_secondary_button |
117 | !href cmd=reply&job=edit $wims_name_back2 |
120 | !href cmd=reply&job=edit $wims_name_back2 |
118 | </p> |
121 | </p> |
119 | - | ||
120 | !formend |
122 | !formend |
121 | !endif |
123 | !endif |