| Server IP : 10.10.92.66 / Your IP : 104.23.243.85 Web Server : Apache/2.4.52 (Ubuntu) System : Linux jurnalpolinema 5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 x86_64 User : jurnal ( 1001) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/noc/xx/templates/ |
Upload File : |
{**
* plugins/generic/publons/templates/publonsAuthForm.tpl
*
* Copyright (c) 2016 Publons Ltd.
* Distributed under the GNU GPL v3.
*
* Connect to Publons Network
*
*}
{strip}
{assign var="pageTitle" value="plugins.generic.publons.displayName"}
{include file="common/header.tpl"}
{/strip}
<ul class="menu">
<li class="current"><a href="{plugin_url path="connect"}">{translate key="plugins.generic.publons.settings.connection"}</a></li>
<li><a href="{plugin_url path="settings"}">{translate key="plugins.generic.publons.settings.published"}</a></li>
</ul>
<p>{translate key="plugins.generic.publons.settings.info"}</p>
<div style="margin: 1em 0;">
<form method="post" action="{plugin_url path="connect"}"">
{include file="common/formErrors.tpl"}
<table width="100%" class="data">
<tr valign="top">
<td class="label">{fieldLabel name="username" required="true" key="user.email"}</td>
<td class="value"><input type="text" size="73" name="username" id="username" value="{$username|escape}" size="20" maxlength="90" class="textField" /></td>
</tr>
<tr>
<td> </td>
<td>{translate key="plugins.generic.publons.settings.usernameDescription"}</td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="password" required="true" key="user.password"}</td>
<td class="value">
<input type="password" size=73" name="password" id="password" value="{$password|escape}" size="20" maxlength="90" class="textField"/>
</td>
</tr>
<tr>
<td> </td>
<td>{translate key="plugins.generic.publons.settings.passwordDescription"}</td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="auth_key" required="true" key="plugins.generic.publons.settings.auth_key"}</td>
<td class="value">
<input type="text" size="73" name="auth_key" id="auth_key" value="{$auth_key|escape}" size="20" maxlength="90" class="textField"/>
</td>
</tr>
<tr>
<td> </td>
<td>{translate key="plugins.generic.publons.settings.auth_keyDescription"}</td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="info_url" key="plugins.generic.publons.settings.url"}</td>
<td class="value">
<input type="text" size="73" name="info_url" id="info_url" value="{$info_url|escape}" size="20" maxlength="90" class="textField"/>
</td>
</tr>
<tr>
<td> </td>
<td>{translate key="plugins.generic.publons.settings.urlDescription"}</td>
</tr>
</table>
<input type="submit" class="button defaultButton" name="save" value="{translate key="common.save"}" />
<input type="button" class="button" value="{translate key="common.cancel"}" onclick="document.location='{plugin_url path=""}';"/>
</form>
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
</div>
<p>{translate key="plugins.generic.publons.settings.ps"}</p>
{include file="common/footer.tpl"}