ticket_page_link { text "Page ticket" }What it does:
returns the html for a link into the ticket system for page ticketsDefined in: /web/philip/tcl/ticket-defs.tclNote that this function assumes that project_id 0 is the "Incoming" project
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>"