/[suikacvs]/webroot/chuubu/2002/3-7/timetable-script-20020409.ja.js
Suika

Contents of /webroot/chuubu/2002/3-7/timetable-script-20020409.ja.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed Apr 10 10:01:50 2002 UTC (23 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/javascript
2002-04-10  wakaba <w@suika.fam.cx>

	* timetable-script-20020409.ja.js: New script.
	* ChangeLog: New file.

1 wakaba 1.1
2     // view panel for Internet Explorer
3    
4     document.write ('<div id="panel">');
5     document.write ('<h2>選択</h2>');
6     document.write ('<select id="bunri">');
7     document.write ('<option value="rikei">理系</option>');
8     document.write ('<option value="bunkei">文系</option>');
9     document.write ('</select>');
10     document.write ('<select id="bussei">');
11     document.write ('<option value="butsuri">物理</option>');
12     document.write ('<option value="seibutsu">生物</option>');
13     document.write ('</select>');
14     document.write ('<select id="chireki">');
15     document.write ('<option value="sekaishi">世界瘢雹史</option>');
16     document.write ('<option value="nihonshi">日本史</option>');
17     document.write ('<option value="chiri">地理</option>');
18     document.write ('</select>');
19     document.write ('</div>');
20    
21     /*
22    
23     Note: This script is intended to be used with timetable-20020409.ja.html
24     License: This script is on the Public Domain.
25    
26     See ChangeLog for authors and changes
27     $Date: $
28    
29     */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24