[Add bookmarkable links to the show archive clinton@unknownlamer.org**20080209054215] { hunk ./src/web-frontend.lisp 48 +(defun cross-component-link (link-text action-object from-component) + (let ((id (js:gen-js-name-string :prefix "id"))) + (<:a :href (action-href action-object :component from-component) + :id id + (<:as-html link-text)) + (ucw::install-action-js id "onclick" action-object))) + hunk ./src/web-frontend.lisp 60 - (