Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 9 Aug 2007 18:05:53 -0000 1.31 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 13 Aug 2007 13:52:11 -0000 1.32 @@ -219,6 +219,19 @@ } } + Class create ::xowiki::Link::css -superclass ::xowiki::Link::file -parameter { + } + ::xowiki::Link::css instproc render_found {href label} { + ::xowiki::Page requireCSS $href + return "" + } + Class create ::xowiki::Link::js -superclass ::xowiki::Link::file -parameter { + } + ::xowiki::Link::js instproc render_found {href label} { + ::xowiki::Page requireJS $href + return "" + } + Class create ::xowiki::Link::swf -superclass ::xowiki::Link::file -parameter { width height bgcolor version quality wmode align salign play loop menu scale