Rev 10686 | Rev 14606 | Go to most recent revision | 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=Nastavitve WIMS |
5 | !let module_description=osebna nastavitev lastnosti za WIMS |
||
10585 | obado | 6 | !let module_language=si |
23 | reyssat | 7 | !!INDEXEND |
8 | |||
7336 | schaersvoo | 9 | !let tip='<ul><li>FireFox <a target=\'new\' href=\'http://www.mozilla-europe.org/$module_language/\'><img src=\'gifs/mathml/getFireFox.gif\' alt=\'get FireFox\'/></a></li><li>Google Chrome <a target=\'new\' href=\'https://chrome.google.com/webstore/detail/mathjax-for-chrome/elbbpgnifnallkilnkofjcgjeallfcfa\'> MathJax Extension </a><li>Windows<ul><li>Internet Explorer: <a target=\'new\' href=\'http://www.dessci.com/en/products/mathplayer/\'><img src=\'gifs/mathml/dessci_logo.gif\' alt=\'dessci\'/> DESSCI MathPlayer plugin</a><li>Opera: <a target=\'new\' href=\'http://xml-maiden.com/userjs/mathml/\'>UserJS MathML plugin</a></ul></li><li>Safari</li></ul>' |
5524 | bpr | 10 | |
10585 | obado | 11 | !read proc/useropts.proc |
5524 | bpr | 12 | |
10585 | obado | 13 | !header |
13306 | obado | 14 | <script src="scripts/js/wz_tooltip.js"></script> |
10585 | obado | 15 | <p>Ta stran vam omogoča nastavitev dela s strežnikom WIMS po vaših željah.</p> |
5524 | bpr | 16 | |
10585 | obado | 17 | <div id="widget_useropts"> |
18 | <ul> |
||
19 | <li><a href="#formula">Mathematical formulas</a></li> |
||
20 | !if $wims_user=$empty |
||
21 | <li><a href="#language_selector">Default language</a></li> |
||
22 | !endif |
||
23 | <li><a href="#accessibility">Accessibility</a></li> |
||
24 | </ul> |
||
23 | reyssat | 25 | |
10686 | czzmrn | 26 | !if $wims_user=$empty |
10585 | obado | 27 | <div id="language_selector"> |
28 | <h2>Privzeti jezik</h2> |
||
29 | !read themes/_widgets/language_selector.phtml |
||
30 | </div> |
||
10686 | czzmrn | 31 | !endif |
8002 | bpr | 32 | |
10585 | obado | 33 | <div id="formula"> |
34 | <h2>Mathematical formulas</h2> |
||
5524 | bpr | 35 | |
10585 | obado | 36 | !if $texalign=2 |
37 | <ul><li> |
||
38 | The server is currently set to MathML if you have a suitable browser. For example, |
||
39 | <p class="wimscenter"> |
||
40 | !insmath x_{1,2} = \frac{-b \pm \sqrt{b^{2} - 4 a c}}{2a} |
||
41 | </p> |
||
42 | If the formula is not correctly displayed, you can use another |
||
43 | <a onmouseover="return Tip($tip)"><span class="wims_emph">browser</span></a> |
||
44 | or use the serveur with "math with images". |
||
45 | !set wims_ref_class=wims_button |
||
46 | <p class="wimscenter"> |
||
47 | !href cmd=resume&useropts=$arg Math with images |
||
48 | </p> |
||
49 | </li> |
||
50 | <li> |
||
51 | !let ts1=!eval $texsize-1 |
||
52 | !let ts2=!eval $texsize+1 |
||
53 | !if $ts1<1 |
||
54 | !let ts1=1 |
||
55 | !endif |
||
56 | !if $ts2>9 |
||
57 | !let ts2=9 |
||
58 | !endif |
||
59 | Set the size of mathematical formulas. |
||
60 | !set wims_ref_class=wims_button |
||
61 | !href cmd=resume&useropts=$ts1$texalign <img src="gifs/doc/dgauche.gif" width="20px" /> |
||
62 | |
||
63 | !set wims_ref_class=wims_button |
||
64 | !href cmd=resume&useropts=$default Default |
||
65 | |
||
66 | !set wims_ref_class=wims_button |
||
67 | !href cmd=resume&useropts=$ts2$texalign <img src="gifs/doc/ddroite.gif" width="20px" /> |
||
68 | </li><li> |
||
69 | !set zoom=1 |
||
70 | Use zoom on formulas by mouse click. |
||
71 | !set wims_ref_class=wims_button |
||
72 | !href cmd=resume&useropts=$texsize$texalign$zoom $wims_name_yes |
||
73 | !set zoom=0 |
||
74 | |
||
75 | !set wims_ref_class=wims_button |
||
76 | !href cmd=resume&useropts=$texsize$texalign$zoom $wims_name_no |
||
77 | !else |
||
78 | Currently, you use the server with "Math with images". If you have a suitable |
||
79 | <a onmouseover="return Tip($tip)"><span class="wims_emph">browser</span>, you may also use MathML. |
||
5836 | bpr | 80 | <p class="wimscenter"> |
10585 | obado | 81 | !set arg=!nospace $texsize 2 |
82 | !set wims_ref_class=wims_button |
||
83 | !href cmd=resume&useropts=$arg MathML |
||
5836 | bpr | 84 | </p> |
10585 | obado | 85 | |
86 | </li><li> |
||
87 | Velikost matematičnih simbolov. |
||
5524 | bpr | 88 | !let ts1=!eval $texsize-1 |
89 | !let ts2=!eval $texsize+1 |
||
90 | !if $ts1<1 |
||
10585 | obado | 91 | !let ts1=1 |
92 | !endif |
||
5524 | bpr | 93 | !if $ts2>9 |
10585 | obado | 94 | !let ts2=9 |
5524 | bpr | 95 | !endif |
10585 | obado | 96 | !set wims_ref_class=wims_button |
97 | !href cmd=resume&useropts=$ts1$texalign$useropt2 <img src="gifs/doc/dgauche.gif" width="20px" /> |
||
98 | |
||
99 | !set wims_ref_class=wims_button |
||
100 | !href cmd=resume&useropts=$ts2$texalign$useropt2 <img src="gifs/doc/ddroite.gif" width="20px" /> |
||
101 | <p> |
||
102 | Grške črke $m_alpha, $m_pi. <br />Matematični izrazi |
||
103 | !let ins_align=middle |
||
104 | !! we need to force dynamic insertion |
||
105 | !set pw=2 |
||
106 | !insmath x_{1,2} = \frac{-b \pm \sqrt{b^{$pw} - 4ac}}{2a} |
||
107 | <br /> |
||
108 | Mešana neenakost |
||
109 | </p><p class="wimscenter">| $m_a + $m_b | $m_le $m_varepsilon + 123.45.</p> |
||
110 | </li><li> |
||
111 | Položaj formul. Če se izraz |
||
112 | !insmath (x+y)/(x^$pw + y^2) |
||
113 | !if $texalign=1 |
||
114 | izriše previsoko, ga |
||
115 | !href cmd=resume&useropts=$(texsize)0$useropt2 s klikom |
||
116 | znižate. |
||
117 | !else |
||
118 | izriše prenizko, ga |
||
119 | !href cmd=resume&useropts=$(texsize)1$useropt2 s klikom |
||
120 | zvišate. |
||
121 | !endif |
||
122 | !set zoom=$empty |
||
123 | !endif |
||
124 | </li> |
||
125 | </ul> |
||
126 | </div> |
||
5524 | bpr | 127 | |
10585 | obado | 128 | <div id="accessibility"> |
129 | <h2>Accessibility</h2> |
||
130 | |||
131 | <p>You can modify space width beetween characters. |
||
132 | !if $useropts=$(texsize)$texalign$(zoom)1 |
||
133 | !set secondary1=wims_button wims_secondary_button |
||
134 | !set secondary2=wims_button |
||
135 | !else |
||
136 | !set secondary2=wims_button wims_secondary_button |
||
137 | !set secondary1=wims_button |
||
138 | !endif |
||
139 | !set wims_ref_class=$secondary2 |
||
140 | !href cmd=resume&useropts=$(texsize)$texalign$(zoom)0 Normal |
||
141 | |||
142 | !set wims_ref_class=$secondary1 |
||
143 | !href cmd=resume&useropts=$(texsize)$texalign$(zoom)1 Spaced |
||
144 | </p> |
||
145 | <p>The spaced mode may be better if you have some reading difficulties.</p> |
||
146 | </div> |
||
147 | |||
148 | </div> |
||
149 | !if $jquery_defined=yes |
||
150 | !read adm/tabscript useropts |
||
5524 | bpr | 151 | !endif |
23 | reyssat | 152 | |
10585 | obado | 153 | <p> |
23 | reyssat | 154 | !if $wims_user=$empty |
155 | Ko najdete ustrezne nastavitve, shranite |
||
5524 | bpr | 156 | <a href="$wims_ref_name?lang=$lang&+useropts=$texsize$texalign$useropt2$zoom" |
23 | reyssat | 157 | title="WIMS">to povezavo</a> |
158 | med svoje zaznamke in jo uporabite pri naslednjih povezavah s strežnikom WIMS. |
||
159 | !else |
||
160 | Vaše nastavitve se shranijo za naslednje prijave v ta razred. |
||
161 | !endif |
||
10585 | obado | 162 | </p> |
23 | reyssat | 163 | |
164 | !tail |
||
165 |