61 lines
2.8 KiB
HTML
61 lines
2.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>SGI Embedded Support Partner - ver.1.0</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
function showMap()
|
|
{ var map=window.open('/help_view_events.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(Setup)
|
|
{ choice=-1;
|
|
for(i = 0; i < Setup.setup_select.length;i++)
|
|
{ if(Setup.setup_select[i].checked) choice = i;
|
|
}
|
|
if(choice == -1)
|
|
{ alert("Please choose a setup to view.");
|
|
return false;
|
|
}
|
|
return true;
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<body bgcolor="#ffffcc">
|
|
<form onSubmit="return process_submit(this)" method=POST action="/$sss/rg/libsemserver~EVENT_VIEW_PAGE" name="Setup">
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
|
<tr><TD bgcolor="#cccc99" width=15> </td>
|
|
<td bgcolor="#cccc99"><font face="Arial,Helvetica">SETUP > Events > 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="setup_select" value="0"></font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">View Event</font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">Displays event parameters, such as filtering parameters and action(s) for this event.</font></td></tr>
|
|
<tr><td colspan=5> </td></tr>
|
|
<tr valign="top"><td><font face="Arial,Helvetica"><input type="radio" name="setup_select" value="1"></font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">View Event List</font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">Displays all events available on the system.</font></td></tr>
|
|
<tr><td colspan=5> </td></tr>
|
|
<tr valign="top"><td><font face="Arial,Helvetica"><input type="radio" name="setup_select" value="2"></font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">View Classes</font></td>
|
|
<td> </td>
|
|
<td><font face="Arial,Helvetica">Displays all event classes available on the system.</font></td></tr>
|
|
</table>
|
|
<p><INPUT TYPE="SUBMIT" VALUE=" Accept "><a href="/$sss/rg/libsemserver~GETSYSID">GETSYSID</a>
|
|
<input type="hidden" name="row_num" value=0>
|
|
</font></td></tr></table>
|
|
</form></BODY></HTML>
|