[aquaskk-changes 556] CVS update: htdocs

Back to archive index

t-suw****@users***** t-suw****@users*****
2009年 8月 18日 (火) 22:41:45 JST


Index: htdocs/util.js
diff -u htdocs/util.js:1.2 htdocs/util.js:1.3
--- htdocs/util.js:1.2	Sat Aug 27 23:15:34 2005
+++ htdocs/util.js	Tue Aug 18 22:41:45 2009
@@ -1,16 +1,16 @@
-/* $Id: util.js,v 1.2 2005/08/27 14:15:34 t-suwa Exp $ */
+/* $Id: util.js,v 1.3 2009/08/18 13:41:45 t-suwa Exp $ */
 
 /*
-** CVS のキーワードから「最終更新日時:YYYY/MM/DD HH:MM:SS」を返す
+** CVS のキーワードから「最終更新日時:YYYY/MM/DD HH:MM:SS」を返す
 */
 function lastupdate(date) {
     result = date.split(" ");
-    document.write('<p class="last-modified">最終更新日時: '
+    document.write('<p class="last-modified">最終更新日時: '
 		   + result[1] + " " + result[2] + '</p>');
 }
 
 /*
-** オリジナルへのリンクを貼った小さいイメージとタイトルを表示する
+** オリジナルへのリンクを貼った小さいイメージとタイトルを表示する
 */
 function image_mini(title, url) {
     document.write('<p class="figure"><a href="./images/'  + url + '">' +
@@ -20,7 +20,7 @@
 }
 
 /*
-** 指定されたイメージとタイトルを表示
+** 指定されたイメージとタイトルを表示
 */
 function image(title, url) {
     document.write('<p class="figure">' + 
@@ -30,10 +30,10 @@
 }
 
 /*
-** 候補ウィンドウを表示
+** 候補ウィンドウを表示
 **
-** 最初の引数:「残り n」の n
-** 以降の引数:変換候補
+** 最初の引数:「残り n」の n
+** 以降の引数:変換候補
 */
 function candidate() {
     labels = new Array("dummy", "A", "S", "D", "F", "J", "K", "L");
@@ -50,11 +50,11 @@
 	}
 	document.write('   ');
     }
-    document.write('[残り ' + remain + ']</blockquote>');
+    document.write('[残り ' + remain + ']</blockquote>');
 }
 
 /*
-** 入力文字を全て kbd に展開する
+** 入力文字を全て kbd に展開する
 */
 function kbd() {
     for(i = 0; i < kbd.arguments.length; ++ i) {
@@ -63,14 +63,14 @@
 }
 
 /*
-** 入力モードアイコン表示
+** 入力モードアイコン表示
 */
 function icon(str) {
     document.write('<img class="icon" src="./images/icon-' + str + '.png" />');
 }
 
 /*
-** ▽入力モード
+** ▽入力モード
 */
 function nyuuryoku() {
     str = nyuuryoku.arguments[0];
@@ -78,11 +78,11 @@
     if(nyuuryoku.arguments.length > 1) {
 	icon(nyuuryoku.arguments[1]);
     }
-    document.write('<u>▽' + str + '</u></blockquote>');
+    document.write('<u>â–½' + str + '</u></blockquote>');
 }
 
 /*
-** ▼変換モード
+** ▼変換モード
 */
 function henkan(str, mode) {
     str = henkan.arguments[0];
@@ -90,11 +90,11 @@
     if(henkan.arguments.length > 1) {
 	icon(henkan.arguments[1]);
     }
-    document.write('<u>▼' + str + '</u></blockquote>');
+    document.write('<u>â–¼' + str + '</u></blockquote>');
 }
 
 /*
-** 確定結果
+** 確定結果
 */
 function kakutei(str, mode) {
     str = kakutei.arguments[0];
@@ -106,7 +106,7 @@
 }
 
 /*
-** ナビゲーションリンク
+** ナビゲーションリンク
 */
 function navi(prev, next) {
     document.write('<hr />');



aquaskk-changes メーリングリストの案内
Back to archive index