This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file pages/catalog/CatalogHandler.inc.php | |
* | |
* Copyright (c) 2014-2020 Simon Fraser University | |
* Copyright (c) 2003-2020 John Willinsky | |
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. | |
* | |
* @class CatalogHandler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @defgroup pages_catalog Catalog page | |
*/ | |
/** | |
* @file pages/catalog/index.php | |
* | |
* Copyright (c) 2014-2020 Simon Fraser University |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{** | |
* templates/frontend/pages/catalogSeriesIndex.tpl | |
* | |
* Copyright (c) 2014-2020 Simon Fraser University Library | |
* Copyright (c) 2003-2020 John Willinsky | |
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. | |
* | |
* @brief Display the page to view the series that are included in a OMP press. | |
* @uses browseSeriesItem array List of series in this press | |
*} |