14 lines
645 B
Smarty
14 lines
645 B
Smarty
{**
|
|
* templates/staticPages.tpl
|
|
*
|
|
* Copyright (c) 2014-2020 Simon Fraser University
|
|
* Copyright (c) 2003-2020 John Willinsky
|
|
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
|
*
|
|
* Static pages plugin -- displays the StaticPagesGrid.
|
|
*}
|
|
<tab id="staticPages" label="{translate key="plugins.generic.staticPages.staticPages"}">
|
|
{capture assign=staticPageGridUrl}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="plugins.generic.staticPages.controllers.grid.StaticPageGridHandler" op="fetchGrid" escape=false}{/capture}
|
|
{load_url_in_div id="staticPageGridContainer" url=$staticPageGridUrl}
|
|
</tab>
|