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 import cherrypy
class Test: class Test:
def index(self): 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') return MarkupTemplate(raw).generate(**get_linux_data()).render('xhtml')
index.exposed = True index.exposed = True
t = Test() t = Test()

View File

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