mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
eec83533a9
commit
95a27e5036
@ -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()
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user