Skip to content
Snippets Groups Projects
Commit 48e15865 authored by Yuan Xia's avatar Yuan Xia
Browse files

Update wiki/layout_team.html

parent 41efa68f
No related branches found
No related tags found
No related merge requests found
Pipeline #178746 passed
......@@ -216,7 +216,7 @@
<hr>
<div class="text_frame">
<a>
<h2 id="persona_pls">Leaving blank</h2>
<h2 id="persona_badge_pls">Leaving blank</h2>
</a>
</div>
</div>
......@@ -397,7 +397,16 @@
"Washington University in St.Louis, Biology undergraduate student"
];
var personName_pls = ["Kang Du", "Wanji Li"];
function PERS_pls(id){
var x=document.getElementById("avatar_pls");
x.src="https://static.igem.wiki/teams/4204/wiki/team-" + suffix_pls[id] + ".png";
var y=document.getElementById("persona_pls");
y.innerHTML=person_pls[id];
var z=document.getElementById("persona_title_pls");
z.innerHTML=personName_pls[id];
var w=document.getElementById("persona_badge_pls");
w.innerHTML=personBadge_pls[id];
}
var personBadge_pls = ["(Primary)", "(Secondary)"];
var tag_pls = ["sjf", "sjf"];
var suffix_pls = ["dk", "lwj"];
......@@ -524,16 +533,7 @@
function PERS_pls(id){
var x=document.getElementById("avatar_pls");
x.src="https://static.igem.wiki/teams/4204/wiki/team-" + suffix_pls[id] + ".png";
var y=document.getElementById("persona_pls");
y.innerHTML=person_pls[id];
var z=document.getElementById("persona_title_pls");
z.innerHTML=personName_pls[id];
var w=document.getElementById("persona_badge_pls");
w.innerHTML=personBadge_pls[id];
}
function PERS_adv(id){
var x=document.getElementById("avatar_adv");
x.src="https://static.igem.wiki/teams/4204/wiki/team-" + suffix_adv[id] + ".png";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment