<% # logbook-form.adp -- an included file for logbook-edit.adp and logbook-add.adp # which shares the form between those two pages # # required arguments - the text for the "submit button" and the action # for the form if { [ns_adp_argc] != 3 } { ns_log error "wrong number of arguments passed to release-form.adp. I count [ns_adp_argc]. The text for the submit button should be included, as well as the form action to send the data to." ns_adp_abort } ns_adp_bind_args submit_button_text form_action if ![info exists procedure_name] { set procedure_name "" } %> <%=[glassroom_form_action "$form_action" ]%>
Procedure: or <% if { !$name_in_popup_p } { ns_puts " " } else { ns_puts " " } %>
Notes:

<%=[glassroom_submit_button "$submit_button_text" ]%>