Project

General

Profile

« Previous | Next » 

Revision 1009

Added by Matthias almost 15 years ago

-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)

- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)

- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)

View differences:

footer.htt
1
<!-- BEGIN footer_block -->
2
	</td>
3
</tr>
4
</table>
5

  
6
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
7
<tr>
8
	<td align="center" style="font-size: 10px;">
9
		<!-- 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. -->
10
		<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a>
11
		is	released under the
12
		<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU 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

  
18
</body>
19
</html>
1
<!-- BEGIN footer_block -->
2
	</td>
3
</tr>
4
</table>
5

  
6
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
7
<tr>
8
	<td align="center" style="font-size: 10px;">
9
		<!-- 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. -->
10
		<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a>
11
		is	released under the
12
		<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU 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

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

  
23

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

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

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

  
37
</script>
38
{JS_THEME_INC_PHP}
39
</body>
40
</html>
20 41
<!-- END footer_block -->

Also available in: Unified diff