source: trunk/gsdl/macros/extlink.dm@ 725

Last change on this file since 725 was 725, checked in by davidb, 25 years ago

Macros to support webpage based collection building
and internal and external links in collection documents

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1package extlink
2
3_iconforward_{<img src="_httpiconmore_" align=absbottom
4width=_widthmore_ height=_heightmore_ border=0 alt="_texticonforward_">}
5_iconforward_[v=1] {_texticonforward_}
6
7_iconbackward_{<img src="_httpiconless_" align=absbottom
8width=_widthless_ height=_heightless_ border=0 alt="_texticonbackward_">}
9_iconbackward_[v=1] {_texticonbackward_}
10
11_texticonforward_ {forward to external page}
12_texticonbackward_ {back to previous page}
13
14_nexturl_ {}
15_prevdoc_ {}
16
17_foundcontent_ {
18
19<h3>External link</h3>
20
21<p> The link you have selected is external to the _collectionname_
22 collection.
23 If you still wish to view this link and your browser has access to
24 the Web, you can go
25 <a href="_nexturl_">forward</a> to this page; otherwise you can go
26 <a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">back</a>
27 to the previous document.
28
29<p>
30<center>
31 <table>
32 <tr align=absbottom>
33 <td><a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">_iconbackward_</a></td>
34 <td><a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">Back</a></td>
35 <td><a href="_nexturl_">Forward</a></td>
36 <td><a href="_nexturl_">_iconforward_</a></td>
37 </tr>
38 </table>
39</center>
40
41}
42
43_notfoundcontent_ {
44
45<h3>Internal link not found</h3>
46
47<p> For reasons beyond our control, the internal link you have selected
48 does not exist. This is most
49 probably due to an error in the source collection.
50 Click <a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">back</a>
51 to return to the previous document.
52
53<p>
54<center>
55 <table>
56 <tr align=absbottom>
57 <td><a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">_iconbackward_</a></td>
58 <td><a href="_httpdocument_&cl=_cgiargcl_&d=_prevdoc_">Back</a></td>
59 </tr>
60 </table>
61</center>
62
63}
Note: See TracBrowser for help on using the repository browser.