File: Test_nsIMigemo.html

package info (click to toggle)
cmigemo 20110227-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 840 kB
  • sloc: ansic: 2,617; lisp: 608; cs: 183; makefile: 159; sh: 137; cpp: 67; perl: 59; csh: 49
file content (16 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
	<head>
		<!-- Copyright 2005 MURAOKA Taro(KoRoN)/KaoriYa -->
		<title>Test nsIMigemo</title>
		<script type="text/javascript" src="Test_nsIMigemo.js"></script>
	</head>
	<body>
		<div align="center">
			INPUT: <input id="MIGEMO_INPUT" size="80"><br/>
			<br/>
			<button onclick="test_Migemo();">Let's C/Migemo</button><br/>
			<br/>
			OUTPUT: <input id="MIGEMO_OUTPUT" size="80"><br/>
		</div>
	</body>
</html>