Rev 17337 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | # Variable calculations should be done in this file. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
||
3 | |||
4 | !if robot isin $session |
||
17337 | bpr | 5 | style=integral |
32 | reyssat | 6 | !endif |
7 | |||
14279 | obado | 8 | tit=<li><h4 class="wimsdoc_tit"> |
9 | titend=</h4> |
||
9071 | bpr | 10 | emph=<span class="wims_code_words"> |
5798 | bpr | 11 | emphend=</span> |
32 | reyssat | 12 | |
13 | !default lang=en |
||
14 | !default style=indexed |
||
15 | !default cmd_choose=all |
||
16 | |||
17 | !if $style=integral |
||
17337 | bpr | 18 | cmd_choose=all |
32 | reyssat | 19 | !endif |
20 | |||
21 | !read Findex |
||
22 | cmdfiles=$(cmdf_$cmd_choose) |
||
23 | |||
24 | title_user =General documentation |
||
12014 | bpr | 25 | title_devel=Publish your pages under WIMS |
26 | title_ref=WIMS modules: technical reference |
||
27 | title_dev=Development |
||
11973 | bpr | 28 | title_whatis =What is WIMS? |
29 | title_why =Why WIMS? |
||
32 | reyssat | 30 | title_copyright =Copyright policies |
31 | title_status =Current status of development |
||
11973 | bpr | 32 | title_examples =Examples of what you can do with WIMS |
1576 | bpr | 33 | title_compare =Comparison with other approaches |
11973 | bpr | 34 | title_features =Current features of WIMS |
12014 | bpr | 35 | title_todo=More features planned for future versions |
36 | title_lightpub=Light phtml page: the simplest way to use WIMS features |
||
32 | reyssat | 37 | title_lighthowto=How to publish a light phtml page |
38 | title_migrate =Upgrade a light phtml page into a module |
||
11973 | bpr | 39 | title_structure =Basic structure of WIMS |
32 | reyssat | 40 | title_remote_dev=Online development of activities |
11973 | bpr | 41 | title_module =Structure of a WIMS module |
32 | reyssat | 42 | title_variables =Variables in a module |
43 | title_varspecial=Variables with special meanings |
||
11973 | bpr | 44 | title_templatefiles=Template files |
11984 | bpr | 45 | title_anstype=How to do an anstype |
32 | reyssat | 46 | title_datastruct=Data structure |
12014 | bpr | 47 | title_cmdlist=List of commands |
15174 | bpr | 48 | title_mathfn=List of mathematical functions |
12014 | bpr | 49 | title_slib=List of slib (library of scripts) |
32 | reyssat | 50 | title_mathfonts =List of inline mathematical symbols |
51 | title_interface =Interfaces to external software packages |
||
12014 | bpr | 52 | title_class=User registration and classes |
53 | title_applets=Java applets capable of interfacing with WIMS |
||
54 | title_dir=Structure of sub directories |
||
55 | title_themes=Themes |
||
18055 | bpr | 56 | title_sheet=Sheet/Exam/Freework/Document index formats |
12014 | bpr | 57 | title_taxonomy=Taxonomies |
12546 | bpr | 58 | title_icone=Icones |
13044 | bpr | 59 | title_slibhelp=Help for script library |
14175 | bpr | 60 | title_raw=Interoperability module |
15174 | bpr | 61 | title_canvas=Canvasdraw Documentation |
62 | title_fly=Flydraw Documentation |
||
15185 | reyssat | 63 | title_debug=Debugging methods |
15214 | bpr | 64 | title_changelog=Change log |
12014 | bpr | 65 | name_seehere=See here |
32 | reyssat | 66 | user_doc =whatis,examples,compare,features,remote_dev |
67 | #devel_doc=features,lightpub,lighthowto,migrate,remote_dev |
||
11973 | bpr | 68 | ref_doc=structure,module,variables,varspecial,datastruct,cmdlist,mathfonts,\ |
15174 | bpr | 69 | slib,fly,canvas,interface,templatefiles,anstype |
32 | reyssat | 70 | |
15214 | bpr | 71 | dev_doc=dir,themes,sheet,taxonomy,icone,slibhelp,raw,debug,changelog |
12014 | bpr | 72 | |
32 | reyssat | 73 | wims_module_log=$style $lang $subject |
74 | |||
75 | !if $style=integral |
||
13044 | bpr | 76 | ref1=<!--- |
77 | ref2=--><a href="# |
||
32 | reyssat | 78 | !endif |
79 | |||
80 | !if $style=indexed |
||
13044 | bpr | 81 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+subject= |
82 | ref2=# |
||
32 | reyssat | 83 | !endif |
84 | |||
85 | !if $style=folding |
||
13044 | bpr | 86 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+op=open&+subject= |
87 | ref2=# |
||
32 | reyssat | 88 | !endif |
89 | |||
90 | !if $style=folding and $subject!=$empty |
||
91 | |||
13044 | bpr | 92 | !if $op=close and ,$subject isin $expand |
93 | exp= |
||
94 | !for i in $expand |
||
95 | !if $i != $empty and .$subject notin .$i |
||
96 | exp=$exp,$i |
||
97 | !endif |
||
98 | expand=$exp |
||
99 | !next i |
||
100 | !endif |
||
7809 | bpr | 101 | |
13044 | bpr | 102 | !if $op=open and ,$subject notin $expand |
103 | expand=$expand,$subject |
||
104 | !endif |
||
32 | reyssat | 105 | |
106 | !endif |
||
107 | |||
7809 | bpr | 108 | cmd_choose_list=all,exec,var,string,file,datafile,ins,random,html,jump,loop,vardef,adm |
32 | reyssat | 109 | |
110 | choose_all =all |
||
111 | choose_exec =execution |
||
112 | choose_var =variable |
||
113 | choose_html =html interface |
||
114 | choose_jump =process control |
||
115 | choose_loop =looping |
||
116 | choose_string=string manipulation |
||
117 | choose_datafile=datafile manipulation |
||
118 | choose_vardef=variable definition |
||
119 | choose_ins =formula/graphics insertion |
||
120 | choose_random=random data generation |
||
121 | choose_file =file manipulation |
||
13044 | bpr | 122 | choose_adm=admin |