Changes

Jump to: navigation, search

Chapters

841 bytes added, 11:59, 15 June 2011
no edit summary
var v = "<table style='width:100%;'>";
for (var i=0; i<chapters.length; i++) {
v += "<tr><tdwidth='300'><a href='http://wiki.kappakappagamma.org/index.php/" + chapters[i].ChapterName + "'>" + chapters[i].ChapterName + "</a></td><tdwidth='200'>" + chapters[i].FoundingDate + "</td><td>" + chapters[i].Location + "<br>";
}
document.getElementById('list').innerHTML = v + "</table>"
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Pi", 1880, "California, U. of, Berkeley, Berkeley, CA");
chapters[chapters.length++] = new chapter("Rho", 1880, "Ohio Wesleyan University, Delaware, OH");
chapters[chapters.length++] = new chapter("Sigma", 1884, "Nebraska, University of, Lincoln, NE");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
chapters[chapters.length++] = new chapter("Omicron", 1880, "Simpson College, Indianola, IA");
drawArray();
</script>
<table style='width:100%'><tr>
<td><div class="chapternav" onclick="sortArray(document.forms['Demo'], 1)">Chapter Name</div></td><td><div class="chapternav" onclick="sortArray(document.forms['Demo'], 2)">Founding Date</div></td><td><div class="chapternav" onclick="sortArray(document.forms['Demo'], 3)">Location</div></td>
</tr></table>
</html>

Navigation menu