Mercurial > mercurial > hgweb_searcher2.cgi
comparison html/start.html @ 0:c174ac668e9f
First commit ! (ver2.8)
author | pyon@macmini |
---|---|
date | Tue, 05 Apr 2011 18:44:57 +0900 |
parents | |
children | e0cf49906039 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c174ac668e9f |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> | |
3 <head> | |
4 <title></title> | |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
6 </head> | |
7 <body> | |
8 <h2><font size="+1" color="green">操作方法</font></h2> | |
9 <h4><font color="blue">一般用コマンド</font></h4> | |
10 被保番を10桁で入力しください.<br /> | |
11 テンキーの - で1文字消去できます.<br /> | |
12 ** でプログラムを終了します.<br /> | |
13 <font color=red>2007/05/31 以降のデータが検索できます.</font><br /> | |
14 <hr /> | |
15 | |
16 <h2><font color="green">改訂履歴</font></h2> | |
17 <table border="1"> | |
18 <tr bgcolor="#ffcc33"> <th>年月日</th> <th>バージョン</th> <th>内容</th> </tr> | |
19 <tr> <td>2011.04.01</td> <td align="center">2.8</td> <td>細かい機能追加</td> </tr> | |
20 <tr> <td>2011.03.31</td> <td align="center">2.7</td> <td>細かい機能追加</td> </tr> | |
21 <tr> <td>2011.03.28</td> <td align="center">2.6</td> <td>細かい修正</td> </tr> | |
22 <tr> <td>2011.03.11</td> <td align="center">2.5</td> <td>初版リリース</td> </tr> | |
23 </table> | |
24 </body> | |
25 </html> |