Subversion Repositories wimsdev

Rev

Rev 15720 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13607 obado 1
<div class="field box">
2
  <label for="src">$name_content:</label>
15720 bpr 3
!if $vote_status>0
17170 bpr 4
  <br>$name_nowritable
15720 bpr 5
  !let tmp=!record 0 of $votedir/$vote.src
6
  !readproc adm/msgchange.proc read
7
  <pre>$out_script</pre>
8
!else
9
  !set wims_ref_class=wims_button_help float_right
10
  !href cmd=help $wims_name_help
11
  <div class="wimscenter">
12
    <textarea class="iEdit" id="src" name="reg_src" cols="80" rows="20">$src</textarea>
13
  </div>
14
!endif
13607 obado 15
</div>