Rev 4922 | Rev 5939 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4922 | Rev 5707 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | !set configlink1=$wims_ref_name?module=adm/raw&job=lightpopup&emod=$module&&parm=$module_init_parm1&option=noabout |
68 | !set configlink1=$wims_ref_name?module=adm/raw&job=lightpopup&emod=$module&&parm=$module_init_parm1&option=noabout |
69 | !endif |
69 | !endif |
70 | 70 | ||
71 | !if _exam notin $session and ($module_path notitemof adm,classes or adm/new isin $module) |
71 | !if _exam notin $session and ($module_path notitemof adm,classes or adm/new isin $module) |
72 | 72 | ||
73 | !set permalink_tr=$table_tr<th>$$$$wims_name_permalink <br><small>($$$$wims_name_Link_for_bookmark)</small></th><td><a href="$wims_ref_name?module=$module">$wims_ref_name?module=$module</a></td></tr> |
73 | !set permalink_tr=$table_tr<th>$$$$wims_name_permalink <br/><small>($$$$wims_name_Link_for_bookmark)</small></th><td><a href="$wims_ref_name?module=$module">$wims_ref_name?module=$module</a></td></tr> |
74 | 74 | ||
75 | !set embeddable_tr=$table_tr<th>$$$$wims_name_embeddable<br> <small>($$$$wims_name_display1)</small> </th>\ |
75 | !set embeddable_tr=$table_tr<th>$$$$wims_name_embeddable<br/> <small>($$$$wims_name_display1)</small> </th>\ |
76 | <td><textarea style="vertical-align:middle" rows="3" cols="50" readonly="readonly" id="wims_embed_textarea" ><iframe src="$permalien&embededwindow=true" width="100%" height="100%"></iframe></textarea>\ |
76 | <td><textarea style="vertical-align:middle" rows="3" cols="50" readonly="readonly" id="wims_embed_textarea" ><iframe src="$permalien&embededwindow=true" width="100%" height="100%"></iframe></textarea>\ |
77 | <textarea style="vertical-align:middle" rows="3" cols="50" readonly="readonly" id="wims_embed_textarea1" ><iframe src="$permalien&module=adm/raw&job=lightpopup&emod=$permalien" width="100%" height="100%"></iframe></textarea>\ |
77 | <textarea style="vertical-align:middle" rows="3" cols="50" readonly="readonly" id="wims_embed_textarea1" ><iframe src="$permalien&module=adm/raw&job=lightpopup&emod=$permalien" width="100%" height="100%"></iframe></textarea>\ |
78 | </td></tr> |
78 | </td></tr> |
79 | !endif |
79 | !endif |
80 | 80 | ||
Line 86... | Line 86... | ||
86 | !set module_about_mt=!mailurl $module_maintainer_address $module_maintainer\ |
86 | !set module_about_mt=!mailurl $module_maintainer_address $module_maintainer\ |
87 | WIMS $module_title [$module_language] |
87 | WIMS $module_title [$module_language] |
88 | !set module_about_maintainer=!nosubst $table_tr<th>$$wims_name_Maintainer</th><td>$module_about_mt</td></tr> |
88 | !set module_about_maintainer=!nosubst $table_tr<th>$$wims_name_Maintainer</th><td>$module_about_mt</td></tr> |
89 | !endif |
89 | !endif |
90 | !if $module_data!=$empty |
90 | !if $module_data!=$empty |
91 | !set |
91 | !set module_data_tr=!nosubst $table_tr<th>$$wims_name_datamodule</th><td>$module_data</td></tr> |
92 | !endif |
92 | !endif |
93 | !set module_about=$module_about \ |
93 | !set module_about=$module_about \ |
94 | $$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>\ |
94 | $$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/>\ |
95 | $table_header\ |
95 | $table_header\ |
96 | <caption>$$wims_name_module_infos</caption>\ |
96 | <caption>$$wims_name_module_infos</caption>\ |
97 | $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\ |
97 | $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\ |
98 | $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\ |
98 | $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\ |
99 | $permalink_tr\ |
99 | $permalink_tr\ |
Line 108... | Line 108... | ||
108 | $table_tr<th>$$wims_name_Author</th><td>$module_au</td></tr>\ |
108 | $table_tr<th>$$wims_name_Author</th><td>$module_au</td></tr>\ |
109 | $module_about_maintainer\ |
109 | $module_about_maintainer\ |
110 | $module_about_tr\ |
110 | $module_about_tr\ |
111 | $table_tr<th>$$wims_name_Copyright</th><td>$module_copyright</td></tr>\ |
111 | $table_tr<th>$$wims_name_Copyright</th><td>$module_copyright</td></tr>\ |
112 | $module_data_tr\ |
112 | $module_data_tr\ |
113 |
|
113 | $table_end\ |
114 | 114 |