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

Last change on this file since 876 was 876, checked in by sjboddie, 24 years ago

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 665 bytes
Line 
1package extlink
2
3_header_ {_htmlhead_}
4
5_foundcontent_ {
6
7<h3>_textextlink_</h3>
8
9<p> _textextlinkcontent_
10}
11
12# should have arguments of collection, collectionname and link
13_foundintcontent_ {
14
15<h3>Link to "_2_" collection</h3>
16
17<p> The link you have selected is external to the "_collectionname_"
18 collection (it links to the "_2_" collection).
19 If you wish to view this link in the "_2_" collection you can
20 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
21 otherwise use your browsers "back" button to return to the previous document.
22}
23
24_notfoundcontent_ {
25
26<h3>_textlinknotfound_</h3>
27
28<p> _textlinknotfoundcontent_
29}
30
31
Note: See TracBrowser for help on using the repository browser.