From 133cc438a877a01469b8e2ec28c6aa384f11f5f2 Mon Sep 17 00:00:00 2001 From: hexstudy Date: Tue, 9 Feb 2016 08:14:16 +0000 Subject: [PATCH] git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@64 0f545695-f87b-41b6-9a03-7f16563b5454 --- js/modules/category/categoryItemTemplate.html | 4 ++-- js/modules/item/item.js | 18 +++++++++--------- js/modules/item/itemViewTemplate.html | 16 ++++++++++++++-- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/js/modules/category/categoryItemTemplate.html b/js/modules/category/categoryItemTemplate.html index df9fc19..2dd1295 100644 --- a/js/modules/category/categoryItemTemplate.html +++ b/js/modules/category/categoryItemTemplate.html @@ -4,9 +4,9 @@ <% var item = data.items[i]; %>
  • <% if(item.firstImage === ""){ %> - + <%}else{%> - + <%}%>
    <%= unescape(item.titolo) %>
    <%= unescape(item.autore) %>
    diff --git a/js/modules/item/item.js b/js/modules/item/item.js index d024063..885ef97 100644 --- a/js/modules/item/item.js +++ b/js/modules/item/item.js @@ -58,7 +58,7 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate. var self = this; $('body').scrollTop(0); - /*this.galleryWall = new Freewall("#Gallery"); + this.galleryWall = new Freewall("#Gallery"); this.galleryWall.reset({ selector: '.brick', animate: true, @@ -69,12 +69,12 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate. } }); - var imgurl = Images.getThumb(48);*/ + var imgurl = Images.getThumb(48); - /*var images = this.galleryWall.container.find('.brick'); + var images = this.galleryWall.container.find('.brick'); images.find('img').load(function() { self.galleryWall.fitWidth(); - });*/ + }); $.mobile.loading('hide'); @@ -94,14 +94,14 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate. ricetta: self.collRicetta.toJSON()[0], ingredienti: self.collIngredienti.toJSON(), profile: Profile, - //images: Images, + images: Images, })); self.scrollPositions = []; self.$arrayContent = self.$el.find('div[data-role="content"]'); self.$arrayNavBar = self.$el.find('div[data-role="navbar"] a'); - /*self.$photos = self.$el.find('#contentFoto a'); + self.$photos = self.$el.find('#contentFoto a'); self.$el.find('#contentFoto a img').load(function(){ countImgLoaded++; if(self.$photos.length == countImgLoaded) @@ -127,7 +127,7 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate. }); }); - */ + for (var i = self.$arrayContent.length - 1; i >= 0; i--) { self.scrollPositions.push(0); }; @@ -181,8 +181,8 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/item/itemViewTemplate. $(this.$arrayContent[this.indexContent]).show(); $(this.$arrayNavBar[this.indexContent]).addClass('ui-btn-active'); $(this.$arrayNavBar[this.indexContent]).addClass('ui-state-persist'); - /*if(this.indexContent == 2) - this.galleryWall.fitWidth();*/ + if(this.indexContent == 2) + this.galleryWall.fitWidth(); } }); return ItemView; diff --git a/js/modules/item/itemViewTemplate.html b/js/modules/item/itemViewTemplate.html index 2f164d8..b4550d4 100644 --- a/js/modules/item/itemViewTemplate.html +++ b/js/modules/item/itemViewTemplate.html @@ -34,13 +34,25 @@

    <%= ricetta.procedimento%>

    La proprietà del materiale pubblicato nel Lievitario , salvo diversa indicazione, è dei rispettivi autori. E’ vietata la ripubblicazione, anche parziale, di tutto il materiale pubblicato nel sito Lievitario senza preventiva autorizzazione scritta.

    +
    +
    <% if(ricetta.autore.length > 0){ %>