<## SETUP VARIABLES ##################################################### ### Change these few variables to setup your guestbook before you change ### the html... ### ################################################################## ##> <## SUBROUTINES ######################################################### ### Do NOT change unless you know what you are doing, or feel ### adventurous... ### If you do feel adventurous, then remember, that any quotation marks ### inside these strings since they are macros, need to have a "\" in ### front of them... ### ################################################################## ##> <## This short routine is to remove any html from the comments ##> <## section if the user entered any ##> <## Loop to get the total number of entries ##> Now showing messages " $ viewto $ " through " $ viewfrom $ "

    "> <## ######################################################## ##> <## This loop is making a single variable to hold all of the ##> <## entries so we can just use the variable in the final ##> <## page output to represent the entire set of entries ##> <## It is also putting the entries in reverse order. ##> <## Be careful if you change this area. <## ######################################################## ##>
    Date" $ date&[loop] $ " - " $ time&[loop] $ "
    Name:" $ name&[loop] $ "
    Contact:" $ contact&[loop] $ "
    Genstat #:" $ genstat&[loop] $ "
    Cell #:" $ cell&[loop] $ "
    Locater #:" $ locater&[loop] $ "
    Where you can be reached:" $ reached&[loop] $ "
    Message:" $ message&[loop] $ "
    ">
    "> "> <## GUESTBOOK VIEWING ################################################### ### The HTML in this section is for when the user wishes to view ### entries in your guestbook... ### Only change the html between the and tags..., but you ### need to leave the entries macro to show the entries... ### ################################################################## ##> CIVNET OFFLINE Civilian Communications Facility

    CIVNET OFFLINE Civilian Communications Facility

    Bottom

    Current Message Queue

    &[entries] Show most recent &[numberofentries] Entries


    Back to the Communications Panel
    Back to the Communications Panel



    <## END OF SCRIPT ################################################ ##>