<%-- File : modify_select.html Description : This file is only used if you have user_required set to Yes. It displays a list of all links a user owns and lets them pick which one they want to modify. Tags : The only special tag available is: link_results_loop => A loop of the available links the user owns. total => A count of how many links the user owns. next => A toolbar (1 2 3 > >>) letting the user span pages. --%> <%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%>Please pick which link you would like to update:
<%loop link_results_loop%> <%endloop%>
<%if isValidated eq 'Yes'%><%endif%> <%Links::Utils::load_link_info%> <%include link.html%>
<%if next%>

Pages: <%next%> <%endif%>

 
<%include include_menu.html%> <%include include_footer.html%>