From: Hironori S. <hs...@mt...> - 2002-01-11 14:08:53
|
$B:dK\$G$9!#(B $B$H$3$m$G!"Nc$($P(B perl $B%9%/%j%W%H$+$i$@$H$I$&$d$C$F(B $BJV$jCM$r<u$1<h$l$P$$$$$N$G$7$g$&$+!#(B ----------------------------------- $B:dK\(B $B9@B'(B <hs...@mt...> http://www2u.biglobe.ne.jp/~hsaka/ ######### w3m $B$N(B local-CGI $B$@$H!"$3$s$J2hLL$G$I$&$G$9$+!)(B ######## <html> <head> <title>mlterm configuration</title> </head> <body> <form action="mlconfig.cgi" method=POST> <h1 align=center>mlterm configuration</h1> <center> <table border=1> <tr><td align=center valign=top width=50%> <b>Encoding</b> <table> <tr><td>Encoding <td><select name="ENCODING"> <option>EUC-JP <option>ISO-8859-11 (TIS-620) </select> <tr><td>ISCII lang <td><select name="iscii_lang"> <option>Malayalam </select> <tr><td>X Input Method <td><select name="xim"> <option>kinput2 </select> <tr><td>XIM locale <td><input type=text name="xim_locale" value="ja_JP.eucJP"> <tr><td colspan=2> <input type=checkbox name="use_bidi"> Bidi (UTF8 only) <input type=checkbox name="use_combining"> Combining </table> <td align=center valign=top width=50%> <b>Appearance</b> <table> <tr><td>FG colot <td><select name="fg_color"> <option>BLACK </select> <tr><td>BG colot <td><select name="bg_color"> <option>WHITE </select> <tr><td>Font size <td><select name="font_size"> <option>16 </select> <tr><td>Bel mode <td><input type=radio name="bel_mode" value="none">None <input type=radio name="bel_mode" value="sound">Sound <input type=radio name="bel_mode" value="visual">Visual <tr><td colspan=2> <input type=checkbox name="use_variable_column_width"> Variable column width <br> <input type=checkbox name="use_anti_alias"> Anti Alias <input type=checkbox name="use_transbg"> Transparent </table> <tr><td align=center align=top width=50%> <b>Copy&paste</b> <table> <tr><td>For unicode-subset encodings <br><input type=checkbox name="copy_paste_via_ucs"> Process received strings via Unicode </table> <td align=center align=top width=50%> <b>Others</b> <table> <tr><td>Tab size <td><input type=text name="tabsize" value="8"> <tr><td>Log size <td><input type=text name="logsize" value="128"> <tr><td>Mod Meta mode <td><input type=radio name="mod_meta_mode" value="none">None <input type=radio name="mod_meta_mode" value="esc">Esc <input type=radio name="mod_meta_mode" value="8bit">8bit </table> </table> <input type=submit name=_Ok value="OK"> <input type=submit name=_Apply value="Apply"> <input type=submit name=_Cancel value="Cancel"> <table border> <tr><td>Font size <br> <input type=submit name=_Font_size_larger value="Larger"> <input type=submit name=_Font_size_smaller value="Smaller"> <td>Wall picture <br> <input type=text name=_Wall_picture> <input type=submit name=_Wall_picture_off value="Off"> <td>Full Reset <br> <input type=submit name=_Full_Reset value="Full Reset"> </table> </center> </form> </body> </html> |