Project

General

Profile

« Previous | Next » 

Revision 1048

Added by Matthias almost 15 years ago

- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)

- Fixed some display issues in all backend themes (Thanks to Luisehahne)

View differences:

footer.htt
1
<!-- BEGIN footer_block -->
2

  
3
</td>
4
</tr>
5
</table>
6

  
7
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0;">
8
  <tr>
9
    <td align="center" style="font-size:10px;width:900px;">
10
      <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
11
      <a href="http://www.websitebaker.org/" style="color: #000;" target="_blank">Website Baker</a> is	released under the <a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU
12
      General Public License</a>
13
      <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
14
    </td>
15
  </tr>
16
</table>
17
</div>
18

  
19
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
20
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
21
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
22
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->
23
<script language="javascript" type="text/javascript">
24

  
25

  
26
        if($(".jcalendar").length) {
27
            $.insert("{WB_URL}/include/jscalendar/calendar-system.css");
28
          }
29

  
30
        if($(".jsadmin").length) {
31
            $.insert("{WB_URL}/modules/jsadmin/backend.css");
32
          }
33

  
34
        if($("a[rel^='lightbox']").length) {
35
            $.insert("{THEME_URL}/css/jquery-slimbox2.css");
36
            $.insert("{WB_URL}/include/jquery/plugins/jquery-slimbox2-min.js");
37
          }
38

  
39
</script>
40
{JS_THEME_INC_PHP}
41
</body>
42
</html>
1
<!-- BEGIN footer_block -->

2

  
3
</td>

4
</tr>

5
</table>

6

  
7
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0;">

8
  <tr>

9
    <td align="center" style="font-size:10px;width:900px;">

10
      <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->

11
      <a href="http://www.websitebaker.org/" style="color: #000;" target="_blank">Website Baker</a> is	released under the <a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU

12
      General Public License</a>

13
      <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->

14
    </td>

15
  </tr>

16
</table>

17
</div>

18

  
19
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>

20
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>

21
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>

22
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->

23
<script language="javascript" type="text/javascript">

24

  
25

  
26
        if($(".jcalendar").length) {

27
            $.insert("{WB_URL}/include/jscalendar/calendar-system.css");

28
          }

29

  
30
        if($(".jsadmin").length) {

31
            $.insert("{WB_URL}/modules/jsadmin/backend.css");

32
          }

33

  
34
        if($("a[rel^='lightbox']").length) {

35
            $.insert("{WB_URL}/include/jquery/plugins/jquery-slimbox2.css");

36
            $.insert("{WB_URL}/include/jquery/plugins/jquery-slimbox2-min.js");

37
          }

38

  
39
</script>

40
{JS_THEME_INC_PHP}

41
</body>

42
</html>

43 43
<!-- END footer_block -->

Also available in: Unified diff