Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BNDS_China
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
BNDS_China
Commits
48e15865
Commit
48e15865
authored
2 years ago
by
Yuan Xia
Browse files
Options
Downloads
Patches
Plain Diff
Update wiki/layout_team.html
parent
41efa68f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#178746
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wiki/layout_team.html
+12
-12
12 additions, 12 deletions
wiki/layout_team.html
with
12 additions
and
12 deletions
wiki/layout_team.html
+
12
−
12
View file @
48e15865
...
...
@@ -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
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment