%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/themes/IntvJournal/templates/rtadmin/ |
Upload File : |
{**
* templates/rtadmin/search.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* RTAdmin search editing
*
*}
{strip}
{assign var="pageTitle" value="rt.admin.searches.edit.editSearch"}
{include file="common/header.tpl"}
{/strip}
<form action="{if $searchId}{url op="saveSearch" path=$versionId|to_array:$contextId:$searchId}{else}{url op="createSearch" path=$versionId|to_array:$contextId:"save"}{/if}" method="post">
<table class="data" width="100%">
<tr valign="top">
<td class="label" width="20%"><label for="title">{translate key="rt.search.title"}</label></td>
<td class="value" width="80%"><input type="text" class="textField" name="title" id="title" value="{$title|escape}" size="60" /></td>
</tr>
<tr valign="top">
<td class="label"><label for="url">{translate key="rt.search.url"}</label></td>
<td class="value"><input type="text" class="textField" name="url" id="url" value="{$url|escape}" size="60" /></td>
</tr>
<tr valign="top">
<td class="label"><label for="searchUrl">{translate key="rt.search.searchUrl"}</label></td>
<td class="value"><input type="text" class="textField" name="searchUrl" id="searchUrl" value="{$searchUrl|escape}" size="60" /></td>
</tr>
<tr valign="top">
<td class="label"><label for="searchPost">{translate key="rt.search.searchPost"}</label></td>
<td class="value"><input type="text" class="textField" name="searchPost" id="searchPost" value="{$searchPost|escape}" size="60" /></td>
</tr>
<tr valign="top">
<td class="label"><label for="description">{translate key="rt.context.description"}</label></td>
<td class="value">
<textarea class="textArea" name="description" id="description" rows="5" cols="60">{$description|escape}</textarea>
</td>
</tr>
</table>
<p><input type="submit" value="{translate key="common.save"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="document.location.href='{url op="searches" path=$versionId|to_array:$contextId escape=false}'" /></p>
</form>
{include file="common/footer.tpl"}