Revision: 2364 Author: seba.wagner Date: Thu Oct 1 16:34:54 2009 Log: Add favicon http://code.google.com/p/openmeetings/source/detail?r=2364
Modified: /trunk/openmeetings_lps411/index.jsp /trunk/openmeetings_lps411/main.lzx.swf8.swf ======================================= --- /trunk/openmeetings_lps411/index.jsp Sat Aug 15 02:15:12 2009 +++ /trunk/openmeetings_lps411/index.jsp Thu Oct 1 16:34:54 2009 @@ -3,58 +3,62 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>OpenMeetings</title> - <script type="text/javascript" src="swfobject.js"></script> - <style type="text/css"> - - /* hide from ie on mac \*/ - html { - height: 100%; - overflow: hidden; - } - - #flashcontent { - height: 100%; - } - /* end hide */ - - body { - height: 100%; - margin: 0; - padding: 0; - background-color: #ffffff; - } - - </style> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>OpenMeetings</title> + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> + <script type="text/javascript" src="swfobject.js"></script> + <style type="text/css"> + + /* hide from ie on mac \*/ + html { + height: 100%; + overflow: hidden; + } + + #flashcontent { + height: 100%; + } + /* end hide */ + + body { + height: 100%; + margin: 0; + padding: 0; + background-color: #ffffff; + } + + </style> </head> <body align="center" valign="middle" align="center" onLoad="focusSWF()"> - <div id="flashcontent"> - <strong>You need to upgrade your Flash Player</strong> - <p><a href="http://www.macromedia.com/go/getflashplayer/">Get the latest Flash Player</a></p> - </div> - - <script type="text/javascript"> - // <![CDATA[ - - var so = new SWFObject("maindebug.lzx.swf8.swf", "lzapp", "100%", "100%", "8", "#ffffff"); - so.addParam("quality", "high"); - so.addParam("id", "lzapp"); - so.addParam("allowScriptAccess", "always"); - so.addParam("scale", "noscale"); - so.write("flashcontent"); - - function focusSWF(){ - if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){ - }else { - document.getElementById('lzapp').focus(); - } - } - - // ]]> - </script> + <div id="flashcontent"> + <strong>You need to upgrade your Flash Player</strong> + <p><a href="http://www.macromedia.com/go/getflashplayer/">Get the latest Flash Player</a></p> + </div> + + <script type="text/javascript"> + // <![CDATA[ + + var d = new Date(); + + var so = new SWFObject("main.lzx.swf8.swf?r="+d.getTime(), "lzapp", "100%", "100%", "8", "#ffffff"); + so.addParam("quality", "high"); + so.addParam("id", "lzapp"); + so.addParam("allowScriptAccess", "always"); + so.addParam("scale", "noscale"); + so.write("flashcontent"); + + function focusSWF(){ + + if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){ + }else { + document.getElementById('lzapp').focus(); + } + } + + // ]]> + </script> </body> ======================================= --- /trunk/openmeetings_lps411/main.lzx.swf8.swf Thu Oct 1 16:29:06 2009 +++ /trunk/openmeetings_lps411/main.lzx.swf8.swf Thu Oct 1 16:34:54 2009 Binary file, no diff available. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
