Rev 10736 | Rev 15720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10736 | Rev 13607 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | <div class="field box"> |
|
1 |
|
2 | <label for="src">$name_content:</label> |
2 | - | ||
3 | !if $vote_status>0 |
3 | !if $vote_status>0 |
4 | <br />$name_nowritable |
4 | <br />$name_nowritable |
5 | <pre> |
- | |
6 | !let tmp=!record 0 of $votedir/$vote.src |
5 | !let tmp=!record 0 of $votedir/$vote.src |
7 | !readproc adm/msgchange.proc read |
6 | !readproc adm/msgchange.proc read |
8 | $out_script |
7 | <pre>$out_script</pre> |
9 | </pre> |
- | |
10 | !else |
8 | !else |
11 | |
- | |
12 | ! |
9 | !set wims_ref_class=wims_button_help float_right |
13 | !href cmd=help $wims_name_help |
10 | !href cmd=help $wims_name_help |
14 | </p> |
- | |
15 | < |
11 | <div class="wimscenter"> |
16 | !if $speckedit=no |
- | |
17 |
|
12 | <textarea class="iEdit" id="src" name="reg_src" cols="80" rows="20">$src</textarea> |
18 | !href cmd=reply&job=edit&speckedit=yes $wims_name_active |
- | |
19 |
|
13 | </div> |
20 | !set msgsrc1=<textarea class="iEdit" id="src" name="reg_src" cols="80" rows="20">$src</textarea> |
- | |
21 | !href cmd=reply&job=edit&speckedit=no $wims_name_desactive |
- | |
22 | !endif |
14 | !endif |
23 | - <span class="small">$wims_name_speck_warning</span>) |
- | |
24 |
|
15 | </div> |
25 | $msgsrc1 |
- | |
26 | !endif |
- |