Rev 14607 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !!INDEX |
10585 | obado | 2 | !let module_translator= |
3 | !let module_translator_address= |
||
5524 | bpr | 4 | !let module_title=设置 WIMS 的个人喜好 |
23 | reyssat | 5 | !let module_description =设置 WIMS 的个人喜好 |
5524 | bpr | 6 | !let module_language=cn |
23 | reyssat | 7 | !!INDEXEND |
8 | |||
14607 | bpr | 9 | !set tip= <strong>FireFox/Safari</strong> manages Mathml without extension.\ |
10 | For all other browsers, WIMS will automatically load the Mathjax library\ |
||
11 | to display mathematical formulas. If you encounter a problem with Mathjax,\ |
||
12 | we invite you to try Firefox which natively manages Mathml and to share it with us. |
||
5524 | bpr | 13 | |
10585 | obado | 14 | !read proc/useropts.proc |
5524 | bpr | 15 | |
10585 | obado | 16 | !header |
13306 | obado | 17 | <script src="scripts/js/wz_tooltip.js"></script> |
10585 | obado | 18 | <p>本页是用于修改你在 WIMS 作业过程中的个人喜好的.</p> |
5524 | bpr | 19 | |
10585 | obado | 20 | <div id="widget_useropts"> |
21 | <ul> |
||
22 | <li><a href="#formula">数学公式</a></li> |
||
23 | !if $wims_user=$empty |
||
24 | <li><a href="#language_selector">默认的语言</a></li> |
||
25 | !endif |
||
26 | <!--li><a href="#accessibility">Accessibility</a></li--> |
||
27 | </ul> |
||
23 | reyssat | 28 | |
10686 | czzmrn | 29 | !if $wims_user=$empty |
10585 | obado | 30 | <div id="language_selector"> |
31 | <h2>默认的语言</h2> |
||
32 | !set wims_language_cnt=!wordcnt $wims_site_languages |
||
33 | !for l=1 to $wims_language_cnt |
||
34 | !let la=!word $l of $wims_site_languages |
||
17180 | bpr | 35 | !href cmd=resume&phtml=useropts.phtml.$la&lang=$la <img src="gifs/$la.gif" alt="$la.gif" border=1>$(lang_name_$la) |
10585 | obado | 36 | |
37 | !next l |
||
38 | </div> |
||
10686 | czzmrn | 39 | !endif |
8002 | bpr | 40 | |
10585 | obado | 41 | <div id="formula"> |
42 | <h2>数学公式</h2> |
||
23 | reyssat | 43 | |
10585 | obado | 44 | !if $texalign=2 |
45 | 服务器目前设置为 MathML 假定你使用合有适的浏览器. 例如, |
||
46 | <p class="wimscenter"> |
||
47 | !insmath x_{1,2} = \frac{-b \pm \sqrt{b^{2} - 4 a c}}{2a} |
||
48 | </p> |
||
49 | 如果此公式不能正确显示, 你可以换用其它 |
||
50 | <a onmouseover="return Tip($tip)"><span class="wims_emph">浏览器</span></a> |
||
51 | 或使用把数学公式化为图像的服务器. |
||
52 | !set wims_ref_class=wims_button |
||
53 | <p class="wimscenter"> |
||
54 | !href cmd=resume&useropts=$arg 以图像显示数学公式 |
||
55 | </p> |
||
5524 | bpr | 56 | |
17180 | bpr | 57 | <hr> |
10585 | obado | 58 | <h3>Options</h3> |
59 | <div> |
||
60 | !let ts1=!eval $texsize-1 |
||
61 | !let ts2=!eval $texsize+1 |
||
62 | !if $ts1<1 |
||
63 | !let ts1=1 |
||
64 | !endif |
||
65 | !if $ts2>9 |
||
66 | !let ts2=9 |
||
67 | !endif |
||
5524 | bpr | 68 | |
10585 | obado | 69 | 设置数学公式的大小. |
70 | !set wims_ref_class=wims_button |
||
17180 | bpr | 71 | !href cmd=resume&useropts=$ts1$texalign <img src="gifs/doc/dgauche.gif" width="20px"> |
10585 | obado | 72 | |
73 | !set wims_ref_class=wims_button |
||
74 | !href cmd=resume&useropts=$default 默认 |
||
75 | |
||
76 | !set wims_ref_class=wims_button |
||
17180 | bpr | 77 | !href cmd=resume&useropts=$ts2$texalign <img src="gifs/doc/ddroite.gif" width="20px"> |
10585 | obado | 78 | </div> |
79 | |||
80 | <div> |
||
81 | !set zoom=1 |
||
82 | 通过鼠标点击对公式缩放. |
||
83 | !set wims_ref_class=wims_button |
||
84 | !href cmd=resume&useropts=$texsize$texalign$zoom $wims_name_yes |
||
85 | !set zoom=0 |
||
86 | |
||
87 | !set wims_ref_class=wims_button |
||
88 | !href cmd=resume&useropts=$texsize$texalign$zoom $wims_name_no |
||
89 | </div> |
||
90 | |||
91 | !else |
||
92 | 目前你使用的是把数学公式表成图像的服务器. 如果你有合适的 |
||
93 | <a onmouseover="return Tip($tip)"><span class="wims_emph">浏览器</span></a>, 你可以使用 MathML. |
||
94 | <p class="wimscenter"> |
||
95 | !set arg=!nospace $texsize 2 |
||
96 | !set wims_ref_class=wims_button |
||
97 | !href cmd=resume&useropts=$arg MathML |
||
98 | </p> |
||
99 | <h3>Options</h3> |
||
100 | 数学符号与公式的字体大小. 利用以下的行比较符号与文字的大小. |
||
101 | |||
102 | !let ts1=!eval $texsize-1 |
||
103 | !let ts2=!eval $texsize+1 |
||
104 | !if $ts1<1 |
||
105 | !let ts1=1 |
||
106 | !endif |
||
107 | !if $ts2>9 |
||
108 | !let ts2=9 |
||
109 | !endif |
||
110 | !set wims_ref_class=wims_button |
||
17180 | bpr | 111 | !href cmd=resume&useropts=$ts1$texalign$useropt2 <img src="gifs/doc/dgauche.gif" width="20px"> |
10585 | obado | 112 | |
113 | !set wims_ref_class=wims_button |
||
17180 | bpr | 114 | !href cmd=resume&useropts=$ts2$texalign$useropt2 <img src="gifs/doc/ddroite.gif" width="20px"> |
10585 | obado | 115 | <p> |
116 | 希腊字母 $m_alpha, $m_pi. 数学公式 |
||
117 | !let ins_align=middle |
||
118 | !! 你需要强制动态插入 |
||
119 | !set pw=2 |
||
120 | !insmath x_{1,2} = \frac{-b \pm \sqrt{b^{$pw} - 4ac}}{2a} |
||
121 | 混合的不等式 |
||
122 | </p> |
||
123 | <p class="wimscenter">| $m_a + $m_b | $m_le $m_varepsilon + 123.45.</p> |
||
124 | |||
17180 | bpr | 125 | <hr> |
10585 | obado | 126 | 公式的位置. 如果公式 |
127 | !insmath (x+y)/(x^$pw + y^2) |
||
128 | 与文字相比 |
||
129 | !if $texalign=1 |
||
130 | 太高, |
||
131 | !href cmd=resume&useropts=$(texsize)0$useropt2 点击这里 |
||
132 | 使其降低. |
||
133 | !else |
||
134 | 太低, |
||
135 | !href cmd=resume&useropts=$(texsize)1$useropt2 点击这里 |
||
136 | 使其升高. |
||
137 | !endif |
||
138 | !set zoom=$empty |
||
5524 | bpr | 139 | !endif |
10585 | obado | 140 | </div> |
141 | </div> |
||
5524 | bpr | 142 | |
23 | reyssat | 143 | !if $wims_user=$empty |
144 | 当一切均符合你的心意时, 把 |
||
5524 | bpr | 145 | <a href="$wims_ref_name?lang=$lang&+useropts=$texsize$texalign$useropt2$zoom" |
23 | reyssat | 146 | title="WIMS">此链接</a> |
147 | 收入你的书签, 供以后连接之用. |
||
148 | !else |
||
149 | 你的喜好将被保存到你以后登录到此班级时. |
||
150 | !endif |
||
151 | |||
152 | :end |
||
10585 | obado | 153 | !if $jquery_defined=yes |
154 | !read adm/tabscript useropts |
||
155 | !endif |
||
23 | reyssat | 156 | !tail |
157 |