git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@67 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -8,6 +8,16 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<!-- Meta tag per FB-->
|
||||
<meta property="og:locale" content="it_IT"/>
|
||||
<meta property="og:site_name" content="Il Lievitario"/>
|
||||
<meta property="og:title" content="Il Lievitario"/>
|
||||
<meta itemprop="name" content="Home - Il Lievitario"/>
|
||||
<meta property="og:url" content="http://app.gruppolapastamadre.it"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:image" content="http://app.gruppolapastamadre.it/previewLink.png"/>
|
||||
<meta property="og:description" content="Ricettario web del il Gruppo la pasta madre" />
|
||||
<meta property="description" content="Ricettario web del il Gruppo la pasta madre" />
|
||||
<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'>
|
||||
@@ -23,7 +33,7 @@
|
||||
<script type='text/javascript'>
|
||||
<?php echo file_get_contents("js/manifest.js"); ?>
|
||||
</script>
|
||||
<script data-main="js/config.<?php echo filemtime('js/config.js'); ?>" src="js/libs/require.<?php echo filemtime('js/libs/require.js'); ?>.js"></script>
|
||||
<!--<script data-main="js/config.<?php echo filemtime('js/config.js'); ?>" src="js/libs/require.<?php echo filemtime('js/libs/require.js'); ?>.js"></script>-->
|
||||
</head>
|
||||
<body style="background-color: #3b5998;">
|
||||
<?php include_once("analyticstracking.php") ?>
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
var myManifest = {
|
||||
Debug: (window.location.port !== ""),
|
||||
Name: "Il Lievitario",
|
||||
Version: "3.0.1.7",
|
||||
Version: "3.0.2.0",
|
||||
Author: "Denis Ironi",
|
||||
Settings: {
|
||||
DefaultURL: (window.location.port === "" ? "http://" + window.location.host + "/Service": "http://" + window.location.hostname + ":" + window.location.port + "/Service_Manut"),
|
||||
|
||||
@@ -90,8 +90,11 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate.
|
||||
var countImgLoaded = 0;
|
||||
Profile.existRicettaBloccoNote(ric.ricetta_id,
|
||||
function (exist) {
|
||||
|
||||
var ric = self.collRicetta.toJSON()[0];
|
||||
|
||||
self.$el.append(self.template({
|
||||
ricetta: self.collRicetta.toJSON()[0],
|
||||
ricetta: ric,
|
||||
ingredienti: self.collIngredienti.toJSON(),
|
||||
profile: Profile,
|
||||
images: Images,
|
||||
|
||||
Reference in New Issue
Block a user