File: sivuhomma.html

package info (click to toggle)
chos 0.82-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,024 kB
  • ctags: 968
  • sloc: ansic: 4,180; asm: 2,103; tcl: 1,976; makefile: 152; sh: 79
file content (97 lines) | stat: -rw-r--r-- 3,635 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<html>
<head>

<SCRIPT LANGUAGE="JavaScript"><!-- 
var texts=new Array();

texts[0]="Introduction to Choose-OS...";
texts[1]="Beginners QuickStart guide...";
texts[2]="Technical information...";
texts[3]="Visual Chos - what is it?";
texts[4]="Miscalleneous information..."
texts[5]="What's new, Bugs and TODOs...";
texts[6]="Configuration options...";
texts[7]="Command line options...";
texts[8]="Credits, Copyright and stuff...";
texts[9]="Some special errors..."
texts[10]="Included utilities help...";
texts[11]="Index of all documents";
texts[12]="Tips...";
texts[13]="Release notes";

function doBtnMouse(button, mouseOver)
{
	window.status = mouseOver?texts[button] : "";
	return true;
}
		
function doBtnMouseOver(btn)
{
	return doBtnMouse(btn,true);
}
function doBtnMouseOut(btn)
{
	return doBtnMouse(btn,false);
}
// --></SCRIPT>
</head>

<body text=white link=white  bgcolor=white vlink=white alink=white
 background="sivu2.jpg">
<br><br>
<b>
<font size=+1>
&nbsp;
Documents:</font>
<br><br>
<div align=right>

<A HREF="intro.html" target=main onmouseover="if (doBtnMouseOver(0)) return true;" onmouseout="if (doBtnMouseOut(0)) return true;">
	Introduction</A>&nbsp;&nbsp;<br><br>

<A HREF="release_notes.html" target=main onmouseover="if (doBtnMouseOver(13)) return true;" onmouseout="if (doBtnMouseOut(13)) return true;">
	Release notes</A>&nbsp;&nbsp;<br><br>

<A HREF="quick.html" target=main onmouseover="if (doBtnMouseOver(1)) return true;" onmouseout="if (doBtnMouseOut(1)) return true;">
	QuickStart</A>&nbsp;&nbsp;<br><br>

<A HREF="config.html" target=main onmouseover="if (doBtnMouseOver(6)) return true;" onmouseout="if (doBtnMouseOut(6)) return true;">
	Configuration</A>&nbsp;&nbsp;<br><br>

<A HREF="cmdline.html" target=main onmouseover="if (doBtnMouseOver(7)) return true;" onmouseout="if (doBtnMouseOut(7)) return true;">
	Command line</A>&nbsp;&nbsp;<br><br>

<A HREF="tech.html" target=main onmouseover="if (doBtnMouseOver(2)) return true;" onmouseout="if (doBtnMouseOut(2)) return true;">
	Tech. info</A>&nbsp;&nbsp;<br><br>

<A HREF="vchos.html" target=main onmouseover="if (doBtnMouseOver(3)) return true;" onmouseout="if (doBtnMouseOut(3)) return true;">
	Visual Chos</A>&nbsp;&nbsp;<br><br>

<A HREF="tips.html" target=main onmouseover="if (doBtnMouseOver(12)) return true;" onmouseout="if (doBtnMouseOut(12)) return true;">
	Tips</A>&nbsp;&nbsp;<br><br>

<A HREF="misc.html" target=main onmouseover="if (doBtnMouseOver(4)) return true;" onmouseout="if (doBtnMouseOut(4)) return true;">
	Misc. stuff</A>&nbsp;&nbsp;<br><br>

<A HREF="utils.html" target=main onmouseover="if (doBtnMouseOver(10)) return true;" onmouseout="if (doBtnMouseOut(10)) return true;">
	Utilities help</A>&nbsp;&nbsp;<br><br>

<A HREF="errors.html" target=main onmouseover="if (doBtnMouseOver(9)) return true;" onmouseout="if (doBtnMouseOut(9)) return true;">
	Errors</A>&nbsp;&nbsp;<br><br>

<A HREF="new_bugs.html" target=main onmouseover="if (doBtnMouseOver(5)) return true;" onmouseout="if (doBtnMouseOut(5)) return true;">
	New, bugs, TODO</a>&nbsp;&nbsp;<br>
<!--<A HREF="new_bugs.html" target=main onmouseover="if (doBtnMouseOver(5)) return true;" onmouseout="if (doBtnMouseOut(5)) return true;">
	Future</a>&nbsp;&nbsp;<br><br>-->
<p><p>
<A HREF="alldocs.html" target=main onmouseover="if (doBtnMouseOver(11)) return true;" onmouseout="if (doBtnMouseOut(11)) return true;">
	Index</A>&nbsp;&nbsp;<br><br>

<p><p>
<A HREF="credits.html" target=main onmouseover="if (doBtnMouseOver(8)) return true;" onmouseout="if (doBtnMouseOut(8)) return true;">
	Copyright/Credits</A>&nbsp;&nbsp;<br><br>

</div>
</b>
</body>
</html>