#!/bin/csh # Copyright 10/26/99 Sun Microsystems, Inc. All Rights Reserved. # "@(#)getmachine.cgi 1.26 99/10/26 Sun Microsystems" source ./profile.csh set post_script="nf_html_main.cgi" if ( ! $?WWW_add && ! $?WWW_remove && ! $?WWW_view && ! $?WWW_endsession && ! $?WWW_nwmap) then echo 'content-type: text/html' echo '' echo '' echo '
' echo '' echo '
'
echo ''
echo ''
exit
endif
############################################
#Check if Add or Remove button is clicked.
#Execute accordingly.
############################################
if ( $?WWW_add || $?WWW_remove) then
cat <
Help
Select a System:
Add / Remove a System:
End session and save session info.