Subversion Repositories wimsdev

Rev

Rev 17027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17027 Rev 17170
Line 97... Line 97...
97
 
97
 
98
  !set permalink_tr=$table_tr<th>$$$$wims_name_permalink <div class="small">($$$$wims_name_Link_for_bookmark)</div></th>\
98
  !set permalink_tr=$table_tr<th>$$$$wims_name_permalink <div class="small">($$$$wims_name_Link_for_bookmark)</div></th>\
99
  <td class="field"><ul>\
99
  <td class="field"><ul>\
100
    <li><label for="module_link">"Normal" link:</label>\
100
    <li><label for="module_link">"Normal" link:</label>\
101
    <a href="$wims_ref_name?module=$module">$wims_ref_name?module=$module</a></li>\
101
    <a href="$wims_ref_name?module=$module">$wims_ref_name?module=$module</a></li>\
102
    <li><label for="light_module_link">"Light" link (without interface):</label><input readonly="readonly" value="$configlink1" style="width:100%" id="light_module_link"/>\
102
    <li><label for="light_module_link">"Light" link (without interface):</label><input readonly="readonly" value="$configlink1" style="width:100%" id="light_module_link">\
103
  </ul></td></tr>
103
  </ul></td></tr>
104
 
104
 
105
  !set embeddable_tr=$table_tr<th>$$$$wims_name_embeddable <div class="small">($$$$wims_name_display1)</div> </th>\
105
  !set embeddable_tr=$table_tr<th>$$$$wims_name_embeddable <div class="small">($$$$wims_name_display1)</div> </th>\
106
   <td class="field">\
106
   <td class="field">\
107
     <label for="wims_embed_textarea">$$$$wims_name_copy_and_paste $$$$wims_name_the_code $$$$wims_name_on_your_site</label>\
107
     <label for="wims_embed_textarea">$$$$wims_name_copy_and_paste $$$$wims_name_the_code $$$$wims_name_on_your_site</label>\
Line 126... Line 126...
126
!if $module_data!=$empty
126
!if $module_data!=$empty
127
  !set module_data_tr=!nosubst $table_tr<th>$$wims_name_datamodule</th><td>$module_data</td></tr>
127
  !set module_data_tr=!nosubst $table_tr<th>$$wims_name_datamodule</th><td>$module_data</td></tr>
128
!endif
128
!endif
129
!reset table_center
129
!reset table_center
130
!set module_about=$module_about \
130
!set module_about=$module_about \
131
 $$wims_name_This_is_a_module $$wims_name_WIMS_subtitle (<a href="$wims_ref_name?module=help/main&amp;chapter=1&amp;open=1_intro" target="_blank" title="Web Interactive Multipurpose Server">WIMS</a>).<br/>\
131
 $$wims_name_This_is_a_module $$wims_name_WIMS_subtitle (<a href="$wims_ref_name?module=help/main&amp;chapter=1&amp;open=1_intro" target="_blank" title="Web Interactive Multipurpose Server">WIMS</a>).<br>\
132
 <p>$$wims_name_require</p>$module_about_require\
132
 <p>$$wims_name_require</p>$module_about_require\
133
 $table_header\
133
 $table_header\
134
 <caption>$$wims_name_module_infos</caption>\
134
 <caption>$$wims_name_module_infos</caption>\
135
 $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\
135
 $table_tr<th>$$wims_name_name</th><td>$module_title</td></tr>\
136
 $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\
136
 $table_tr<th>$$wims_name_Address</th><td>$module</td></tr>\