64 lines
2.5 KiB
HTML
64 lines
2.5 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>SGI Embedded Support Partner - ver.1.0</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
function showMap()
|
|
{ var map=window.open('/help_view_actions.html', 'help',
|
|
'width=650,height=350,status=yes,scrollbars=yes,resizable=yes');
|
|
map.main=self;
|
|
map.main.name="sss_main";
|
|
map.focus();
|
|
}
|
|
|
|
function process_submit(Actions)
|
|
{ choice=-1;
|
|
for(i = 0;i < Actions.action_select.length;i++)
|
|
{ if(Actions.action_select[i].checked)
|
|
choice = i;
|
|
}
|
|
if(choice == -1)
|
|
{ alert("Please choose an action report.");
|
|
return false;
|
|
}
|
|
return true;
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<BODY bgcolor="#ffffcc">
|
|
<form method=POST name="Actions" action="/$sss/rg/libsemserver~ACTIONS_PAGE" onSubmit="return process_submit(this);">
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
|
<tr><TD bgcolor="#cccc99" width=15> </TD>
|
|
<td bgcolor="#cccc99"><font face="Arial,Helvetica">SETUP > Actions > View Current Setup</font></td></tr>
|
|
<tr><td colspan=2> </td></tr>
|
|
<tr><td align="right" colspan=2><font face="Arial,Helvetica"><input TYPE="button" onClick="showMap()" Value=" Help "></font></td></tr>
|
|
<tr><td colspan=2> </td></tr>
|
|
<tr><td></td>
|
|
<td><font face="Arial,Helvetica">Choose one of the following options:<p>
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
|
<tr valign="top">
|
|
<td><font face="Arial,Helvetica"><input type="radio" name="action_select" value="0"></font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">View Action Setup</font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">Displays the current action setup.</font></td></tr>
|
|
<tr><td colspan=3> </td></tr>
|
|
<tr valign="top"><td><font face="Arial,Helvetica"><input type="radio" name="action_select" value="1"></font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">View Available Actions List</font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">Displays the current available actions list.</font></td></tr>
|
|
<tr><td colspan=3> </td></tr>
|
|
</table>
|
|
<p>
|
|
<INPUT TYPE="SUBMIT" VALUE=" Accept ">
|
|
<input type="hidden" name=multiselect value=0>
|
|
<input type="hidden" name=row_num value=0>
|
|
<a href="/$sss/rg/libsemserver~GETSYSID">GETSYSID</a>
|
|
</font>
|
|
</td></tr></table>
|
|
</form>
|
|
</BODY>
|
|
</HTML>
|