[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
generic
/
googleAnalytics
/
[
Home
]
File: authorSubmit.tpl
{** * plugins/generic/googleAnalytics/authorSubmit.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. * * Google Analytics author submission account information * *} <!-- Google Analytics --> <tr valign="top"> <td class="label"> {fieldLabel name="authors-$authorIndex-gs" key="plugins.generic.googleAnalytics.authorAccount"} </td> <td class="value"> <input type="text" name="authors[{$authorIndex|escape}][gs]" id="authors-{$authorIndex|escape}-gs" value="{$author.gs|escape}" size="30" maxlength="90" class="textField" /><br /> <span class="instruct">{translate key="plugins.generic.googleAnalytics.authorAccount.description"}</span> </td> </tr> <!-- /Google Analytics -->