Rev 12638 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4026 | bpr | 1 | !read adm/css.phtml |
4039 | bpr | 2 | !read adm/class/classname.phtml $wims_classname\ |
4026 | bpr | 3 | $wims_institutionname |
1051 | bpr | 4 | !header1 |
7810 | bpr | 5 | |
12407 | obado | 6 | !!<script src="scripts/js/wz_tooltip.js"></script> |
7810 | bpr | 7 | !! not useful ??? |
8 | !!!if $cmd=help |
||
9 | !! !read lang/help.phtml |
||
10 | !! !goto end |
||
11 | !!!endif |
||
7812 | bpr | 12 | |
23 | reyssat | 13 | !if $error!=$empty |
12395 | bpr | 14 | <div class="wims_msg alert"> |
8315 | guerimand | 15 | !read lang/msg.phtml.$moduclass_lang |
12395 | bpr | 16 | </div> |
13164 | guerimand | 17 | !if $job!=getclasspwd |
18 | !set wims_ref_class=wims_button |
||
19 | !if $wims_class!=$empty |
||
20 | !href module=home $wims_name_class_home |
||
21 | !else |
||
22 | !href module=home $wims_name_home |
||
23 | !endif |
||
12395 | bpr | 24 | !else |
13164 | guerimand | 25 | !read $job.phtml |
12395 | bpr | 26 | !endif |
8315 | guerimand | 27 | !else |
12395 | bpr | 28 | !read $job.phtml |
23 | reyssat | 29 | !endif |
7605 | bpr | 30 | |
23 | reyssat | 31 | !tail |
32 | |||
8446 | guerimand | 33 | !reset job,showsheet,getuser,delprep,deluser,abandon,reg,passcheck |