Changeset 11361


Ignore:
Timestamp:
2006-03-14T19:05:54+13:00 (18 years ago)
Author:
kjdon
Message:

restructured this. put a lot of the markup in here, instead of being in the text strings

File:
1 edited

Legend:

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

    r11155 r11361  
    1919
    2020_texthelptopics_
     21_If_(_cgiargc_,
    2122<div class="divbar">&nbsp;</div>
    2223<a name="finding-information"></a>
    2324<h2>_textsimplehelpheading_</h2>
    24 _simplehelp_
     25_simplehelp_)
     26<div class="divbar">&nbsp;</div>
     27<a name="reading-docs"></a>
     28<h2>_textreadingdocs_</h2>
    2529_texthelpreadingdocs_
     30<p>_texthelpiconsexplained_</p>
    2631<div class="divbar">&nbsp;</div>
    2732<a name="searching"></a>
     33<h2>_texthelpsearchingtitle_</h2>
    2834_texthelpsearching_
    2935<div class="divbar">&nbsp;</div>
     36<a name="query-terms"></a>
     37<h3>_texthelpquerytermstitle_</h3>
     38_texthelpqueryterms_
     39<div class="divbar">&nbsp;</div>
     40<a name="query-type"></a>
     41<h3>_texthelpquerytypetitle_</h3>
     42_texthelpquerytype_
     43<div class="divbar">&nbsp;</div>
     44<a name="scope-of-queries"></a>
     45<h3 align=left>_texthelpscopetitle_</h3>
     46_texthelpscope_
     47_optdatesearchhelp_
     48<div class="divbar">&nbsp;</div>
    3049<a name="preferences"></a>
     50<h2>_textchangeprefs_</h2>
    3151_texthelppreferences_
    3252<div class="divbar">&nbsp;</div>
     53<a name="col-prefs"></a>
     54<h3 align=left>_texthelpcollectionprefstitle_</h3>
     55_texthelpcollectionprefs_
     56<div class="divbar">&nbsp;</div>
     57<a name="lang-prefs"></a>
     58<h3 align=left>_texthelplanguageprefstitle_</h3>
     59_texthelplanguageprefs_
     60<div class="divbar">&nbsp;</div>
     61<a name="pres-prefs"></a>
     62<h3 align=left>_texthelppresentationprefstitle_</h3>
     63_texthelppresentationprefs_
     64<div class="divbar">&nbsp;</div>
     65<a name="search-prefs"></a>
     66<h3 align=left>_texthelpsearchprefstitle_</h3>
     67_texthelpsearchprefs_
     68<div class="divbar">&nbsp;</div>
    3369}
     70
     71
     72_texthelptopics_ {
     73<h2 align=left>_texthelptopicstitle_</h2>
     74<ul>
     75  _If_(_cgiargc_,<li><a href="\#finding-information">_textsimplehelpheading_</a>)
     76  <li><a href="\#reading-docs">_textreadingdocs_</a>
     77  <li><a href="\#searching">_texthelpsearchingtitle_</a>
     78<ul>
     79  <li><a href="\#query-terms">_texthelpquerytermstitle_</a>
     80  <li><a href="\#query-type">_texthelpquerytypetitle_</a>
     81  <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
     82</ul>
     83  _optdatesearchhelpcontents_
     84  <li><a href="\#preferences">_textchangeprefs_</a>
     85<ul>
     86  <li><a href="\#col-prefs">_texthelpcollectionprefstitle_</a>
     87  <li><a href="\#lang-prefs">_texthelplanguageprefstitle_</a>
     88  <li><a href="\#pres-prefs">_texthelppresentationprefstitle_</a>
     89  <li><a href="\#search-prefs">_texthelpsearchprefstitle_</a>
     90</ul>
     91</ul>
     92}
     93
     94_texthelpiconsexplained_ {
     95<table cellspacing="0" cellpadding="2" border="0">
     96<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>_texthelpopenbookshelf_</td></tr>
     97<tr><td><img src="_httpiconbook_" border="0"></td><td><img src="_httpiconopenbook_" border="0"></td><td>_texthelpopenbook_</td></tr>
     98<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>_texthelpviewtextsection_</td></tr>
     99<tr><td><img src="_httpiconless_" border="0"></td><td><img src="_httpiconmore_" border="0"></td><td>_texthelpsectionarrows_</td></tr>
     100<tr><td>_document:imageexpandtext_</td><td>_document:imagecontracttext_</td><td>_texthelpexpandtext_</td></tr>
     101<tr><td>_document:imageexpandtoc_</td><td>_document:imagecontracttoc_</td><td>_texthelpexpandcontents_</td></tr>
     102<tr><td>_document:imagedetach_</td><td></td><td>_texthelpdetachpage_</td></tr>
     103<tr><td>_document:imagehighlight_</td><td>_document:imagenohighlight_</td><td>_texthelphighlight_</td></tr>
     104</table>
     105}
     106
     107# this gets set to _datesearchhelp_ by the receptionist if datesearch is enabled in the collection
     108_optdatesearchhelp_{}
     109_optdatesearchhelpcontents_ {}
     110_datesearchhelpcontents_ {
     111  <li><a href="\#datesearch">_textdatesearch_</a>
     112  <ul>
     113    <li><a href="\#datesearch-howto">_texthelpdatehowtotitle_</a>
     114    <li><a href="\#datesearch-results">_texthelpdateresultstitle_</a>
     115  </ul>
     116}
     117
     118_datesearchhelp_{
     119<div class="divbar">&nbsp;</div>
     120<a name="datesearch"></a>
     121<h2>_textdatesearch_</h2>
     122_texthelpdatesearch_
     123<div class="divbar">&nbsp;</div>
     124<a name="datesearch-howto"></a>
     125<h3>_texthelpdatehowtotitle_</h3>
     126_texthelpdatehowto_
     127<div class="divbar">&nbsp;</div>
     128<a name="datesearch-results"></a>
     129<h3>_texthelpdateresultstitle_</h3>
     130_texthelpdateresults_
     131}
Note: See TracChangeset for help on using the changeset viewer.