137 lines
4.7 KiB
HTML
137 lines
4.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
|
<title>Windows Server installation advisor--Language version</title>
|
|
<script language="Javascript" type="text/javascript" src="rzahqadvcommon.js"></script>
|
|
<script type="text/javascript" language="Javascript">
|
|
<!-- // Hide script from older browsers
|
|
|
|
//START NON-TRANSLATABLE
|
|
//Obtain name of HTML file in parent frame.
|
|
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
|
|
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
|
|
|
|
function checkFrame() {
|
|
//Is the hidden frame already loaded with the correct html?
|
|
if (parentUrl != "rzahqadvisor1.htm") {
|
|
window.location = "rzahqadvisor1.htm"; //load advisor frameset
|
|
return;
|
|
} else {
|
|
//Obtain name of HTML file in hidden frame.
|
|
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
|
|
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
|
|
if (hiddenUrl != "rzahqadvhidden.htm") {
|
|
//Correct HTML not loaded, load it
|
|
parent.hidden.window.location = "rzahqadvhidden.htm";
|
|
} else { //already loaded
|
|
getData();
|
|
}
|
|
}
|
|
}
|
|
|
|
function getData() {
|
|
if (!isEmpty(parent.hidden.v1[7])) {
|
|
if (parseInt(parent.hidden.v1[7]) == 2) {
|
|
document.form1.rad[1].checked = true;
|
|
if (!isEmpty(parent.hidden.v1[8])) {
|
|
document.form1.langid[parseInt(parent.hidden.v1[8]-1,10)].selected = true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
function onNext() {
|
|
//Save data
|
|
if (document.form1.rad[0].checked == true) {
|
|
parent.hidden.v1[7] = "1";
|
|
} else {
|
|
parent.hidden.v1[7] = "2";
|
|
parent.hidden.v1[8] = document.form1.langid.selectedIndex + 1;
|
|
}
|
|
//Next page
|
|
window.location = "rzahqadvisor8.htm";
|
|
}
|
|
|
|
function onBack() {
|
|
//Next page
|
|
if (parent.hidden.v1[3] == "iSCSI") {
|
|
window.location = "rzahqadvisor5.htm"; //skip windows version page
|
|
} else {
|
|
window.location = "rzahqadvisor6.htm";
|
|
}
|
|
}
|
|
|
|
//END NON-TRANSLATABLE
|
|
|
|
////////// -->
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
|
|
<body onLoad="checkFrame()">
|
|
<h2>Windows Server installation advisor</h2>
|
|
<p><strong>Language version</strong></p>
|
|
<form name="form1">
|
|
<p>What language version of the i5/OS Integrated Server Support product do you want to use?</p>
|
|
<blockquote>
|
|
<input type="radio" name="rad" value="prim" id="prim" checked>
|
|
<label for="prim">Use the primary national language of i5/OS</label>
|
|
<br>
|
|
<br>
|
|
<input type="radio" name="rad" value="specify" id="specify"></td>
|
|
<label for="specify">Use a specific national language:</label></td>
|
|
|
|
|
|
<select name="langid" id="specify" onChange="selectRadio(1)">
|
|
<option>2911 Slovenian</option>
|
|
<option>2922 Portuguese </option>
|
|
<option>2923 Dutch</option>
|
|
<option selected>2924 English uppercase and lowercase</option>
|
|
<option>2925 Finnish</option>
|
|
<option>2926 Danish</option>
|
|
<option>2928 French</option>
|
|
<option>2929 German</option>
|
|
<option>2931 Spanish</option>
|
|
<option>2932 Italian</option>
|
|
<option>2933 Norwegian</option>
|
|
<option>2937 Swedish</option>
|
|
<option>2938 English uppercase DBCS</option>
|
|
<option>2939 German MNCS</option>
|
|
<option>2940 French MNCS</option>
|
|
<option>2942 Italian MNCS</option>
|
|
<option>2950 English uppercase</option>
|
|
<option>2962 Japanse DBCS</option>
|
|
<option>2963 Dutch MNCS</option>
|
|
<option>2966 Belgian French</option>
|
|
<option>2975 Czech</option>
|
|
<option>2976 Hungarian</option>
|
|
<option>2978 Polish</option>
|
|
<option>2980 Brazilian Portuguese</option>
|
|
<option>2981 Canadian French MNCS</option>
|
|
<option>2984 English uppercase and lowercase DBCS</option>
|
|
<option>2986 Korean DBCS</option>
|
|
<option>2987 Chinese, Traditional</option>
|
|
<option>2989 Chinese, Simplified</option>
|
|
<option>2994 Slovakian</option>
|
|
<option>2996 Polish MNCS</option>
|
|
</select>
|
|
|
|
</blockquote>
|
|
|
|
<br><br>
|
|
<center>
|
|
<input type="button" value="<< Back" onClick="onBack()">
|
|
<input type="button" value="Next >>" onClick="onNext()">
|
|
</center>
|
|
</form>
|
|
</body>
|
|
</html>
|