summaryrefslogtreecommitdiffstats
path: root/packaging/adaptive-index-html/index.html.in
blob: 4edcd26bdc788baa54015f6ae2b0f7701141ebe1 (plain)
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
<!--
	vim: ts=2 sw=2
  -->
<HTML>
<HEAD>
<SCRIPT language="javascript">
<!--
function getlanguage() {
	language=navigator.language.replace( /-/, "_");
	if( language == "" )	{
		language = "<pri_lang/>";
	}
	prefix = "<prefix/>";
	suffix = "<suffix/>";
	switch( language )	{
	default :
		middle = language;
		switch( middle )	{
			default:
				middle = "<pri_lang/>";
				break;
			<REMAP/>
		}
		break;
		//* These browser languages are directly supported
		<LANGS/>
	}
	window.location=prefix + middle + suffix;
}
// -->
</SCRIPT>
</HEAD>
<BODY onload="javascript:getlanguage();">
	<H1>Fedora Release Notes</H1>
	<PARA>
		In a moment, you should see the release notes in your language.
	</PARA>
	<PARA>
		Depending on your browser, we may not be able to determine the
		proper language to use.
	</PARA>
	<PARA>
		If there is any problem, choose from the list below.
	</PARA>
	<PARA>
		Use the links below to view the Feodra Release Notes in the language 
		of your choice.
	</PARA>
	<DL>
	<ITEMS/>
	</DL>
</BODY>
</HTML>