<?xml version="1.0"?>
<Module><ModulePrefs title="Drupal API reference" author="Frederic G. MARAND" description="A simple module to demonstrate how to build google gadgets within Drupal" author_email="http://blog.riff.org/contact" author_link="http://blog.riff.org/"><Require feature="dynamic-height"/></ModulePrefs><UserPref default_value="6" name="apiversion" display_name="Drupal API version"/><Content type="html"><![CDATA[      <div style="padding: 0 0.5em; margin: 0">
        <script type="text/javascript">
      function drupalapisearch(q)
        {
        destination = "http://api.drupal.org/api/__UP_apiversion__/function/" + q;
          top.location.href = destination;
        }
          </script>
      <form name="drupalapiform" onsubmit="drupalapisearch(drupalapiform.q.value)">
        <input type="text" maxlength="128" name="q" size="40" value="" />
        <input type="submit" value="Lookup Drupal function" />
        </form>
      <script>_IG_AdjustIFrameHeight();</script>
      </div>]]></Content></Module>
