Rev 3657 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2071 | zjchen | 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 |
||
5 | style=integral |
||
6 | !endif |
||
7 | |||
4563 | bpr | 8 | tit=<li><font color="#A00000"> |
9 | titend=</font> |
||
10 | emph=<font color="#00A000"><b> |
||
11 | emphend=</b></font> |
||
2071 | zjchen | 12 | |
13 | !default lang=cn |
||
14 | !default style=indexed |
||
15 | !default cmd_choose=all |
||
16 | |||
17 | !if $style=integral |
||
18 | cmd_choose=all |
||
19 | !endif |
||
20 | |||
21 | !read Findex |
||
22 | cmdfiles=$(cmdf_$cmd_choose) |
||
23 | |||
24 | title_user =总体介绍 |
||
25 | title_devel =在wims里发布你的网页 |
||
26 | title_ref =Wims模块: 技术参考资料 |
||
27 | |||
28 | title_whatis =Wims是什么? |
||
29 | title_why =为何使用wims? |
||
30 | title_copyright =版权原则 |
||
31 | title_status =目前发展状态 |
||
32 | title_examples =Wims的能力示例 |
||
33 | title_compare =与其它方法作比较 |
||
34 | title_features =Wims目前的功能 |
||
35 | title_todo =计划今后的版本增加的功能 |
||
36 | title_lightpub =简易phtml网页: 利用wims功能的最简便方式 |
||
37 | title_lighthowto=如何发布简易phtml网页 |
||
38 | title_migrate =从简易phtml网页升级为模块 |
||
39 | title_structure =Wims基本结构 |
||
40 | title_remote_dev=活动的在线开发 |
||
41 | title_module =Wims模块的结构 |
||
42 | title_variables =模块内的变量 |
||
43 | title_varspecial=有特殊意义的变量 |
||
44 | title_datastruct=数据结构 |
||
45 | title_cmdlist =命令表 |
||
46 | title_mathfn =数学函数表 |
||
47 | title_slib =slib(脚本库)表 |
||
48 | title_mathfonts =内嵌数学符号表 |
||
49 | title_interface =外部软件包界面 |
||
50 | title_class =班级与用户注册 |
||
3657 | zjchen | 51 | title_applets<->=可与 WIMS 互动的 Java 小工具(applets) |
2071 | zjchen | 52 | user_doc =whatis,examples,compare,features,remote_dev |
53 | #devel_doc=features,lightpub,lighthowto,migrate,remote_dev |
||
3656 | schaersvoo | 54 | ref_doc=structure,module,variables,varspecial,datastruct,cmdlist,mathfonts,slib,interface,applets |
2071 | zjchen | 55 | |
56 | wims_module_log=$style $lang $subject |
||
57 | |||
58 | !if $style=integral |
||
4563 | bpr | 59 | ref1=<!--- |
60 | ref2=--><a href="# |
||
2071 | zjchen | 61 | !endif |
62 | |||
63 | !if $style=indexed |
||
4563 | bpr | 64 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+subject= |
2071 | zjchen | 65 | ref2=# |
66 | !endif |
||
67 | |||
68 | !if $style=folding |
||
4563 | bpr | 69 | ref1=<a href="$httpd_SCRIPT_NAME?cmd=resume&+session=$session&+op=open&+subject= |
2071 | zjchen | 70 | ref2=# |
71 | !endif |
||
72 | |||
73 | !if $style=folding and $subject!=$empty |
||
74 | |||
75 | !if $op=close and ,$subject isin $expand |
||
76 | exp= |
||
77 | !for i in $expand |
||
78 | !if $i != $empty and .$subject notin .$i |
||
79 | exp=$exp,$i |
||
80 | !endif |
||
81 | expand=$exp |
||
82 | !next i |
||
83 | !endif |
||
84 | |||
85 | !if $op=open and ,$subject notin $expand |
||
86 | expand=$expand,$subject |
||
87 | !endif |
||
88 | |||
89 | !endif |
||
90 | |||
91 | cmd_choose_list=all,exec,var,string,file,datafile,ins,random,html,jump,loop,vardef |
||
92 | |||
93 | choose_all =所有 |
||
94 | choose_exec =执行 |
||
95 | choose_var =变量 |
||
96 | choose_html =html界面 |
||
97 | choose_jump =进程控制 |
||
98 | choose_loop =循环 |
||
99 | choose_string=串操作 |
||
100 | choose_datafile=数据文件操作 |
||
101 | choose_vardef=变量定义 |
||
102 | choose_ins =公式/图像插入 |
||
103 | choose_random=随机数据生成 |
||
104 | choose_file =文件操作 |