Team:UNITN-Trento/JS/Styles/Labpost
From 2013.igem.org
(Created page with "function setPost(id) { var title = $(id).attr("data-title"); var date = $(id).attr("data-date"); who = $(id).attr("data-user").split("-"); var tags = $(id).attr("data-tag").s...") |
|||
(6 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
var tags = $(id).attr("data-tag").split("-"); | var tags = $(id).attr("data-tag").split("-"); | ||
var uri = "https://2013.igem.org/wiki/index.php?title=Team:UNITN-Trento/Notebook"; | var uri = "https://2013.igem.org/wiki/index.php?title=Team:UNITN-Trento/Notebook"; | ||
+ | |||
+ | |||
+ | if (date.indexOf("-") != -1) { | ||
+ | ardate = date.split("-") | ||
+ | if (ardate.length == 3) { | ||
+ | date = "<span class='yy'>" + ardate[0] + "</span><br />\n<span class='ddmm'>" + ardate[2] + "/" + ardate[1] + "</span>"; | ||
+ | }; | ||
+ | } | ||
var wholow = []; | var wholow = []; | ||
Line 12: | Line 20: | ||
var who_box = $("<div></div>"); | var who_box = $("<div></div>"); | ||
- | |||
var tag_box = $("<div></div>"); | var tag_box = $("<div></div>"); | ||
- | + | if (wholow.indexOf("bruno") != -1) { | |
- | + | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/2/26/Tn-2013-Ba_face.jpg' />"); | |
- | + | } | |
- | + | if (wholow.indexOf("caterina") != -1) { | |
- | if (wholow.indexOf("bruno") != -1) { $(who_box).append("<img src=' | + | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/59/Tn-2013-Cm_face.jpg' />"); |
- | if (wholow.indexOf("caterina") != -1) { $(who_box).append("<img src=' | + | } |
- | if (wholow.indexOf("emil") != -1) { $(who_box).append("<img src=' | + | if (wholow.indexOf("emil") != -1) { |
- | if (wholow.indexOf("fabio") != -1) { $(who_box).append("<img src=' | + | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/50/Tn-2013-Et_face.jpg' />"); |
- | if (wholow.indexOf("gabriele") != -1) { $(who_box).append("<img src=' | + | } |
- | if (wholow.indexOf("michele") != -1) { $(who_box).append("<img src=' | + | if (wholow.indexOf("fabio") != -1) { |
- | if (wholow.indexOf("thomas") != -1) { $(who_box).append("<img src=' | + | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/50/Tn-2013-Fd_face.jpg' />"); |
- | if (wholow.indexOf("viola") != -1) { $(who_box).append("<img src=' | + | } |
+ | if (wholow.indexOf("gabriele") != -1) { | ||
+ | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/e/e0/Tn-2013-Gg_face.jpg' />"); | ||
+ | } | ||
+ | if (wholow.indexOf("michele") != -1) { | ||
+ | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/b/b0/Tn-2013-Mp_face.jpg' />"); | ||
+ | } | ||
+ | if (wholow.indexOf("thomas") != -1) { | ||
+ | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/6/66/Tn-2013-Tp_face.jpg' />"); | ||
+ | } | ||
+ | if (wholow.indexOf("viola") != -1) { | ||
+ | $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/1/1d/Tn-2013-Vv_face.jpg' />"); | ||
+ | } | ||
$(who_box).addClass("tn-faces"); | $(who_box).addClass("tn-faces"); | ||
$(tag_box).addClass("tn-tags"); | $(tag_box).addClass("tn-tags"); | ||
for (var i = 0; i < tags.length; i++) { | for (var i = 0; i < tags.length; i++) { | ||
- | if (i == 0) { $(tag_box).html("<b>Tags</b><br/>"); | + | if (i == 0) { |
- | + | $(tag_box).html("<b>Tags</b><br/>"); | |
- | $(tag_box).html($(tag_box).html()+"<span class='tag'>"+tags[i]+"</span>"); | + | } |
+ | |||
+ | $(tag_box).html($(tag_box).html() + "<span class='tag'>" + tags[i] + "</span>"); | ||
+ | } | ||
+ | |||
+ | if (title != "") { | ||
+ | $(id).prepend("<div class='tn-posttitle'>" + title + "</div>"); | ||
} | } | ||
- | + | $(id).prepend("<div class='tn-postdate'><a href='" + uri + id + "'class='tn-anchor'>" + date + "</a></div>"); | |
- | $(id).prepend( | + | |
$(id).prepend(who_box); | $(id).prepend(who_box); | ||
$(id).append(tag_box); | $(id).append(tag_box); | ||
- | |||
} | } |
Latest revision as of 08:25, 26 July 2013
function setPost(id) { var title = $(id).attr("data-title"); var date = $(id).attr("data-date"); who = $(id).attr("data-user").split("-"); var tags = $(id).attr("data-tag").split("-"); var uri = "https://2013.igem.org/wiki/index.php?title=Team:UNITN-Trento/Notebook";
if (date.indexOf("-") != -1) {
ardate = date.split("-")
if (ardate.length == 3) {
date = "" + ardate[0] + "
\n" + ardate[2] + "/" + ardate[1] + "";
};
}
var wholow = []; for (var i = 0; i < who.length; i++) { wholow.push(who[i].toLowerCase()); }
var who_box = $(""); var tag_box = $("");if (wholow.indexOf("bruno") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/2/26/Tn-2013-Ba_face.jpg' />"); } if (wholow.indexOf("caterina") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/59/Tn-2013-Cm_face.jpg' />"); } if (wholow.indexOf("emil") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/50/Tn-2013-Et_face.jpg' />"); } if (wholow.indexOf("fabio") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/5/50/Tn-2013-Fd_face.jpg' />"); } if (wholow.indexOf("gabriele") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/e/e0/Tn-2013-Gg_face.jpg' />"); } if (wholow.indexOf("michele") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/b/b0/Tn-2013-Mp_face.jpg' />"); } if (wholow.indexOf("thomas") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/6/66/Tn-2013-Tp_face.jpg' />"); } if (wholow.indexOf("viola") != -1) { $(who_box).append("<img src='https://static.igem.org/mediawiki/2013/1/1d/Tn-2013-Vv_face.jpg' />"); } $(who_box).addClass("tn-faces");
$(tag_box).addClass("tn-tags");
for (var i = 0; i < tags.length; i++) {
if (i == 0) {
$(tag_box).html("Tags
");
}
$(tag_box).html($(tag_box).html() + "" + tags[i] + ""); }
if (title != "") {
$(id).prepend("}
$(id).prepend("$(id).prepend(who_box); $(id).append(tag_box); }