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

44 lines
1.8 KiB
HTML

<HTML>
<HEAD>
<TITLE>SGI Embedded Support Partner - ver.1.0</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function showMap()
{ var map=window.open('/help_delete_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(form)
{ actionChoice = form.actionid.selectedIndex;
if(actionChoice == -1)
{ alert("You must choose an action to proceed");
return false;
}
return true;
}
//-->
</SCRIPT>
</HEAD>
<body bgcolor="#ffffcc" link="#333300" vlink="#333300">
<a HREF="/$sss/$nocache"></a>
<form onSubmit="return getData(this)" method=POST action="/$sss/rgs/libsemserver~deletelistset">
<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; Delete</font></td></tr>
<tr><td colspna=2>&nbsp;</td></tr>
<tr><td colspan=2 align=right><font face="Arial,Helvetica"><input TYPE="button" onClick="showMap()" Value=" Help "></font></td></tr>
<tr><td colspan=2>&nbsp;</td></tr>
<tr><td></td>
<td><table border=0 cellpadding=0 cellspacing=0>
<tr valign=top><td><font face="Arial,Helvetica" color="#666633"><b>Tip: </b></font></td>
<td><font face="Arial,Helvetica">If you delete an action, the relationships between all events and this action will be deleted.</font></td></tr>
</table><p><hr><p><font face="Arial,Helvetica">Choose the action you would like to delete:<p>
<a href="/$sss/rg/libsemserver~actionlist?multiselect=0">actionlist</a>
<a href="/$sss/rg/libsemserver~GETSYSID">GETSYSID</a>
<input type="HIDDEN" name="row_num" value=0>
</font></td></tr></table>
</form></body></html>