<%-- File : add.html Description : This file displays an add link form to the user. By default, the actual form is in form.txt template as it is shared between the add and modify forms. Tags : This template has all the properties of a link 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 adding a link, this tag will contain an error message. --%> <%site_title%>: Add a Link <%css%> <%body_tag%><%include include_header.html%> <%body_table%><%include include_menu.html%><%inter_table%> <%header_row%>
<%header_font%> SOLICITAR INFO <%/header_font%>
 
<%body_font%> Para solicitar información sobre nuestros cursos, llena completamente el siguiente formulario, y agregaremos la información tan pronto como nos sea posible. <%if error%>

<%error_font%><%error%>

<%endif%>
<%include include_form.html%>
 <%body_font%>
 
<%footer_table%><%include include_footer.html%>