Hi all,

To be able to use autosuggest JavaScript in the tagging interface,
I'll need to include some files in the page header. I had a look at
the results of
find ~/src/cds-invenio/ -regex ".*_\(webinterface\|templates\).py"
-exec grep -l "\.js" {} \;
, and it looks like the options are
* include in the page body
* send to the page function in the metaheaderadd parameter

Since the JS should only be included when the user is logged in, and
since page() only seems to be used for collections in
websearch_webinterface.py, where and how would be the best way to do
this?

-- 
Victor Engmark

Reply via email to