Subversion Repositories wimsdev

Rev

Rev 5874 | Rev 5975 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1969 guerimand 1
!! ce fichier permet d'afficher le source de la feuille
1971 guerimand 2
!!!### langage independant
1969 guerimand 3
 
4
 
23 reyssat 5
!if $exocnt<=0
1969 guerimand 6
 !let error=srcnoexo
5894 bpr 7
 <div class="wims_alertmsg">
2210 bpr 8
 !read lang/msg.phtml.$moduclass_lang
5874 bpr 9
 </div>
23 reyssat 10
 !goto end
11
!endif
12
 
1969 guerimand 13
$name_getsource <p>
23 reyssat 14
******************************************************************
15
!read wimshome/$wims_sesdir/home_sheet.src
16
******************************************************************
17
:end
1533 guerimand 18
<p>
1969 guerimand 19
!let wims_menu_items=!append line sheetadmin,1,cmd=resume to $wims_menu_items
23 reyssat 20