Rev 11425 | Rev 14065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11425 | Rev 12183 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !set mod_u=$(module_$(v_a)_$lang) |
20 | !set mod_u=$(module_$(v_a)_$lang) |
21 | !if $mod_u!=$empty |
21 | !if $mod_u!=$empty |
22 | !set module_$(v_a)=$mod_u |
22 | !set module_$(v_a)=$mod_u |
23 | !endif |
23 | !endif |
24 | !next |
24 | !next |
- | 25 | ||
- | 26 | !if $module_require!=$empty |
|
- | 27 | module_about_require=<ul> |
|
- | 28 | !for s in $module_require |
|
- | 29 | !if $s iswordof pari maxima povray m2 octave graphviz yacas |
|
- | 30 | !if $wims_ismanager!=0 |
|
- | 31 | sabout=!exec $s about |
|
- | 32 | !else |
|
- | 33 | sabout=$s |
|
- | 34 | !endif |
|
- | 35 | module_about_require=$module_about_require\ |
|
- | 36 | <li>$sabout</li> |
|
- | 37 | !endif |
|
- | 38 | !if $s iswordof insplot |
|
- | 39 | module_about_require=$module_about_require\ |
|
- | 40 | <li>gnuplot</li> |
|
- | 41 | !endif |
|
- | 42 | !next s |
|
- | 43 | module_about_require=$module_about_require</ul> |
|
- | 44 | !endif |
|
25 | 45 | ||
26 | !read namewriting.phtml $module_author |
46 | !read namewriting.phtml $module_author |
27 | !set module_address=!replace internal ; by , in $module_address |
47 | !set module_address=!replace internal ; by , in $module_address |
28 | !set module_au=!mailurl $(module_address[1]) $(script_out[1])\ |
48 | !set module_au=!mailurl $(module_address[1]) $(script_out[1])\ |
29 | WIMS $module_title [$module_language] |
49 | WIMS $module_title [$module_language] |
Line 47... | Line 67... | ||
47 | !set module_translator_address=!replace internal ; by , in $module_translator_address |
67 | !set module_translator_address=!replace internal ; by , in $module_translator_address |
48 | !for ad=1 to $wims_homeref_translator_num |
68 | !for ad=1 to $wims_homeref_translator_num |
49 | !set module_tr_=!mailurl $(module_translator_address[$ad]) $(module_translator[$ad])\ |
69 | !set module_tr_=!mailurl $(module_translator_address[$ad]) $(module_translator[$ad])\ |
50 | WIMS $module_title [$module_language] |
70 | WIMS $module_title [$module_language] |
51 | !set module_tr=!append line trans,0,$wims_name_translatedby $(module_tr_) to $module_tr |
71 | !set module_tr=!append line trans,0,$wims_name_translatedby $(module_tr_) to $module_tr |
52 |
|
72 | !next |
53 | !set module_tr=!mailurl $module_translator_address $module_translator\ |
73 | !set module_tr=!mailurl $module_translator_address $module_translator\ |
54 | WIMS $module_title [$lang] |
74 | WIMS $module_title [$lang] |
55 | 75 | ||
56 | !!******** PERMALINK / EMBEDDABLE PLAYER ADD |
76 | !!******** PERMALINK / EMBEDDABLE PLAYER ADD |
57 | 77 | ||
Line 82... | Line 102... | ||
82 | </td></tr> |
102 | </td></tr> |
83 | !endif |
103 | !endif |
84 | 104 | ||
85 | !!******** END OF PERMALINK / EMBEDDABLE PLAYER ADD |
105 | !!******** END OF PERMALINK / EMBEDDABLE PLAYER ADD |
86 | !if $module_tr!=$empty and $(module_translator_address)!=$empty |
106 | !if $module_tr!=$empty and $(module_translator_address)!=$empty |
87 | !set module_about_tr=!nosubst $table_tr<th>$$wims_name_Translator</th><td>$module_tr</td></tr> |
107 | !set module_about_tr=!nosubst $table_tr<th>$$wims_name_Translator</th><td>$module_tr</td></tr> |
88 | !endif |
108 | !endif |
89 | !if $(module_maintainer)!=$empty |
109 | !if $(module_maintainer)!=$empty |
90 | !set module_about_mt=!mailurl $module_maintainer_address $module_maintainer\ |
110 | !set module_about_mt=!mailurl $module_maintainer_address $module_maintainer\ |
91 | WIMS $module_title [$module_language] |
111 | WIMS $module_title [$module_language] |
92 | !set module_about_maintainer=!nosubst $table_tr<th>$$wims_name_Maintainer</th><td>$module_about_mt</td></tr> |
112 | !set module_about_maintainer=!nosubst $table_tr<th>$$wims_name_Maintainer</th><td>$module_about_mt</td></tr> |
Line 95... | Line 115... | ||
95 | !set module_data_tr=!nosubst $table_tr<th>$$wims_name_datamodule</th><td>$module_data</td></tr> |
115 | !set module_data_tr=!nosubst $table_tr<th>$$wims_name_datamodule</th><td>$module_data</td></tr> |
96 | !endif |
116 | !endif |
97 | !reset table_center |
117 | !reset table_center |
98 | !set module_about=$module_about \ |
118 | !set module_about=$module_about \ |
99 | $$wims_name_This_is_a_module $$wims_name_WIMS_subtitle (<a href="$wims_ref_name?module=help/main.fr&chapter=1&open=1_intro" target="_blank" title="Web Interactive Multipurpose Server">WIMS</a>).<br/>\ |
119 | $$wims_name_This_is_a_module $$wims_name_WIMS_subtitle (<a href="$wims_ref_name?module=help/main.fr&chapter=1&open=1_intro" target="_blank" title="Web Interactive Multipurpose Server">WIMS</a>).<br/>\ |
- | 120 | <p>$$wims_name_require</p>$module_about_require\ |
|
100 | $table_header\ |
121 | $table_header\ |
101 | <caption>$$wims_name_module_infos</caption>\ |
122 | <caption>$$wims_name_module_infos</caption>\ |
102 | $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\ |
123 | $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\ |
103 | $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\ |
124 | $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\ |
104 | $permalink_tr\ |
125 | $permalink_tr\ |