Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if robot isin $session
2
 !exit
3
!endif
4
 
5
!distribute item WIMS,Classe,Docs,Sup,Préc,Suiv,Hist.,Recharger,\
6
        Version interactive,Version imprimable,\
7
        Retour au doc,Aide,A propos\
8
        into doch_wims,doch_class,doch_docs,doch_up,\
9
        doch_prev,doch_next,doch_hist,doch_reload,\
10
        doch_interactive,doch_printable,\
11
        doch_back,doch_help,doch_about
12
 
13
!set wims_headertype=doc
1043 bpr 14
!header1
20 reyssat 15
 
1043 bpr 16