Ignore:
Timestamp:
2000-01-27T09:33:49+13:00 (24 years ago)
Author:
sjboddie
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/extlink.dm

    r725 r876  
    11package extlink
    22
    3 _iconforward_{<img src="_httpiconmore_" align=absbottom
    4 width=_widthmore_ height=_heightmore_ border=0 alt="_texticonforward_">}
    5 _iconforward_[v=1] {_texticonforward_}
    6 
    7 _iconbackward_{<img src="_httpiconless_" align=absbottom
    8 width=_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_ {}
     3_header_ {_htmlhead_}
    164
    175_foundcontent_ {
    186
    19 <h3>External link</h3>
     7<h3>_textextlink_</h3>
    208
    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.
     9<p> _textextlinkcontent_
     10}
    2811
    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>
     12# should have arguments of collection, collectionname and link
     13_foundintcontent_ {
    4014
     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.
    4122}
    4223
    4324_notfoundcontent_ {
    4425
    45 <h3>Internal link not found</h3>
     26<h3>_textlinknotfound_</h3>
    4627
    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.
     28<p> _textlinknotfoundcontent_
     29}
    5230
    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>
    6231
    63 }
Note: See TracChangeset for help on using the changeset viewer.