/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-04 06:30:21 UTC
  • Revision ID: csa@dside.dyndns.org-20100804063021-shdx01q2pg5r3a1k
Initial commit of gestures support for iDevices by Toni Pirhonen, Fix IE support broken by revision r196

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
97
97
<head>
98
98
    <title>ADEI (Advanced Data Extraction Infrastructure) </title>
99
 
 
 
99
    <meta name = "viewport" content = "user-scalable=no, initial-scale = 1.0, maximum-scale = 1.0, minimum-scale = 1.0" />
 
100
    <meta name = "apple-mobile-web-app-capable" content = "yes" />
100
101
    <link rel="stylesheet" type="text/css" href="adei.css"/> <?/* Should be first, otherwise cssSetProperty would not work */?>
101
102
<?  if (file_exists($SETUP_CSS)) {?>
102
103
    <link rel="stylesheet" type="text/css" href="<?echo $SETUP_CSS;?>"/>
155
156
            var new_width = windowGetWidth();
156
157
            var new_height = windowGetHeight();
157
158
            <?moduleAdjustGeometry("new_width", "new_height");?>
158
 
            adei.virtual.UpdateTreeGeometry();
159
159
        }
160
160
 
161
161
        function Startup() {