Subversion Repositories wimsdev

Rev

Rev 14504 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14504 Rev 14508
Line 1... Line 1...
1
!read adm/css.phtml
1
!read adm/css.phtml
2
!read adm/class/classname.phtml $wims_classname\
-
 
3
$wims_institutionname
-
 
-
 
2
 
4
!header1
3
!header1
5
 
4
 
6
!read adm/title.phtml 1\
5
!read adm/title.phtml 1\
7
$classname\
6
\
8
$name_title
7
$name_title
9
 
8
 
10
!if $error!=$empty
9
!if $error!=$empty
11
  <div class="wims_msg alert">
10
  <div class="wims_msg alert">
12
  <b>$wims_name_Error</b>:
11
    <strong>$wims_name_Error</strong>:
13
  !read msg.phtml
12
    !read msg.phtml
14
  !reset error
13
    !reset error
15
  </div>
14
  </div>
16
!endif
15
!endif
17
 
16
 
18
!if $success!=$empty
17
!if $success!=$empty
19
  <div class="wims_msg success">
18
  <div class="wims_msg success">
20
  !read msg.phtml $success
19
    !read msg.phtml $success
21
  </div>
20
  </div>
22
!endif
21
!endif
23
 
22
 
24
!if $forceexit=1
23
!if $forceexit=1
25
  !exit
24
  !exit