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"> </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"> </td> |
---|
22 | </tr> |
---|
23 | <tr> |
---|
24 | <td id="section_left"> </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"> </td> |
---|
30 | </tr> |
---|
31 | <tr> |
---|
32 | <td id="section_bottom_left"> </td> |
---|
33 | <td id="section_bottom" > </td> |
---|
34 | <td id="section_bottom_right" > </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 | ?> |
---|