Congratulations |
<% if request.querystring("action") = "newOurnews" then %>
Your
new Our News Story was created successfully.
<% end if %>
<% if request.querystring("action") = "editOurnews" then %>
Your
Our News Story was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteOurnews" then %>
Your
Our News Story was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newDocument" then %>
Your
Document was created successfully.
<% end if %>
<% if request.querystring("action") = "editDocument" then %>
Your
Document was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteDocument" then %>
Your
Document was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newCategory" then %>
Your
Category was created successfully.
<% end if %>
<% if request.querystring("action") = "editCategory" then %>
Your
Category was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteCategory" then %>
Your
Category was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newEntity" then %>
Your
Entity was created successfully.
<% end if %>
<% if request.querystring("action") = "editEntity" then %>
Your
Entity was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteEntity" then %>
Your
Entity was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newGroup" then %>
Your
E-Mail Group was created successfully.
<% end if %>
<% if request.querystring("action") = "editGroup" then %>
Your
E-Mail Group was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteGroup" then %>
Your
E-Mail Group was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newLinkCategory" then %>
Your
Link Category was created successfully.
<% end if %>
<% if request.querystring("action") = "editLinkCategory" then %>
Your
Link Category was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteLinkCategory" then %>
Your
Link Category was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newLink" then %>
Your
Link was created successfully.
<% end if %>
<% if request.querystring("action") = "editLink" then %>
Your
Link was edited successfully.
<% end if %>
<% if request.querystring("action") = "deleteLink" then %>
Your
Link was deleted successfully.
<% end if %>
<% if request.querystring("action") = "newUser" then %>
Your
User was registered successfully. They have been
sent an e-mail notifying them of their username and password
(providing that the e-mail address supplied was correct.
<% end if %>
|
|
|