author | Sverre Rabbelier <srabbelier@gmail.com> |
Sat, 24 Oct 2009 16:23:31 -0700 | |
changeset 3043 | 187c1709756b |
parent 3041 | c8f47f0b6697 |
permissions | -rw-r--r-- |
<div align="center">{+new Link().toFile("index.html").withText("Class Index")+} | {+new Link().toFile("files.html").withText("File Index")+}</div> <hr /> <h2>Classes</h2> <ul class="classList"> <for each="thisClass" in="data"> <li>{! if (thisClass.alias == "_global_") { output += "<i>"+new Link().toClass(thisClass.alias)+"</i>"; } else { output += new Link().toClass(thisClass.alias); } !}</li> </for> </ul> <hr />