Re: [Hypercontent-users] file browsing to create links
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-12-19 14:29:11
|
Hi Carl, One way to change it would be to edit line 29 of /screens/rss-=20= directory.vm in the bootstrap repository. It currently looks like this: #set ($link=3D$xmlencoder.encode($paths.concat($link-base,$path))) You could try changing this to: #set ($link=3D$xmlencoder.encode($paths.concat($link-base,=20 $asset.DefaultOutput))) I haven't tested this, so you should definitely exercise it, but the =20 basic ideas is that instead of linking to the path of the file in the =20= repository, you are linking to it's default output, which corresponds =20= to the default or left-most view listed on the View tab. Cheers, Alex On Dec 19, 2006, at 7:13 AM, Carl Barrow wrote: > Hi Alex, > > > > When using the file browser to create links in H/C many of my users =20= > click on the link to the XML file which is the most prominent =20 > rather than the link to the output =91html=92 which is located next = to =20 > the title and not as obvious. Is there an easy to way change this =20 > in an XSL file? > > > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > *******************---------------------------------------------------=20= > ---------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |