[Isis-users] links in iaH

De Smet Egbert egbert.desmet at uantwerpen.be
Tue Apr 4 09:42:29 CEST 2017


Piet,

the 'official' method to avoid a final interpunction is to use the '+' sign with a 'conditional' literal, i.e. the pipes. Therefore : v650+|; | . Did you try that (I didn't) and how does it come out ? It might be simpler.

Egbert de Smet
Universiteit Antwerpen
________________________________
From: isis-users [isis-users-bounces+egbert.desmet=ua.ac.be at iccisis.org] on behalf of Piet De Keyser [piet.dekeyser at ucll.be]
Sent: Monday, April 03, 2017 10:11 PM
To: isis-users at iccisis.org
Subject: [Isis-users] links in iaH


Hi all,


I want to share this with you, because small things matter too.

If you build links in iaH it can be difficult to find a good layout. Suppose you want all of your keywords to be links, then it is not nice to have this:


        Keywords: xxx; yyy; zzz;


(where each of them is clickable as link) because they should not end with semi-colon.


You would want:


        Keywords: xxx; yyy; zzz


i.e. without the annoying semi-colon at the end.


It could even be more complicated if you have more than one field for keywords (e.g. topical, geographical, uncontrolled keywords) and you all want them listed as one field. This is my case: I have v650, v651 and v653 (without subfields). Hiere is my layout - and it does the trick:


if p(v650) then '<tr><td width="10%" valign="top"><font face=arial size=2 color="green"><b>Keywords</b></td><td><font face=arial size=2>',('<a target="_blank"
href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?
IsisScript=iah.xis&lang=du&base=CATALOG&nextAction=lnk&exprSearch=',s(mpu,v650,mpl),'&indexSearch=MA">',v650,'</a>',if  iocc<nocc(v650) then '; ' fi),,

"; "d651,

if p(v651) then
('<a target="_blank" href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?
IsisScript=iah.xis&lang=du&base=CATALOG&nextAction=lnk&exprSearch=',s(mpu,v651,mpl),'&indexSearch=MA">',v651,'</a>',if iocc<nocc(v651) then '; ' fi), fi,

"; "d653,

if p(v653) then
('<a target="_blank" href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?
IsisScript=iah.xis&lang=du&base=CATALOG&nextAction=lnk&exprSearch=',s(mpu,v653,mpl),'&indexSearch=MA">',v653,'</a>',if  iocc<nocc(v653) then '; ' fi), fi,


Piet de Keyser

UC Leuven, Belgium

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20170404/04000e30/attachment.html>


More information about the isis-users mailing list