Joe Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 1 | <!DOCTYPE HTML> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title> Google API Client for Python Documentation </title> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 5 | <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 Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 19 | </head> |
| 20 | <body> |
| 21 | <h1> Google API Client for Python Documentation </h1> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 22 | <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 Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 36 | </body> |
| 37 | </html> |