Ignore:
Timestamp:
2000-12-18T17:17:57+13:00 (23 years ago)
Author:
paynter
Message:

Changed phind classifier so that its HTML is generated by documentaction,
instead of pageaction. This ensures that the macros it requires are set
properly and makes it consistant with the other classifiers. But what a
waste of my time it was.

File:
1 edited

Legend:

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

    r1696 r1804  
    55#######################################################################
    66
    7 _classificationlinks_ {}
    87_imagethispage_ {}
    98_httpprevarrow_ {}
    109_httpnextarrow_ {}
    1110_pagetitle_ {}
     11_phindclassifier_ {}
    1212
    1313#######################################################################
     
    1919_navigationbar_
    2020<p>
    21 _classificationlinks_
     21_phindclassifier_
    2222</center>
    2323}
     
    6262_textnumpages_ {&nbsp;<i>(_1_ _pages_)</i>}
    6363_parentarrow_ {}
     64
     65
     66#######################################################################
     67# the phind applet
     68#
     69# The phind applet is only required on phind classifier pages.
     70# Consequently, the _phindclassifier_ macro is not usually set.  On screens
     71# where it is required, _phindclassifier_ resolves to _phindapplet_, and
     72# the following macro is loaded into the web page.
     73#######################################################################
     74
     75_phindapplet_ {
     76<APPLET CODEBASE="_httpprefix_/src/phind/client" CODE="Phind.class" WIDTH=500 HEIGHT=400>
     77  <PARAM NAME=library      VALUE="_gwcgi_">
     78  <PARAM NAME=phindcgi     VALUE="phindcgi">
     79  <PARAM NAME=backdrop     VALUE="_httpimg_/phindbg1.jpg">
     80  <PARAM NAME=collection   VALUE="_cgiargc_">
     81  <PARAM NAME=orientation  VALUE="vertical">
     82  <PARAM NAME=depth        VALUE="2">
     83  <PARAM NAME=fontsize     VALUE="12">
     84  <PARAM NAME=blocksize    VALUE="10">
     85  The Phind java applet.
     86</APPLET>
     87}
    6488
    6589
Note: See TracChangeset for help on using the changeset viewer.