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
|
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()
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user