ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzam9_5.4.0.1/choosecables.htm

176 lines
4.7 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 4.0//EN">
<html>
<head>
<!-- Begin Header Records -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Print server and rack cabling instructions</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
<script language = "Javascript" src = "../rzahg/iccommon.js"></script>
<script language="Javascript" type="text/javascript">
<!-- //////////
//START NON-TRANSLATABLE
function hideDivs() {
MM_showHideLayers('sys2','','show');
MM_showHideLayers('sys3','','hide');
MM_showHideLayers('sys4','','hide');
MM_showHideLayers('sys5','','hide');
MM_showHideLayers('sys6','','hide');
MM_showHideLayers('spacer','','hide');
}
function showMe() {
switch (document.form1.sys.selectedIndex) {
case 0:
MM_showHideLayers('sys2','','show');
MM_showHideLayers('sys3','','hide');
MM_showHideLayers('sys4','','hide');
MM_showHideLayers('sys5','','hide');
MM_showHideLayers('sys6','','hide');
break;
case 1:
MM_showHideLayers('sys2','','hide');
MM_showHideLayers('sys3','','show');
MM_showHideLayers('sys4','','hide');
MM_showHideLayers('sys5','','hide');
MM_showHideLayers('sys6','','hide');
break;
case 2:
MM_showHideLayers('sys2','','hide');
MM_showHideLayers('sys3','','hide');
MM_showHideLayers('sys4','','show');
MM_showHideLayers('sys5','','hide');
MM_showHideLayers('sys6','','hide');
break;
case 3:
MM_showHideLayers('sys2','','hide');
MM_showHideLayers('sys3','','hide');
MM_showHideLayers('sys4','','hide');
MM_showHideLayers('sys5','','show');
MM_showHideLayers('sys6','','hide');
break;
case 4:
MM_showHideLayers('sys2','','hide');
MM_showHideLayers('sys3','','hide');
MM_showHideLayers('sys4','','hide');
MM_showHideLayers('sys5','','hide');
MM_showHideLayers('sys6','','show');
break;
}
}
function onGo() {
nextPage = "choosecables.htm";
switch (document.form1.sys.selectedIndex) {
case 0:
nextPage = "cable270instruct.htm";
break;
case 1:
nextPage = "cable52linstruct.htm";
break;
case 2:
nextPage = "cable52linstruct.htm";
break;
case 3:
nextPage = "cable820instruct.htm";
break;
case 4:
nextPage = "cable52minstruct.htm";
break;
}
window.location = nextPage;
}
//END NON-TRANSLATABLE
//////////-->
</script>
</head>
<body onload="hideDivs()">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<!-- End Header Records ============================================ -->
<A NAME="Top_Of_Page"></A>
<h2>Print server and rack cabling instructions</h2>
<p>Cabling instructions are available for the following servers. </p>
<p>To view the appropriate cabling instructions, select your server:</p>
<form name="form1">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><select name="sys" onchange="showMe()" id="sys">
<option value="2">Model 270</option>
<option value="3">Model 800</option>
<option value="4">Model 810</option>
<option value="5">Model 820</option>
<option value="6">Model 825</option>
</select> <input type="button" value="Go!" name="go" onclick="onGo()">
</td>
</tr>
</table>
</form>
<p>For cabling instructions for additional server models, see
<a href="../icbase/iphah/cablekickoff.htm">Cabling
Your Server</a> in the IBM Systems Hardware Information Center.</p>
<div id="sys2" style="position: absolute;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 270" src="spec270.gif" border="0" height="150"></td>
</tr>
</table>
</div>
<div id="sys3" style="position: absolute;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 800" src="spec810.jpg" border="0" height="150"></td>
</tr>
</table>
</div>
<div id="sys4" style="position: absolute;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 810" src="spec810.jpg" border="0" height="150"></td>
</tr>
</table>
</div>
<div id="sys5" style="position: absolute;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 820e" src="spec820.gif" border="0" height="150"></td>
</tr>
</table>
</div>
<div id="sys6" style="position: absolute;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 825" src="spec825.jpg" border="0" height="150"></td>
</tr>
</table>
</div>
<div id="spacer" style="position: relative;">
<table>
<tr>
<td width="3%">&nbsp;</td>
<td><img alt="Model 250" src="spec170.gif" border="0" height="150"></td>
</tr>
</table>
</div>
</body>
</html>