diff --git a/Doc b/Doc index 2b2c999..0478be3 100644 --- a/Doc +++ b/Doc @@ -30,5 +30,5 @@ widget/pagine differenti todo: -in ricerche: escludi cartelle, se medatype:null +in ricerche: escludi cartelle, se medatype:null: anche folderjail se serve diff --git a/app/index.html b/app/index.html index e45b7e0..df905d1 100644 --- a/app/index.html +++ b/app/index.html @@ -62,7 +62,7 @@

Iframe list items con id: -

iframe class="embed" data-arkiwi-id="hack" height="400px" width="99%" frameBorder='1' seamless='seamless' src="./wdg_list_item_id.html"
+
iframe class="embed" data-arkiwi-id="title:hack" height="400px" width="99%" frameBorder='1' seamless='seamless' src="./wdg_list_item_id.html"

diff --git a/app/index.html~ b/app/index.html~ index 9dbebd8..e45b7e0 100644 --- a/app/index.html~ +++ b/app/index.html~ @@ -64,7 +64,7 @@

Iframe list items con id:

iframe class="embed" data-arkiwi-id="hack" height="400px" width="99%" frameBorder='1' seamless='seamless' src="./wdg_list_item_id.html"

- +
diff --git a/app/scripts/main_list_item_id.js b/app/scripts/main_list_item_id.js index 3705244..bf44254 100644 --- a/app/scripts/main_list_item_id.js +++ b/app/scripts/main_list_item_id.js @@ -15,7 +15,7 @@ $(document).ready(function () { var iframe_id = $(window.frameElement).attr("data-arkiwi-id"); - console.log(iframe_id); + //console.log(iframe_id); @@ -31,8 +31,8 @@ $(document).ready(function () { });*/ arkiwi.search('Ampioraggio', function (result) { - console.log('Ricerca...'); - console.log(result); + // console.log('Ricerca...'); + // console.log(result); }); @@ -42,7 +42,7 @@ $(document).ready(function () { console.log('Lettura cartella...'); console.log(result); var pappone = Mustache.render(template, result); - console.log(pappone); + //console.log(pappone); $(".row").append(pappone); }); }); diff --git a/app/templates/list_item_id.txt b/app/templates/list_item_id.txt index 0618b07..4737548 100644 --- a/app/templates/list_item_id.txt +++ b/app/templates/list_item_id.txt @@ -1,15 +1,17 @@ {{#items}}
-

{{#item.title}}{{item.title}}

{{/item.title}} +

{{#item.title}}{{item.title}}

{{/item.title}} {{#item.player}} -

{{#item.creator}}

Creato da: {{item.creator}}{{/item.creator}} {{/item.player}} + +

{{#item.creator}}

Creato da: {{item.creator}}{{/item.creator}} +

{{item.description}}