This commit is contained in:
Kovid Goyal 2009-02-11 17:18:59 -08:00
parent eec83533a9
commit 95a27e5036
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ if __name__ == '__main__':
import cherrypy
class Test:
def index(self):
raw = open(os.path.dirname(os.path.abspath(__file__))+'/templates/download.html').read()
raw = open(os.path.dirname(os.path.abspath(__file__))+'/templates/linux.html').read()
return MarkupTemplate(raw).generate(**get_linux_data()).render('xhtml')
index.exposed = True
t = Test()

View File

@ -48,9 +48,9 @@
linux distributions:
<table id="info">
<col width="150" /><col width="*" />
<tr class="distro_type">
<th class="left">Supported distributions</th>
<th class="right">Unsupported distributions</th>
<tr>
<th class="left distro_type">Supported distributions</th>
<th class="right distro_type">Unsupported distributions</th>
</tr>
<tr class="tdata">
<td class="left" style="overflow-y:scroll">