Team:UCLondon/Templates/timeline-item
From 2012e.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
<h1></html>{{{title}}}<html></h1> | <h1></html>{{{title}}}<html></h1> | ||
<p></html>{{{description}}}<html></p> | <p></html>{{{description}}}<html></p> | ||
+ | <ul class="participants"></ul> | ||
</li> | </li> | ||
Line 18: | Line 19: | ||
+ | <script> | ||
+ | var participants = '</html>{{{participants}}}<html>'; | ||
+ | $(participants).each(function(i){ | ||
+ | $('.participants').append($(this).text()); | ||
+ | }); | ||
+ | |||
+ | |||
+ | </script> | ||
</html> | </html> |
Revision as of 01:04, 21 October 2012