Team:UCLondon/Templates/timeline-item

From 2012e.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
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>
+
             <div class="participants"></html>{{{participants}}}<html></div>
  </li>
  </li>
Line 18: Line 18:
</div>
</div>
-
 
-
<script>
 
-
 
-
 
-
 
-
var participants = '</html>{{{participants}}}<html>', i;
 
-
 
-
participants = participants.split(',');
 
-
 
-
alert(participants);
 
-
 
-
for (i=0; i < participants.length; i++){
 
-
      $('.participants').append($(participants[i]).text());
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
</script>
 
</html>
</html>

Latest revision as of 01:18, 21 October 2012