| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Civilgeo/ojs/plugins/generic/counter/ |
Upload File : |
{**
* sushixml.tpl
*
* Copyright (c) 2003-2012 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>