[Isis-users] COMMANDS FOR PFT

De Smet Egbert egbert.desmet at uantwerpen.be
Wed Feb 28 08:59:01 CET 2018


Solomon,

you might have a look at the code we used in the PFT of the 'dubcore' database (for Dublin Core documents or repositories) : 

if p(v96) then '<tr><td width=20% valign=top><font face=arial
size=2><b>Text-source </b></td><td valign=top><font face=arial size=2><iframe
height=200 width=800  scrolling=yes
src=',replace(v96,'/var/opt/ABCD/bases/','/docs/'),'></iframe></td></tr>' fi

if p(v98) then '<tr><td width=20% valign=top><font face=arial size=2><b>URL</b></td><td valign=top><font face=arial size=2><A HREF="/docs/dubcore/collection/',v98'" target=new>'v98+|<br>|,'</A></td>' fi/

The first part (v96) shows the contents of a file in an 'iframe' (within a table cell), for which the (local) filename is stored in v96, and the path is replaced by the 'docs' alias of Apache (which actually can refer to the same directory but then it becomes accessible outside the Apache document-root) but could also be a URL starting with 'http'.

The second part (v98) is to show the external document as a hyperlink, on which one can click to view the page in another window.

Is that what you need ?


Egbert de Smet
Universiteit Antwerpen
________________________________________
From: isis-users <isis-users-bounces+egbert.desmet=ua.ac.be at iccisis.org> on behalf of Solomon Mutai <skmutai at gmail.com>
Sent: Wednesday, February 28, 2018 8:06 AM
To: isis-users at iccisis.org
Subject: [Isis-users] COMMANDS FOR PFT

Colleagues,

I am trying to link ABCD theses code 856^u such that it retrieves fulltext document if available in the Internet. Could someone please assist me on this. I wish to add this to admarc.pft. Thanks


More information about the isis-users mailing list