Catalog

 view release on metacpan or  search on metacpan

doc/catalog.texinfo  view on Meta::CPAN

    @item _TEXT-QUOTED_
    The original query with HTML reserved characters quoted.
    
    @end table

  @cindex category part
  @item category
This part is a mandatory sub part of the part that displays an individual record in the @strong{records}
part. The exact location of this part depends on the Record list part display used, 
@xref{Record list part,,@code{Record list part}}. It is displayed once for the first record. It is then
displayed only when the category of the record differ from the previous record shown.

    @table @samp
    
    @cindex _URL_
    @item _URL_
    The URL to display the category of the record.

    @cindex _PATHNAME_
    @item _PATHNAME_
    The full path name of the category of the record.

    @end table

  @cindex norecords part
  @item norecords
If the @strong{what} parameter is set to @strong{records}, this part is shown if no record is found.
If the @strong{what} parameter is not set, this part is shown if no category is found and no record is found.

  @end table

@item Tags

  @table @samp

  @cindex _COUNT_
  @item _COUNT_
  The total number of records or categories found.

  @cindex _TEXT_
  @item _TEXT_
  The original query.

  @cindex _TEXT-QUOTED_
  @item _TEXT-QUOTED_
  The original query with HTML reserved characters quoted.

  @cindex _HIDDEN_
  @item _HIDDEN_
List of hidden fields necessary to perform a new search. Must
be included in a @code{form}. It includes the @strong{mode}, @strong{context} and
@strong{name} parameters.

  @cindex _PARAMS_
  @item _PARAMS_
List of current parameters, except @strong{context}. Suitable for inclusion
in a href.

  @cindex _WHAT-MENU_
  @item _WHAT-MENU_
A popup menu to select the @strong{what} parameter.

  @cindex _QUERYMODE-MENU_
  @item _QUERYMODE-MENU_
A popup menu to select the @strong{querymode} parameter.

  @end table

@end table

@node cdate_default.html, cdestroy.html, csearch.html, Catalog template files
@section cdate_default.html

Default template for display of date catalog nodes.

@cindex Catalog date node
@cindex Node of date catalog
@cindex Display node of date catalog
@cindex cdate_default.html

Here is an example template:

@example
<html>
<body bgcolor=#ffffff>
<title>Date catalog</title>
<!-- start years -->
  <a href=_YEARLINK_>_YEARFORMATED_</a> (_COUNT_)

  <blockquote>
  <!-- start months -->
    <!-- params format => '%M' -->
    <a href=_MONTHLINK_>_MONTHFORMATED_</a> (_COUNT_)

    <ul>
    <!-- start days -->
      <!-- params format => '%W, %d' -->
      <li> <a href=_DAYLINK_>_DAYFORMATED_</a> (_COUNT_)
    <!-- end days -->
    </ul>

  <!-- end months -->
  </blockquote>

<!-- end years -->

<!-- start records -->
Records
<!-- start entry -->
<p> <table border=1><tr>_DEFAULTROW_</tr></table>
<!-- end entry -->

<!-- start pager -->
Number of pages _MAXPAGES_
<p>
_PAGES_
<!-- end pager -->

<!-- end records -->
</html>
@end example

@table @samp

@item Parts



( run in 0.700 second using v1.01-cache-2.11-cpan-364913b4093 )