ginebra2/chrome/bedrockchrome/historyview.superpage/historyView.html
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-EN">
       
     3 
       
     4 <head>
       
     5    <script src="../../js/3rdparty/jquery-1.4.2.js" type="text/javascript"></script>
       
     6    <script src="../../js/3rdparty/jquery-ui/ui.core.js" type="text/javascript"></script>
       
     7    <script src="../../js/3rdparty/jquery-ui/effects.core.js" type="text/javascript"></script>
       
     8    <script src="../../js/3rdparty/jquery-ui/effects.blind.js" type="text/javascript"></script>
       
     9    <link rel="stylesheet" id="CSSLink" type="text/css" href="historyview.css"/>
       
    10    <meta name = "viewport" content = "width = device-width, height = device-height, initial-scale = 1.0, user-scalable = no">
       
    11    	
       
    12    <title>History	 View</title>
       
    13 	 <script src="historyview.js" type="text/javascript"></script>
       
    14 
       
    15   <script type="text/javascript">
       
    16  function update() {
       
    17           //window.pageController.loadFinished.connect(updateHistoryList);
       
    18 	    	  updateHistoryList();
       
    19 	    	
       
    20       }
       
    21   </script>
       
    22 
       
    23 </head>
       
    24 <body onload="update()">
       
    25 <!-- <input type="button" value="test" onClick="alert(1);">-->
       
    26  <div class = "HistoryView" id="HistoryViewId">
       
    27   </div>
       
    28 </body>
       
    29 </html>