File: gadget.html

package info (click to toggle)
python-googleapi 1.5.0-2~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 28,336 kB
  • sloc: python: 6,808; makefile: 64; sh: 53; xml: 5
file content (17 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Google APIs" />
  <Content type="html">
     <![CDATA[
    <table>
      {% for item in directory %}
      <tr> 
        <td><img style="width: 16px; height: 16px" src="{{ item.icons.x16 }}"/> {{ item.name }} </td>
        <td><a href="{{ item.documentationLink }}">Documentation</a></td>
        <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
      </tr> 
      {% endfor %}
    </table>
     ]]>
  </Content>
</Module>