Show
Ignore:
Timestamp:
06/10/08 10:02:06 (6 months ago)
Author:
magi@…
Message:

Merged [4822] from trunk to 5.2 branch: HTML now FF1.0 compatible (for Linux hostedmode)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/5.2/WebContent/reservr.html

    r4480 r4837  
    1818</head> 
    1919<body> 
    20         <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe> 
    21         <div id="header"> 
    22                 <span id="logo"> Reservr Inc</span> 
    23                 <span id="arrow"> </span> 
    24                 <span id="slogan">Representational cars on-the-road</span> 
    25         </div> 
    26         <script type="text/javascript"> 
    27         //<![CDATA[ 
     20<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe> 
     21<script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script> 
     22<script type="text/javascript"> 
     23//<![CDATA[ 
    2824        if(!itmill || !itmill.toolkitConfigurations) { 
    2925         if(!itmill) { var itmill = {}}  
    3026        itmill.toolkitConfigurations = {}; 
    31         itmill.themesLoaded = {}; 
    32         document.write('<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>'); 
    33         document.write("<script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'><\/script>"); 
    34         } 
    35         itmill.toolkitConfigurations["itmill-ajax-window"] = {appUri:'../../../Reservr', pathInfo: '/', themeUri:'../../../ITMILL/themes/reservr'}; 
    36         //]]> 
    37         </script> 
    38         <script type="text/javascript"> 
    39         //<![CDATA[ 
     27        itmill.themesLoaded = {}}; 
     28        itmill.toolkitConfigurations["Reservr"] = {appUri:'/Reservr', pathInfo: '/', themeUri:'/ITMILL/themes/reservr'}; 
     29//]]> 
     30</script> 
     31<script type="text/javascript"> 
     32//<![CDATA[ 
    4033        if(!itmill.themesLoaded['reservr']) { 
    4134        var stylesheet = document.createElement('link'); 
    4235        stylesheet.setAttribute('rel', 'stylesheet'); 
    4336        stylesheet.setAttribute('type', 'text/css'); 
    44         stylesheet.setAttribute('href', 'ITMILL/themes/reservr/styles.css'); 
     37        stylesheet.setAttribute('href', '/ITMILL/themes/reservr/styles.css'); 
    4538        document.getElementsByTagName('head')[0].appendChild(stylesheet); 
    4639        itmill.themesLoaded['reservr'] = true; 
    4740        } 
    48         //]]> 
    49         </script> 
    50         <div id="itmill-ajax-window" class="i-app"></div>        
     41//]]> 
     42</script> 
     43<div id="Reservr" class="i-app" ></div> 
    5144</body> 
    5245</html>