| 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 : /inetpub/wwwroot/Topogeo/ojs/plugins/importexport/users/ |
Upload File : |
{**
* index.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* List of operations this plugin can perform
*
* $Id$
*}
{strip}
{assign var="pageTitle" value="plugins.importexport.users.displayName"}
{include file="common/header.tpl"}
{/strip}
<br/>
<div id="exportUsers">
<h3>{translate key="plugins.importexport.users.export.exportUsers"}</h3>
<ul class="plain">
<li>
<form action="{plugin_url path="exportByRole"}" method="post">
» {translate key="plugins.importexport.users.export.exportByRole"}<br/>
<select name="roles[]" size="5" multiple="multiple" class="selectMenu">
{foreach from=$roleOptions item=roleOption key=roleKey}
{if $roleKey != ''}<option value="{$roleKey|escape}">{translate key=$roleOption}</option>{/if}
{/foreach}
</select><br/>
<input type="submit" class="button" value="{translate key="plugins.importexport.users.export.exportUsers"}"/>
</form>
</li>
<li>» <a href="{plugin_url path="exportAll"}">{translate key="plugins.importexport.users.export.exportAllUsers"}</a></li>
</ul>
</div>
<div id="importUsers">
<h3>{translate key="plugins.importexport.users.import.importUsers"}</h3>
<form action="{plugin_url path="confirm"}" method="post" enctype="multipart/form-data">
<p>{translate key="plugins.importexport.users.import.instructions"}</p>
<table width="100%" class="data">
<tr>
<td width="20%" class="label">{translate key="plugins.importexport.users.import.dataFile"}</td>
<td width="80%" class="value"><input type="file" name="userFile" id="userFile" class="uploadField" /></td>
</tr>
<tr>
<td colspan="2" class="label"><input type="checkbox" name="sendNotify" id="sendNotify" value="1"{if $sendNotify} checked="checked"{/if} /> <label for="sendNotify">{translate key="plugins.importexport.users.import.sendNotify"}</label></td>
</tr>
<tr>
<td colspan="2" class="label"><input type="checkbox" name="continueOnError" id="continueOnError" value="1"{if $continueOnError} checked="checked"{/if} /> <label for="continueOnError">{translate key="plugins.importexport.users.import.continueOnError"}</label></td>
</tr>
<tr>
<td> </td>
<td class="formField"> </td>
</tr>
</table>
<p><input type="submit" value="{translate key="common.upload"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="document.location.href='{url page="manager" path="importexport" escape=false}'" /></p>
</form>
</div>
{include file="common/footer.tpl"}