One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhost
/
conference
/
templates
/
comment
/
View File Name :
comment.tpl
{** * comment.tpl * * Copyright (c) 2000-2012 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Paper reader comment editing * * $Id$ *} {strip} {assign var="pageTitle" value="comments.enterComment"} {include file="common/header.tpl"} {/strip} <script type="text/javascript"> <!-- {literal} function handleAnonymousCheckbox(theBox) { if (theBox.checked) { document.submit.posterName.disabled = false; document.submit.posterEmail.disabled = false; document.submit.posterName.value = ""; document.submit.posterEmail.value = ""; document.submit.posterName.focus(); } else { document.submit.posterName.disabled = true; document.submit.posterEmail.disabled = true; {/literal}{if $commentsAllowAnonymous} document.submit.posterName.value = "{$userName|escape}"; document.submit.posterEmail.value = "{$userEmail|escape}"; {/if}{literal} } } // --> {/literal} </script> {include file="common/formErrors.tpl"} {assign var=parentId value=$parentId|default:"0"} <div id="comment"> <form name="submit" action="{if $commentId}{url op="edit" path=$paperId|to_array:$galleyId:$commentId}{else}{url op="add" path=$paperId|to_array:$galleyId:$parentId:"save"}{/if}" method="post"> <table class="data" width="100%"> <tr valign="top"> <td class="label" width="20%"><label for="posterName">{translate key="comments.name"}</label></td> <td class="value" width="80%"><input type="text" class="textField" name="posterName" id="posterName" value="{$posterName|escape}" size="40" maxlength="90" /></td> </tr> <tr valign="top"> <td class="label"><label for="posterEmail">{translate key="comments.email"}</label></td> <td class="value"><input type="text" class="textField" name="posterEmail" id="posterEmail" value="{$posterEmail|escape}" size="40" maxlength="90" /></td> </tr> {if $isUserLoggedIn && $commentsAllowAnonymous} <tr valign="top"> <td class="label"> </td> <td class="value"> <input type="checkbox" name="anonymous" id="anonymous" onclick="handleAnonymousCheckbox(this)"> <label for="anonymous">{translate key="comments.postAnonymously"}</label> </td> </tr> {/if} <tr valign="top"> <td class="label"><label for="title">{translate key="comments.title"}</label></td> <td class="value"><input type="text" class="textField" name="title" id="title" value="{$title|escape}" size="60" maxlength="255" /></td> </tr> <tr valign="top"> <td class="label"><label for="bodyField">{translate key="comments.body"}</label></td> <td class="value"> <textarea class="textArea" name="body" id="bodyField" rows="5" cols="60">{$body|escape}</textarea> </td> </tr> {if $captchaEnabled} <tr valign="top"> <td class="label" valign="top">{fieldLabel name="captcha" required="true" key="common.captchaField"}</td> <td class="value"> <img src="{url page="user" op="viewCaptcha" path=$captchaId}" alt="{translate key="common.captchaField.altText"}" /><br /> <span class="instruct">{translate key="common.captchaField.description"}</span><br /> <input name="captcha" id="captcha" value="" size="20" maxlength="32" class="textField" /> <input type="hidden" name="captchaId" value="{$captchaId|escape:"quoted"}" /> </td> </tr> {/if} </table> <p><input type="submit" value="{translate key="common.save"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="location.href='{url page="comment" op="view" path=$paperId|to_array:$galleyId:$parentId}';" /></p> </form> </div> {if $commentsClosed}{translate key="comments.commentsClosed" closeCommentsDate=$closeCommentsDate|date_format:$dateFormatShort}<br />{/if} {include file="common/footer.tpl"}