<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Aethora Character Sheets" scrolling="true" height="330" width="320"
    description="These are quick character sheets for the browser-based roleplaying game Aethora (http://aethora.com)."
    author="Ranger Sheck" author_email="info@aethora.com" title_url="http://aethora.com" 
    screenshot="http://aethora.com/images/screens/goog-gadget.png" thumbnail="http://aethora.com/images/screens/goog-gadget-tn.png" >  
  </ModulePrefs>
  <UserPref name="player_login" display_name="Aethora Login (username):" required="true"/>  
    
  <Content type="html">
    
  <![CDATA[ 
    <link href="http://aethora.com/gadget/aethora-char-list.css" rel="stylesheet" type="text/css" />

    <script src="http://aethora.com/gadget/utils.js"></script>
    <script src="http://aethora.com/gadget/json2-min.js"></script>
    <script src="http://aethora.com/gadget/aethora-char-list.js"></script>

    <div style="background: url(http://assets.aethora.com/images/interface/left-vert.gif) repeat-y center right; ">
      <div style="background: url(http://assets.aethora.com/images/interface/top-horiz.gif); height:7px;">
        <img src="http://assets.aethora.com/images/interface/top-left.gif" style="float:left" alt="border"/>
        <img src="http://assets.aethora.com/images/interface/top-right.gif" style="float:right" alt="border"/>
      </div>
      <div style="background: url(http://assets.aethora.com/images/interface/left-vert.gif) repeat-y center left;" >

        <div id="content_div" style="margin:0px 7px;"></div>

      </div>

      <div style="background: url(http://assets.aethora.com/images/interface/top-horiz.gif); height:7px; ">
        <img alt="border" src="http://assets.aethora.com/images/interface/bot-left.gif" style="float:left" />
        <img alt="border" src="http://assets.aethora.com/images/interface/bot-right.gif" style="float:right" />

      </div>

  
    </div>

    <script type="text/javascript">

    // Get userprefs
    // in the future, use this:    
    //var prefs = new gadgets.Prefs();
    //gadgets.util.registerOnLoadHandler(makeJSONRequest);
    
    // for now, have to use legacy IG API
    var prefs = new _IG_Prefs(); 
    _IG_RegisterOnloadHandler(makeJSONRequest);
    
    </script>

  ]]> 
  </Content>
</Module>

