Rev 17097 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17070 | guerimand | 1 | !! fichier d'affichage principal |
2 | |||
3 | !read adm/css.phtml |
||
4 | !read adm/class/classname.phtml $wims_classname\ |
||
5 | $wims_institutionname |
||
6 | |||
7 | !! ---- gestion du haut de page automatique |
||
8 | !header1 |
||
9 | !read adm/title.phtml 1\ |
||
10 | $classname\ |
||
11 | $name_modtitle |
||
12 | |||
13 | !! ----- gestion des messages error/alert/info |
||
14 | |||
15 | !if $error!=$empty |
||
16 | <div class="wims_msg alert" id="msgerror" > |
||
17 | <b>$wims_name_Error:</b> |
||
18 | !read msg.phtml $error |
||
19 | </div> |
||
20 | !else |
||
21 | !if $success!=$empty |
||
22 | <div class="wims_msg success"> |
||
23 | !read msg.phtml $success |
||
24 | </div> |
||
25 | !endif |
||
26 | !if $warning!=$empty |
||
27 | <div class="wims_msg warning"> |
||
28 | !read msg.phtml $warning |
||
29 | </div> |
||
30 | !endif |
||
31 | !endif |
||
32 | !if $notallowed=1 |
||
33 | !goto end |
||
34 | !endif |
||
35 | |||
36 | !! ---------- affichage commun à tous les jobs. |
||
37 | |||
38 | |||
39 | |||
40 | !! -- lecture du fichier d'affichage spécifique du job. |
||
41 | !read $job.phtml |
||
42 | |||
43 | |||
44 | :end |
||
45 | !! --------- ajout d'item sur le menu lattéral : |
||
46 | !! exemple à modifier |
||
47 | |||
48 | !! !set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\ |
||
49 | !!itemsep,0,Mes Sujets\ |
||
50 | !!list,1,module=$module&job=listsujet&cmd=new to $wims_menu_items |
||
51 | |||
52 | |||
53 | !! ---- gestion du pied de page automatique |
||
54 | !reset job |
||
55 | !tail |