Rev 14886 | Rev 14905 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14886 | Rev 14903 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | 10 | ||
11 | !bound job2 within newmsg,$empty default $empty |
11 | !bound job2 within newmsg,$empty default $empty |
12 | 12 | ||
13 | !if $job2!=newmsg |
13 | !if $job2!=newmsg |
14 | !let rd=!randint 111111,999999 |
14 | !let rd=!randint 111111,999999 |
15 | local_html_header=<META HTTP-EQUIV="Refresh" CONTENT=" |
15 | local_html_header=<META HTTP-EQUIV="Refresh" CONTENT="$(tchat_refreshtiming);wims.cgi?session=$wims_session&+module=adm/class/tchat&+serial=$rd&+job=$job&+user=$user"> |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | ltfile=!sh cd $wims_home/log/classes/$wims_class/tchat; if [ -e $user.old1 ]; then ls $user.old*; fi; |
18 | ltfile=!sh cd $wims_home/log/classes/$wims_class/tchat; if [ -e $user.old1 ]; then ls $user.old*; fi; |
19 | nbfile=!linecnt $ltfile |
19 | nbfile=!linecnt $ltfile |
20 | 20 |