<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs
	title="__MSG_title__"
	height="300"
	scaling="false"
	description="__MSG_description__"
	author_email = "google@canbuffi.de"
	author = "Sebastian Majstorovic"
	author_link = "http://www.canbuffi.de"
	screenshot = "http://www.canbuffi.de/gadgets/currency_converter/images/screenshot.png"
	thumbnail = "http://www.canbuffi.de/gadgets/currency_converter/images/thumbnail.png"
	author_location = "Cologne, Germany"
	directory_title = "__MSG_title__"
	author_aboutme = "Fascinated by Rails, AJAX. Likes english humor (Monty Python, Little Britain)."
	author_quote = "Oh freddled gruntbuggly, Thy micturations are to me As plurdled gabbleblotchits On a lurgid bee. - Vogon Captain in The Hitchhiker's Guide to the Galaxy">
    <Locale messages="http://www.canbuffi.de/gadgets/currency_converter/lang/en_US.xml"/>
    <Locale lang="en" country="US" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/en_US.xml"/>
    <Locale lang="en" country="UK" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/en_UK.xml"/>
    <Locale lang="en" country="CA" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/en_CA.xml"/>
  	<Locale lang="en-gb" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/en_UK.xml"/>
    <Locale lang="de" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/de_ALL.xml"/>
    <Locale lang="fr" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/fr_FR.xml"/>
    <Locale lang="fr" country="CA" messages="http://www.canbuffi.de/gadgets/currency_converter/lang/fr_CA.xml"/>
    
	  <Require feature="com.google.gadgets.analytics" />
    <Require feature="dynamic-height" />
    <Require feature="setprefs" />
    <Require feature="tabs" /> 
  </ModulePrefs>
  <UserPref name="favorites" default_value="[]" datatype="hidden" />
  <UserPref name="last_used" default_value="[]" datatype="hidden" />
  <UserPref name="last_results" default_value="[]" datatype="hidden" />
  <Content type="html">
  <![CDATA[
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>__MSG_title__</title>
        
        <link rel="stylesheet" href="http://www.canbuffi.de/gadgets/currency_converter/css/reset.css" type="text/css" charset="utf-8" />
        <link rel="stylesheet" href="http://www.canbuffi.de/gadgets/currency_converter/css/main.css" type="text/css" charset="utf-8" />
        
      </head>
      <body onload="">
        <script type="text/javascript"> var prefs = new gadgets.Prefs(); var tabs = new gadgets.TabSet();</script>
        <script src="http://www.canbuffi.de/gadgets/currency_converter/js/mootools.js" type="text/javascript"></script>
        <script src="http://www.canbuffi.de/gadgets/currency_converter/js/main.js" type="text/javascript"></script>
        <div id="wrap">
          <div id="content">
            <div id="loading">__MSG_loading__</div>
          </div>
        </div>
        <div id="data">
          <div id="convert">
            <table class="layout">
              <tbody>
                <tr>
                  <td>
                    <form id="exchange_form" onsubmit="converter.convert()" action="javascript:void(0);" method="get">
                      <table class="content_table">
                        <tbody>
                          <tr>
                            <td class="right">
                              <input type="text" value="1" id="exchange_value" />
                            </td>
                            <td class="left">
                              <select id="exchange_from" class="currencies_select">
                                <option value=""></option>
                              </select>
                            </td>
                            <td class="left">
                              <div class="flag" id="flag_from"></div>
                            </td>
                          </tr>
                          <tr>
                            <td class="right">
                              <div class="label">__MSG_to__</div></td>
                            <td class="left">
                              <select id="exchange_to" class="currencies_select">
                                <option value=""></option>
                              </select>
                            </td>
                            <td class="left">
                              <div class="flag" id="flag_to"></div>
                              <input type="submit" value="__MSG_go__" id="exchange_submit" />
                            </td>
                          </tr>
                          <tr>
                            <td colspan="3">
                              <div>
                                <table id="exchange_toolbar">
                                  <tbody>
                                    <tr>
                                      <td>
                                        <a class="button" id="button_switch" href="javascript:void(0);"  title="__MSG_switch__" onclick="converter.switchExchangeCurrencies()" ></a>
                                      </td>
                                      <td>
                                        <a class="button" id="button_favorite" href="javascript:void(0);"  title="__MSG_save_as_favorite__" onclick="converter.saveAsFavorite()"></a>
                                      </td>
                                    </tr>
                                  </tbody>
                                </table>
                              </div>
                              <div class="clearer"></div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </form>
                  </td>
                </tr>
              </tbody>
            </table>
            <div id="overview">
              <table id="overview_table">
                <tbody>
                  <tr>
                    <td>
                      <h3>__MSG_favorites__</h3>
                      <hr />
                      <table class="overview_list">
  											<tbody id="favorites">
  											  <tr>
  											    <td>
  											    </td>
  											  </tr>
  											</tbody>
                      </table>
                    </td>
                    <td>
                      <h3>__MSG_last_used__</h3>
                      <hr />
                      <table class="overview_list">
  											<tbody id="last_used">
  											  <tr>
  											    <td>
  											    </td>
  											  </tr>
  											</tbody>
                      </table>
                    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <div id="result">
            <table class="layout">
              <tbody>
                <tr>
                  <td>
                    <table class="content_table">
  										<tbody id="result_table">
  											  <tr>
  											    <td>
  											    </td>
  											  </tr>
  										</tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td>
  									<div id="ads_wrap">
  							  		<div id="ads">
  							  		</div>
  									</div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div id="history">
      			<table class="layout">
      			  <tbody>
                <tr>
                  <td>
  	                <table class="content_table">
  										<tbody id="last_results">
  											  <tr>
  											    <td>
  											    </td>
  											  </tr>
  										</tbody>
  	                </table>
                  </td>
                </tr>
                <tr>
                  <td>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <script type="text/javascript" charset="utf-8">
		  		converter = new Converter();
		  		gadgets.window.adjustHeight(100);
          var ga = new _IG_GA("UA-2354975-6");
          ga.reportPageview('/currency_converter');
        </script>
      </body>
    </html>
  ]]> 
  </Content>
</Module>