t-suw****@users*****
t-suw****@users*****
2009年 9月 13日 (日) 23:57:11 JST
Index: htdocs/sidebar.js diff -u htdocs/sidebar.js:1.16 htdocs/sidebar.js:1.17 --- htdocs/sidebar.js:1.16 Mon Aug 31 23:31:21 2009 +++ htdocs/sidebar.js Sun Sep 13 23:57:11 2009 @@ -1,4 +1,4 @@ -/* $Id: sidebar.js,v 1.16 2009/08/31 14:31:21 t-suwa Exp $ */ +/* $Id: sidebar.js,v 1.17 2009/09/13 14:57:11 t-suwa Exp $ */ document.open(); document.writeln(' <h2>ãã¦ã³ãã¼ã</h2>'); @@ -24,15 +24,15 @@ document.writeln(' <h2>ã©ã¤ã»ã³ã¹</h2>'); document.writeln(' <ul>'); document.writeln(' <li><a href="http://www.opensource.jp/gpl/gpl.ja.html"'); -document.writeln(' target="_blank">GNU GPL</a><br />'); -document.writeln(' 誰ã§ãç¡æã§èªç±ã«ä½¿ãã¾ãã</li>'); +document.writeln(' target="_blank">GNU GPLv2</a><br />'); +document.writeln(' ç¡æã§ãã誰ã§ãèªç±ã«æ¹å¤ã§ãã¾ãã</li>'); document.writeln(' </ul>'); document.writeln(''); document.writeln(' <h2>åä½ç°å¢</h2>'); document.writeln(''); document.writeln(' <table>'); document.writeln(' <tr>'); -document.writeln(' <th rowspan=2 colspan=2>Mac OS X version</th><th colspan=2>AquaSKK version</th>'); +document.writeln(' <th rowspan=2>Mac OS X</th><th rowspan=2>CPU</th><th colspan=2>AquaSKK version</th>'); document.writeln(' </tr>'); document.writeln(' <tr>'); document.writeln(' <th>3.x</th><th>4.x</th>'); @@ -44,16 +44,16 @@ document.writeln(' <td>32bit</td><td class="green">OK<td class="green">OK</td>'); document.writeln(' </tr>'); document.writeln(' <tr>'); -document.writeln(' <td colspan=2>10.5.x (Leopard)</td><td class="green">OK</td><td class="green">OK</td>'); +document.writeln(' <td>10.5.x (Leopard)</td><td></td><td class="green">OK</td><td class="green">OK</td>'); document.writeln(' </tr>'); document.writeln(' <tr>'); -document.writeln(' <td colspan=2>10.4.x (Tiger)</td><td class="green">OK</td><td class="red">NG</td>'); +document.writeln(' <td>10.4.x (Tiger)</td><td></td><td class="green">OK</td><td class="red">NG</td>'); document.writeln(' </tr>'); document.writeln(' <tr>'); -document.writeln(' <td colspan=2>10.3.x (Panther)</td><td class="green">OK</td><td class="red">NG</td>'); +document.writeln(' <td>10.3.x (Panther)</td><td></td><td class="green">OK</td><td class="red">NG</td>'); document.writeln(' </tr>'); document.writeln(' <tr>'); -document.writeln(' <td colspan=2>10.2 以å</td><td class="red">NG</td><td class="red">NG</td>'); +document.writeln(' <td>10.2 以å</td><td></td><td class="red">NG</td><td class="red">NG</td>'); document.writeln(' </tr>'); document.writeln(' </table>'); document.writeln('');