blob: f98a79fb0f6df58e93456238577caa9827f667c4 [file] [log] [blame]
Joe Gregorio1ef83e12011-04-05 10:53:49 -04001<!DOCTYPE HTML>
2<html>
3 <head>
4 <title> Google API Client for Python Documentation </title>
Joe Gregorio123f5db2011-05-03 08:15:43 -04005 <style>
6 table {
7 border-collapse: collapse;
8 }
9 td, th {
10 padding: 0.3em;
11 margin: 0;
12 border: solid black 1px;
13 }
14 img {
15 width: 16px;
16 height: 16px;
17 }
18 </style>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040019 </head>
20 <body>
21 <h1> Google API Client for Python Documentation </h1>
Joe Gregorio123f5db2011-05-03 08:15:43 -040022 <table>
23 <tr>
24 <th>API</th>
25 <th>Name</th>
26 <th>Version</th>
27 </tr>
28 {% for item in directory %}
29 <tr>
30 <td><a href="/{{ item.name }}/{{ item.version }}"><img src="{{ item.icons.x16 }}"/> {{ item.title }} </a></td>
31 <td>{{ item.name }}</td>
32 <td>{{ item.version}}</td>
33 </tr>
34 {% endfor %}
35 </table>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040036 </body>
37</html>