<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="つぶつぶ">
    <Require feature="tabs" />
  </ModulePrefs>

  <Content type="html">
  <![CDATA[
  <!--
  <script type="text/javascript" src="http://osdn.dl.sourceforge.jp/tubutubu/50739/app.js"></script>
  // -->
  <script type="text/javascript">
    function a() {
      var tabs= new gadgets.TabSet(__MODULE_ID__,null,document.getElementById("tabs"));
      var ranking = {
        contentContainer: document.getElementById("ranking"),
        callback: function() { document.write("ranking !!!"); }
      };
      tabs.addTab("Ranking",ranking);
      var news = {
        contentContainer: document.getElementById("news"),
        callback: function() { document.write("news !!!"); }
      };
      tabs.addTab("News",news);
    }
  </script>
  <h1>つぶつぶへようこそ♪</h1>
  <div id="tabs"></div>
  <div id="ranking">ranking...</div>
  <div id="news">news...</div>
  ]]>
  </Content>
  <Content type="url" view="mobile" href="http://sourceforge.jp/projects/tubutubu/wiki/FrontPage" />
</Module>
