phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/base login.tpl,1.6


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/templates/base login.tpl,1.6
Date: Thu, 24 Feb 2005 15:54:58 -0000

Update of phpgwapi/templates/base

Modified Files:
     Branch: MAIN
            login.tpl lines: +12 -2

Log Message:
fix alpha trans on logo for fsckdup MSIE

====================================================
Index: phpgwapi/templates/base/login.tpl
diff -u phpgwapi/templates/base/login.tpl:1.5 
phpgwapi/templates/base/login.tpl:1.6
--- phpgwapi/templates/base/login.tpl:1.5       Fri Jan 21 08:33:17 2005
+++ phpgwapi/templates/base/login.tpl   Sat Jan 22 12:50:25 2005
@@ -4,16 +4,26 @@
 <!-- BEGIN login_form -->
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset={charset}" 
/>
-       <meta name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org"; 
/>
+       <meta name="author" content="phpGroupWare http://www.phpgroupware.org"; 
/>
        <meta name="description" content="{website_title} login screen, working 
environment powered by phpGroupWare" />
        <meta name="keywords" content="{website_title} login screen, 
phpgroupware, groupware, groupware suite" />
-       <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
+       <meta name="robots" content="noindex,nofollow" />

        <title>{website_title} - {lang_login}</title>

        <link rel="stylesheet" href="{base_css}" type="text/css" />
        <link rel="stylesheet" href="{login_css}" type="text/css" />

+       <!--[if gte IE 5.5000]>
+               <script type="text/javascript">
+                       function fixIE()
+                       {
+                               
document.getElementsByTagName('body')[0].className = 'MSIE';
+                       }
+                       window.attachEvent('onload', fixIE);
+               </script>
+       <![endif]-->
+
        <script type="text/javascript">
        <!--
                function testjs()






reply via email to

[Prev in Thread] Current Thread [Next in Thread]