Rev 12546 | Rev 14175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12546 | Rev 13044 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | title_dir=Structure of sub directories |
54 | title_dir=Structure of sub directories |
55 | title_themes=Themes |
55 | title_themes=Themes |
56 | title_sheet=Sheet formats |
56 | title_sheet=Sheet formats |
57 | title_taxonomy=Taxonomies |
57 | title_taxonomy=Taxonomies |
58 | title_icone=Icones |
58 | title_icone=Icones |
- | 59 | title_slibhelp=Help for script library |
|
59 | 60 | ||
60 | name_seehere=See here |
61 | name_seehere=See here |
61 | user_doc =whatis,examples,compare,features,remote_dev |
62 | user_doc =whatis,examples,compare,features,remote_dev |
62 | #devel_doc=features,lightpub,lighthowto,migrate,remote_dev |
63 | #devel_doc=features,lightpub,lighthowto,migrate,remote_dev |
63 | ref_doc=structure,module,variables,varspecial,datastruct,cmdlist,mathfonts,\ |
64 | ref_doc=structure,module,variables,varspecial,datastruct,cmdlist,mathfonts,\ |
64 | slib,interface,applets,templatefiles,anstype |
65 | slib,interface,applets,templatefiles,anstype |
65 | 66 | ||
66 |
|
67 | dev_doc=dir,themes,sheet,taxonomy,icone,slibhelp |
67 | 68 | ||
68 | wims_module_log=$style $lang $subject |
69 | wims_module_log=$style $lang $subject |
69 | 70 | ||
70 | !if $style=integral |
71 | !if $style=integral |
71 | ref1=<!--- |
72 | ref1=<!--- |
72 | ref2=--><a href="# |
73 | ref2=--><a href="# |
73 | !endif |
74 | !endif |
74 | 75 | ||
75 | !if $style=indexed |
76 | !if $style=indexed |
76 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+subject= |
77 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+subject= |
77 | ref2=# |
78 | ref2=# |
78 | !endif |
79 | !endif |
79 | 80 | ||
80 | !if $style=folding |
81 | !if $style=folding |
81 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+op=open&+subject= |
82 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+op=open&+subject= |
82 | ref2=# |
83 | ref2=# |
83 | !endif |
84 | !endif |
84 | 85 | ||
85 | !if $style=folding and $subject!=$empty |
86 | !if $style=folding and $subject!=$empty |
86 | 87 | ||
87 | !if $op=close and ,$subject isin $expand |
88 | !if $op=close and ,$subject isin $expand |
88 | exp= |
89 | exp= |
89 | !for i in $expand |
90 | !for i in $expand |
90 | !if $i != $empty and .$subject notin .$i |
91 | !if $i != $empty and .$subject notin .$i |
91 | exp=$exp,$i |
92 | exp=$exp,$i |
92 | !endif |
93 | !endif |
93 | expand=$exp |
94 | expand=$exp |
94 | !next i |
95 | !next i |
95 | !endif |
96 | !endif |
96 | 97 | ||
97 | !if $op=open and ,$subject notin $expand |
98 | !if $op=open and ,$subject notin $expand |
98 | expand=$expand,$subject |
99 | expand=$expand,$subject |
99 | !endif |
100 | !endif |
100 | 101 | ||
101 | !endif |
102 | !endif |
102 | 103 | ||
103 | cmd_choose_list=all,exec,var,string,file,datafile,ins,random,html,jump,loop,vardef,adm |
104 | cmd_choose_list=all,exec,var,string,file,datafile,ins,random,html,jump,loop,vardef,adm |
104 | 105 | ||
Line 112... | Line 113... | ||
112 | choose_datafile=datafile manipulation |
113 | choose_datafile=datafile manipulation |
113 | choose_vardef=variable definition |
114 | choose_vardef=variable definition |
114 | choose_ins =formula/graphics insertion |
115 | choose_ins =formula/graphics insertion |
115 | choose_random=random data generation |
116 | choose_random=random data generation |
116 | choose_file =file manipulation |
117 | choose_file =file manipulation |
117 |
|
118 | choose_adm=admin |