~bozzy/opentorello/alfa

« back to all changes in this revision

Viewing changes to PhoneGap/www/settings.html

  • Committer: Valerio Bozzolan
  • Date: 2014-02-17 11:31:40 UTC
  • Revision ID: boz@reyboz.it-20140217113140-ebqkmm5zyww20qsz
Added map_developing script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <meta name="format-detection" content="telephone=no" />
6
6
        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
7
7
        <meta name="mobile-web-app-capable" content="yes">
8
 
        <title>Open Torello</title>
 
8
        <title>Open Torello - Settings</title>
9
9
        <link rel="shortcut icon" href="favicon.png"/>
10
10
        <link rel="stylesheet" href="fries-master/dist/themes/holo-dark/holo-dark.min.css" />
11
11
        <link rel="stylesheet" type="text/css" href="css/index.css" />
12
12
</head>
13
13
<body>
14
14
<div class="page">
15
 
        <header class="action-bar fixed-top">
16
 
                <a href="javascript: void(0);" class="app-icon action up" data-transition="pop">
 
15
        <header class="action-bar fixed-top" data-transition="pop">
 
16
                <a href="index.html" class="app-icon action">
17
17
                        <i class="icon-up-button"></i>                  
18
18
                        <i class="icon-fries"></i>
19
19
                </a>
55
55
        app.initialize();
56
56
</script>
57
57
<script type="text/javascript" src="fries-master/dist/fries.min.js"></script>
58
 
<script type="text/javascript" src="OpenLayers/OpenLayers.js"></script>
59
58
 
60
59
<!-- Use fingerblast when testing on the browser
61
60
<script src="fries-master/js/fingerblast.js"></script>