%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / 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/generic/phpMyVisites/ |
Upload File : |
{**
* plugins/generic/phpMyVisites/settingsForm.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.
*
* phpMyVisites plugin settings
*
*}
{strip}
{assign var="pageTitle" value="plugins.generic.phpmv.manager.phpmvSettings"}
{include file="common/header.tpl"}
{/strip}
<div id="phpMyVisitesSettings">
<div id="description">{translate key="plugins.generic.phpmv.manager.settings.description"}</div>
<div class="separator"></div>
<br />
<form method="post" action="{plugin_url path="settings"}">
{include file="common/formErrors.tpl"}
<table width="100%" class="data">
<tr valign="top">
<td width="20%" class="label">{fieldLabel name="phpmvUrl" required="true" key="plugins.generic.phpmv.manager.settings.phpmvUrl"}</td>
<td width="80%" class="value"><input type="text" name="phpmvUrl" id="phpmvUrl" value="{if $phpmvUrl}{$phpmvUrl|escape}{else}http://{/if}" size="30" maxlength="255" class="textField" />
<br />
<span class="instruct">{translate key="plugins.generic.phpmv.manager.settings.phpmvUrlInstructions"}</span>
</td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="phpmvSiteId" required="true" key="plugins.generic.phpmv.manager.settings.phpmvSiteId"}</td>
<td class="value"><input type="text" name="phpmvSiteId" id="phpmvSiteId" value="{$phpmvSiteId|escape}" size="10" maxlength="10" class="textField" />
<br />
<span class="instruct">{translate key="plugins.generic.phpmv.manager.settings.phpmvSiteIdInstructions"}</span>
</td>
</tr>
</table>
<br />
<input type="submit" name="save" class="button defaultButton" value="{translate key="common.save"}"/><input type="button" class="button" value="{translate key="common.cancel"}" onclick="history.go(-1)"/>
</form>
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
</div>
{include file="common/footer.tpl"}