Subversion Repositories wimsdev

Rev

Rev 10736 | Rev 15720 | Go to most recent revision | 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>
3
  !if $vote_status>0
4
    <br />$name_nowritable
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
15
</div>