From fee06158600dfb5f70e72d537ff3b5e835f3b5de Mon Sep 17 00:00:00 2001 From: Andrea Condoluci Date: Sat, 18 Mar 2017 16:15:57 +0100 Subject: [PATCH 1/7] pagina info listata --- www/index.html | 54 +++++++++++++++++++++++++------------------------- www/js/main.js | 28 +++++++++++++------------- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/www/index.html b/www/index.html index 105af6a..94c32ec 100644 --- a/www/index.html +++ b/www/index.html @@ -25,13 +25,13 @@ - + I love xm24 - + - + @@ -160,7 +160,7 @@ -
+ + iOS
  • @@ -176,7 +176,7 @@

    Info e comunicati

    Bla Bla blabla

    - + + Un post a caso
    Aggiorna i contenuti dal sito XM24 di tanto in tanto. @@ -223,8 +223,21 @@
    -
  • + --> +
    +
    +

    +
    +

    Info e comunicati

    +

    + +

    +
    + +
    + +
    @@ -254,20 +267,7 @@
    -
    -
    - -
    -

    Info e comunicati

    -

    - -

    -
    - -
    - -
    @@ -293,7 +293,7 @@

    Aggiorna i contenuti dal sito XM24 di tanto in tanto.
    Per iniziare da capo e riscaricare tutti i contenuti clicca su reset.

    - +
    @@ -310,14 +310,14 @@
    - +
    - +
    - + chiude pagina -->
    @@ -420,4 +420,4 @@ - \ No newline at end of file + diff --git a/www/js/main.js b/www/js/main.js index 2e29f85..5f2bd00 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -135,6 +135,7 @@ function setFirstRun() { } } }; + /*per link in browser di default */ document.addEventListener("deviceready", onDeviceReady, false); //le cose all'inizio @@ -142,14 +143,13 @@ function onDeviceReady() { // console.log('deviceready'); createDB(); setFirstRun(); - $("#navheader").addClass("hide"); - $("#navfooter").addClass("hide"); $("a.nav").on("click", function (event) { // Prevent the usual navigation behavior event.preventDefault(); hrefseguente = $(this).attr("href"); alterContent(hrefseguente); }); + alterContent("#info"); }; function overlayblock() { @@ -159,7 +159,7 @@ function overlayblock() { function checkConnection(code, msgConnect) { var msgTitle = "Non sei connesso"; msgConnect = msgConnect || "Occore essere connessi per poter ricevere i nuovi articoli"; - + var networkState = navigator.connection.type; var states = {}; states[Connection.UNKNOWN] = 'Unknown connection'; @@ -380,10 +380,10 @@ function myJsonCategory(Qcategory, div, addTagCategory) { /* if (addTagCategory) { $.each(val.tags, function (index, value) { if (value == 43) { - + } if (value == 36) { - + } }); //key mi dice l'indice' @@ -391,7 +391,7 @@ function myJsonCategory(Qcategory, div, addTagCategory) { } else {*/ items.push("
  • " + title + "
    " + cleanTime + "|
  • "); - + } $("