<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>conf-bg.png</filename>
    </added>
    <added>
      <filename>jquery-1.2.6.js</filename>
    </added>
    <added>
      <filename>jquery-1.2.6.min.js</filename>
    </added>
    <added>
      <filename>jquery.dimensions.min.js</filename>
    </added>
    <added>
      <filename>jquery.hotkeys.js</filename>
    </added>
    <added>
      <filename>soundapi.js</filename>
    </added>
    <added>
      <filename>soundapi.swf</filename>
    </added>
    <added>
      <filename>sounds/miho-1minutes.mp3</filename>
    </added>
    <added>
      <filename>sounds/miho-2minutes.mp3</filename>
    </added>
    <added>
      <filename>sounds/miho-3minutes.mp3</filename>
    </added>
    <added>
      <filename>sounds/miho-4minutes.mp3</filename>
    </added>
    <added>
      <filename>sounds/miho-5minutes.mp3</filename>
    </added>
    <added>
      <filename>sprintf.js</filename>
    </added>
    <added>
      <filename>style.css</filename>
    </added>
    <added>
      <filename>swfobject.js</filename>
    </added>
    <added>
      <filename>timer.js</filename>
    </added>
    <added>
      <filename>timerserv</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,37 @@
+&lt;html&gt;
+&lt;head&gt;
+  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot; /&gt;
+  &lt;title&gt;Timer&lt;/title&gt;
+  &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;debug&quot; sytle=&quot;background-color:#000;color:#fff&quot;)&gt;&lt;/div&gt;
+&lt;div id=&quot;timer&quot;&gt;&lt;/div&gt;
+&lt;div id=&quot;conf&quot;&gt;
+  &lt;form id=&quot;conf_form&quot;&gt;
+	  &lt;strong&gt;&#12514;&#12540;&#12489;:&lt;/strong&gt;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;mode&quot; value=&quot;lightning&quot; id=&quot;mode_lightning&quot; /&gt;&lt;label for=&quot;mode_lightning&quot;&gt;LT&lt;/label&gt;&amp;nbsp;&amp;nbsp;
+	  &lt;input type=&quot;radio&quot; name=&quot;mode&quot; value=&quot;10min&quot; id=&quot;mode_10&quot; /&gt;&lt;label for=&quot;mode_10&quot;&gt;10&#20998;&lt;/label&gt;&amp;nbsp;&amp;nbsp;
+	  &lt;input type=&quot;radio&quot; name=&quot;mode&quot; value=&quot;15min&quot; id=&quot;mode_15&quot; /&gt;&lt;label for=&quot;mode_15&quot;&gt;15&#20998;&lt;/label&gt;&amp;nbsp;&amp;nbsp;
+	  &lt;input type=&quot;radio&quot; name=&quot;mode&quot; value=&quot;30min&quot; id=&quot;mode_30&quot; /&gt;&lt;label for=&quot;mode_30&quot;&gt;30&#20998;&lt;/label&gt;&amp;nbsp;&amp;nbsp;
+	  &lt;input type=&quot;radio&quot; name=&quot;mode&quot; value=&quot;test&quot; id=&quot;mode_test&quot; /&gt;&lt;label for=&quot;mode_test&quot;&gt;&#12486;&#12473;&#12488;&lt;/label&gt;&amp;nbsp;&amp;nbsp;
+&lt;br /&gt;
+&#25345;&#12385;&#26178;&#38291;: &lt;input type=&quot;text&quot; name=&quot;talk&quot; size=&quot;4&quot; class=&quot;prop&quot; /&gt;&#31186;&amp;nbsp;&lt;br /&gt;
+&#35686;&#21578;: &#27531;&#12426;&lt;input type=&quot;text&quot; name=&quot;warning_on&quot; size=&quot;4&quot; class=&quot;prop&quot; /&gt;&#31186;&#12363;&#12425;&lt;br /&gt;
+&#37428;&#38899;&#12511;&#12507;:
+&lt;input type=&quot;checkbox&quot; name=&quot;miho&quot; value=&quot;1&quot; id=&quot;miho_1&quot; /&gt;&lt;label for=&quot;miho_1&quot;&gt;1&#20998;&lt;/label&gt;
+&lt;input type=&quot;checkbox&quot; name=&quot;miho&quot; value=&quot;2&quot; id=&quot;miho_2&quot; /&gt;&lt;label for=&quot;miho_2&quot;&gt;2&#20998;&lt;/label&gt;
+&lt;input type=&quot;checkbox&quot; name=&quot;miho&quot; value=&quot;3&quot; id=&quot;miho_3&quot; /&gt;&lt;label for=&quot;miho_3&quot;&gt;3&#20998;&lt;/label&gt;
+&lt;input type=&quot;checkbox&quot; name=&quot;miho&quot; value=&quot;4&quot; id=&quot;miho_4&quot; /&gt;&lt;label for=&quot;miho_4&quot;&gt;4&#20998;&lt;/label&gt;
+&lt;input type=&quot;checkbox&quot; name=&quot;miho&quot; value=&quot;5&quot; id=&quot;miho_5&quot; /&gt;&lt;label for=&quot;miho_5&quot;&gt;5&#20998;&lt;/label&gt;
+  &lt;/form&gt;
+&lt;/div&gt;
+  &lt;script src=&quot;jquery-1.2.6.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;jquery.dimensions.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;jquery.hotkeys.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;swfobject.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;soundapi.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;sprintf.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;timer.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41a9c9a0303d8bc81a6c668d83da908c750bdce2</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/kakutani/kaigi_timekeeper/commit/70b6834f6cd84576d89674bd22f751c2f0fb3e1e</url>
  <id>70b6834f6cd84576d89674bd22f751c2f0fb3e1e</id>
  <committed-date>2008-08-21T00:13:10-07:00</committed-date>
  <authored-date>2008-08-21T00:13:10-07:00</authored-date>
  <message>for tokyorubykaigi01</message>
  <tree>15acef888bf25b0a55533b145361ac27ca4eca78</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
