source: extensions/floOS/OS_default/24x.pattern.php @ 21024

Last change on this file since 21024 was 21024, checked in by flop25, 11 years ago

2.5 compatibility

File size: 1.9 KB
Line 
1<?php
2$pattern['OS_default']=array(
3 array('loc_end_index', 'index', 'OS_default_prefilter_index'),
4 array('loc_begin_picture', 'picture', 'OS_default_prefilter_picture'),
5 
6);
7
8$pattern['OS_default_prefilter_index']['S']['table_content_begin']='<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">';
9$pattern['OS_default_prefilter_index']['R']['table_content_begin']='<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
10  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
11    <tr>
12      <td id="section_up_left">&nbsp;</td>
13      <td id="section_up">
14';
15$pattern['OS_default_prefilter_index']['S']['div_titrePage_deletion']='</div>{* <!-- titrePage --> *}';
16$pattern['OS_default_prefilter_index']['R']['div_titrePage_deletion']='';
17$pattern['OS_default_prefilter_index']['S']['div_titrePage_embed']='<h2>{$TITLE}</h2>';
18$pattern['OS_default_prefilter_index']['R']['div_titrePage_embed']='<h2>{$TITLE}</h2>
19        </div>{* <!-- titrePage --> *} 
20          </td>
21      <td id="section_up_right">&nbsp;</td>
22    </tr>
23    <tr>
24      <td id="section_left">&nbsp;</td>
25      <td id="section_in">';
26$pattern['OS_default_prefilter_index']['S']['table_content_end']='{if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if}';
27$pattern['OS_default_prefilter_index']['R']['table_content_end']='{if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if}
28      </td>
29          <td id="section_right">&nbsp;</td>
30    </tr>
31    <tr>
32      <td id="section_bottom_left">&nbsp;</td>
33      <td id="section_bottom" >&nbsp;</td>
34      <td id="section_bottom_right" >&nbsp;</td>
35    </tr>
36  </table>
37';
38$pattern['OS_default_prefilter_picture']['S']['div_imageInfos_deletion']='#<div id="imageInfos">.*<dl id="standard" class="imageInfoTable">#s';
39$pattern['OS_default_prefilter_picture']['R']['div_imageInfos_deletion']='<dl id="standard" class="imageInfoTable">';
40?>
Note: See TracBrowser for help on using the repository browser.