ticket_page_link

one of the documented procedures in this installation of the ACS
Usage:
ticket_page_link   { text "Page ticket" }
What it does:
returns the html for a link into the ticket system for page tickets

Note that this function assumes that project_id 0 is the "Incoming" project

Defined in: /web/philip/tcl/ticket-defs.tcl

Source code:


    return "<a href=\"/ticket/issue-new?project_id=0&from_host=[ns_urlencode [ns_conn location]]&from_url=[ns_urlencode [ns_conn url]]&fq_len=[string length [ns_conn query]]&from_query=[ns_urlencode [ns_conn query]]\">$text</a>"


philg@mit.edu