Team:USTC-Software/server.php
From 2014.igem.org
(Difference between revisions)
Beibeihome (Talk | contribs) |
|||
Line 145: | Line 145: | ||
{ | { | ||
if (status[s].load < 8) | if (status[s].load < 8) | ||
- | img = '<img src=" | + | img = '<img src="https://static.igem.org/mediawiki/2014/0/0e/2014ustc-green.png" style="width:20px;padding: 0;margin-right:0.5em ">'; |
else | else | ||
- | img = '<img src=" | + | img = '<img src="https://static.igem.org/mediawiki/2014/7/7c/2014ustc-Yellow.png" style="width:20px;padding: 0;margin-right:0.5em">'; |
}else { | }else { | ||
- | img = '<img src=" | + | img = '<img src="https://static.igem.org/mediawiki/2014/6/61/2014ustc-Red.png" style="width:20px;padding: 0;margin-right:0.5em">'; |
} | } | ||
str = str + img + status[s].name+"<br /><br />"; | str = str + img + status[s].name+"<br /><br />"; |
Revision as of 02:49, 18 October 2014