1
0
Files
irix-657m-src/eoe/cmd/sss/console/plugins/plugin_datafiles/action_update.html
2022-09-29 17:59:04 +03:00

44 lines
1.4 KiB
HTML

<HTML>
<HEAD>
<TITLE>SGI Embedded Support Partner - ver.1.0</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function showMap()
{ var map=window.open('/help_update_action.html', 'help',
'width=650,height=350,status=yes,scrollbars=yes,resizable=yes');
map.main=self;
map.main.name="sss_main";
map.focus();
}
function getData(act1)
{ actionChoice = act1.actionid.selectedIndex;
if(actionChoice == -1)
{ alert("You must choose an action to proceed");
return false;
}
window.location.href='action_update_info.html';
return true;
}
//-->
</SCRIPT>
</HEAD>
<body bgcolor="#ffffcc">
<form onSubmit="return getData(this)" method=GET name="act1" action="/$sss/RGS/libsemserver~UPDATEACTION">
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr><TD bgcolor="#cccc99" width="15">&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<td bgcolor="#cccc99"><font face="Arial,Helvetica">SETUP &gt; Actions &gt; Update</font></td></tr>
<tr><td colspan=2>&nbsp;</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>&nbsp;</td></tr>
<tr><td>&nbsp;</td>
<td><font face="Arial,Helvetica">Choose the action that you want to update:<p>
<a href="/$sss/RG/libsemserver~ACTIONLIST?multiselect=0">ACTIONLIST</a>
</font></td></tr>
</table>
<INPUT TYPE="hidden" name=multiselect value=1>
<a href="/$sss/rg/libsemserver~GETSYSID">GETSYSID</a>
</form>
</body>
</html>