[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
paymethod
/
manual
/
templates
/
[
Home
]
File: paymentForm.tpl
{** * plugins/paymethod/manual/templates/paymentForm.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Manual payment page *} {strip} {assign var="pageTitle" value="plugins.paymethod.manual"} {include file="common/header.tpl"} {/strip} <div id="paymentForm"> <table class="data" width="100%"> <tr> <td class="label" width="20%">{translate key="plugins.paymethod.manual.purchase.title"}</td> <td class="value" width="80%"><strong>{$itemName|escape}</strong></td> </tr> {if $itemAmount} <tr> <td class="label" width="20%">{translate key="plugins.paymethod.manual.purchase.fee"}</td> <td class="value" width="80%"><strong>{$itemAmount|string_format:"%.2f"}{if $itemCurrencyCode} ({$itemCurrencyCode|escape}){/if}</strong></td> </tr> {/if} {if $itemDescription} <tr> <td colspan="2">{$itemDescription|nl2br}</td> </tr> {/if} </table> <p>{$manualInstructions|nl2br}</p> <p><a href="{url page="payment" op="plugin" path="ManualPayment"|to_array:"notify":$queuedPaymentId|escape}" class="action">{translate key="plugins.paymethod.manual.sendNotificationOfPayment"}</a> </div> {include file="common/footer.tpl"}