git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@36 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Il Lievitario</title>
|
||||
<meta name="google" value="notranslate" />
|
||||
<meta http-equiv="expires" content="0">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" >
|
||||
<link rel="stylesheet" href="css/style.min.<?php echo filemtime('css/style.min.css'); ?>.css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
|
||||
<link rel="shortcut icon" sizes="196x196" href="https://dl.dropboxusercontent.com/s/l26w7lk0zwnpehf/Icon_Android196.png">
|
||||
<link rel="apple-touch-icon" href="https://dl.dropboxusercontent.com/s/9cc174ato4hckl5/Icon.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="https://dl.dropboxusercontent.com/s/onehseqh6cusbo0/Icon~ipad.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="https://dl.dropboxusercontent.com/s/tcxl91zd502mapa/Icon%402x.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="https://dl.dropboxusercontent.com/s/pj3fk1lgc4cefwx/Icon~ipad%402x.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"/>
|
||||
<meta http-equiv="Access-Control-Allow-Origin" content="*"/>
|
||||
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script type='text/javascript' src="js/common.min.js"></script>
|
||||
<script type='text/javascript' src="js/plugins/freewall.js"></script>
|
||||
|
||||
</head>
|
||||
<body style="background-color: #3b5998;">
|
||||
<div>
|
||||
<div id="menuHomeMetro">
|
||||
<div class="itemMenuHomeMetro loginClass">
|
||||
<div>
|
||||
<a href="#settingsView" data-role="none" style=""></a>
|
||||
<span>Profilo</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="itemMenuHomeMetro indexClass">
|
||||
<div>
|
||||
<a href="#indexView" data-role="none"></a>
|
||||
<span>Indice</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="itemMenuHomeMetro searchClass">
|
||||
<div>
|
||||
<a href="#searchView" data-role="none"></a>
|
||||
<span>Ricerca</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="itemMenuHomeMetro blogClass">
|
||||
<div>
|
||||
<a href="http://blog.gruppolapastamadre.it" data-role="none"></a>
|
||||
<span>Blog</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
freeWall = new freewall("#menuHomeMetro");
|
||||
freeWall.reset({
|
||||
selector: '.itemMenuHomeMetro',
|
||||
animate: true,
|
||||
cellW: function(){
|
||||
return 100;
|
||||
},
|
||||
cellH: function(){
|
||||
return 100;
|
||||
},
|
||||
onResize: function () {
|
||||
//this.refresh();
|
||||
this.fitWidth();
|
||||
}
|
||||
});
|
||||
freeWall.fitWidth();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user