sistemata pipe
This commit is contained in:
parent
e9e4f5e4aa
commit
87c95fc7c1
2 changed files with 6 additions and 6 deletions
|
@ -573,9 +573,9 @@ function cercaMe() {
|
||||||
var dTime = new Date(time);
|
var dTime = new Date(time);
|
||||||
if (dTime.getTime() <= lastUpdateDate) {
|
if (dTime.getTime() <= lastUpdateDate) {
|
||||||
//key mi dice l'indice'
|
//key mi dice l'indice'
|
||||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||||
} else {
|
} else {
|
||||||
items.push("<p><a href='#' onclick='aggiornaora();' style='color:#666;' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</p>");
|
items.push("<p><a href='#' onclick='aggiornaora();' style='color:#666;' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></p>");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$("<ul/>", {
|
$("<ul/>", {
|
||||||
|
|
|
@ -22,10 +22,10 @@ function myJsonCategory(Qcategory, div, addTagCategory) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//key mi dice l'indice'
|
//key mi dice l'indice'
|
||||||
items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|<span>" + tag + "</span>|</li>");
|
items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small><span>" + tag + "</span>|</li>");
|
||||||
}
|
}
|
||||||
else {*/
|
else {*/
|
||||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||||
|
|
||||||
}
|
}
|
||||||
$("<ul/>", {
|
$("<ul/>", {
|
||||||
|
@ -56,7 +56,7 @@ function myJsonLastPage(div) {
|
||||||
var splitTime = time.split("T");
|
var splitTime = time.split("T");
|
||||||
var cleanTime = splitTime[0];
|
var cleanTime = splitTime[0];
|
||||||
//key mi dice l'indice'
|
//key mi dice l'indice'
|
||||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|");
|
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>");
|
||||||
}
|
}
|
||||||
$("<ul/>", {
|
$("<ul/>", {
|
||||||
"class": "my-new-list"
|
"class": "my-new-list"
|
||||||
|
@ -92,7 +92,7 @@ function myJsonCategoryPaginated(Qcategory, div, pageNumber) {
|
||||||
var splitTime = time.split("T");
|
var splitTime = time.split("T");
|
||||||
var cleanTime = splitTime[0];
|
var cleanTime = splitTime[0];
|
||||||
//key mi dice l'indice'
|
//key mi dice l'indice'
|
||||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||||
}
|
}
|
||||||
$("<ul/>", {
|
$("<ul/>", {
|
||||||
"class": "my-new-list"
|
"class": "my-new-list"
|
||||||
|
|
Loading…
Reference in a new issue