Rev 9164 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9164 | Rev 13736 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_read_parm=help |
1 | !if $wims_read_parm=help |
2 | !read help/$lang/special/editarea.phtml |
2 | !read help/$lang/special/editarea.phtml |
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | !read js/edit_area.phtml wimsshow wimsoef |
5 | !read js/edit_area.phtml wimsshow wimsoef |
6 | 6 | ||
7 | !set t_=!translate $ $ to $\ |
7 | !set t_=!translate $ $ to $\ |
8 | $ in $wims_read_parm |
8 | $ in $wims_read_parm |
Line 13... | Line 13... | ||
13 | !set td__=!charcnt $l_ |
13 | !set td__=!charcnt $l_ |
14 | !set td_=$[max($td__,$td_)] |
14 | !set td_=$[max($td__,$td_)] |
15 | !next |
15 | !next |
16 | 16 | ||
17 | <textarea id="wims_show" cols="$[$td_+20]" rows="$tr_" readonly="readonly">$t_</textarea> |
17 | <textarea id="wims_show" cols="$[$td_+20]" rows="$tr_" readonly="readonly">$t_</textarea> |
18 | - |