From 158b339736955b4b6a685cd169eb98ce472ac0b9 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 19 Mar 2007 19:24:35 +0000 Subject: [PATCH] cleaned up template --- interface/web/themes/default/templates/main.tpl.htm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/interface/web/themes/default/templates/main.tpl.htm b/interface/web/themes/default/templates/main.tpl.htm index e264733a66..cb9f158b40 100644 --- a/interface/web/themes/default/templates/main.tpl.htm +++ b/interface/web/themes/default/templates/main.tpl.htm @@ -6,23 +6,12 @@ <link href="themes/default/style.css" rel="stylesheet" type="text/css"> <script src="js/yui/yahoo/yahoo-min.js"></script> <script src="js/yui/connection/connection-min.js"></script> -<!-- Dependencies --> - <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/yahoo-dom-event/yahoo-dom-event.js"></script> - - <!-- OPTIONAL: Connection (not required if not using Dialog/SimpleDialog) --> - <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/connection/connection-min.js"></script> - - <!-- OPTIONAL: Animation (not required if not enabling animation) --> - <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/animation/animation-min.js"></script> - - <!-- Source file --> - <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/container/container-min.js"></script> <script src="js/scrigo.js"></script> </head> <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="loadInitContent()"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr bgcolor="#496FA8"> - <td height="30" colspan="2" align="right" valign="top" background="themes/default/images/bg_nav_1.jpg"><img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt=""></td> + <td height="30" colspan="2" align="right" valign="top" background="themes/default/images/bg_nav_1.jpg"><!--<img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt="">--></td> </tr> <tr bgcolor="#FFFFFF"> <td height="1" colspan="2" align="center" valign="bottom"><img src="themes/default/images/x.gif" width="1" height="1"></td> -- GitLab