<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style><style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Piet,<br>
<br>
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.<br>
<div><br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Egbert de Smet<br>
Universiteit Antwerpen</div>
</span></font></div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF232775" style="direction: ltr;"><font color="#000000" size="2" face="Tahoma"><b>From:</b> isis-users [isis-users-bounces+egbert.desmet=ua.ac.be@iccisis.org] on behalf of Piet De Keyser [piet.dekeyser@ucll.be]<br>
<b>Sent:</b> Monday, April 03, 2017 10:11 PM<br>
<b>To:</b> isis-users@iccisis.org<br>
<b>Subject:</b> [Isis-users] links in iaH<br>
</font><br>
</div>
<div></div>
<div>
<p>Hi all,</p>
<p><br>
</p>
<p>I want to share this with you, because small things matter too. </p>
<p>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:</p>
<p><br>
</p>
<p>        Keywords: xxx; yyy; zzz;</p>
<p><br>
</p>
<p>(where each of them is clickable as link) because they should not end with semi-colon.<br>
</p>
<p><br>
</p>
<p>You would want:</p>
<p><br>
</p>
<p>        Keywords: xxx; yyy; zzz</p>
<p><br>
</p>
<p>i.e. without the annoying semi-colon at the end. <br>
</p>
<p><br>
</p>
<p>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:</p>
<p><br>
</p>
<p>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"<br>
href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?<br>
IsisScript=iah.xis&lang=du&base=CATALOG&nextAction=lnk&exprSearch=',s(mpu,v650,mpl),'&indexSearch=MA">',v650,'</a>',if  iocc<nocc(v650) then '; ' fi),,<br>
<br>
"; "d651,<br>
<br>
if p(v651) then<br>
('<a target="_blank" href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?<br>
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,<br>
<br>
"; "d653,<br>
<br>
if p(v653) then <br>
('<a target="_blank" href="http://localhost:9090/cgi-bin/wxis.exe/iah/scripts/?<br>
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,</p>
<p><br>
</p>
<p>Piet de Keyser</p>
<p>UC Leuven, Belgium<br>
<br>
</p>
</div>
</div>
</div>
</body>
</html>