source: main/trunk/greenstone2/macros/extlink.dm@ 28482

Last change on this file since 28482 was 7343, checked in by jrm21, 20 years ago

added a comment at the start of all macro files about using UTF-8

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 227 bytes
Line 
1# this file must be UTF-8 encoded
2
3package extlink
4
5_header_ {_htmlhead_}
6
7_foundcontent_ {
8
9<h3>_textextlink_</h3>
10
11<p> _textextlinkcontent_
12}
13
14_notfoundcontent_ {
15
16<h3>_textlinknotfound_</h3>
17
18<p> _textlinknotfoundcontent_
19}
Note: See TracBrowser for help on using the repository browser.