<%-- File : modify.html Description : This file displays the modify form (when a user wants to update an existing link). Tags : All the properties of a link are available, plus: Category => Either a select list, or a hidden tag. If you set db_gen_category_list to Yes in the admin, then you will see a select list here. If it's set to No, then it will just be a hidden tag. error => If there was a problem modifying a link, this tag will contain an error message. --%> <%site_title%>: Modify a Link <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>MODIFY A LINK<%/header_font%>
 
<%body_font%> <%if error%>

<%error_font%><%error%>

<%endif%>
<%if LinkID%> <%else%>

Please enter the URL of the link you wish to update. Make sure it is identical to the one already in the database:

Now enter the new information (all of it, not just the changes) below:

<%endif%> <%include include_form.html%> <%if user_may_upload_attachments%> <%include include_attachment_form.html%> <%endif%>
<%body_font%>
 
<%include include_menu.html%> <%include include_footer.html%>