Viewing file: e6ac5ec5e89fc9b628463d110d6486c707bb0a19.file.comment-new.tpl.php (2.43 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-12 16:22:56 compiled from "user/templates/comments/comment-new.tpl" */ ?> <?php /*%%SmartyHeaderCode:6859967234f86d73075c669-76695847%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'e6ac5ec5e89fc9b628463d110d6486c707bb0a19' => array ( 0 => 'user/templates/comments/comment-new.tpl', 1 => 1333008113, ), ), 'nocache_hash' => '6859967234f86d73075c669-76695847', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php if (($_SESSION['user']['user_ban']!=1)&&($_SESSION['user']['user_blacklisted']!=1)){?> <a name="newcomment"></a> <div class="message-error"></div> <form name="new-comment" method="post" action="" id="new-comment"> <div class="new-comment"> <div class="text"> <label><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['CommentText'];?> </label><br /> <textarea name="message"></textarea> <button class="send" type="button"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['Send'];?> </button> <button class="cancel" type="button"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['Cancel'];?> </button> <input type="hidden" name="mod" value="<?php echo $_smarty_tpl->getVariable('mod')->value;?> " /> <input type="hidden" name="module" value="<?php echo $_smarty_tpl->getVariable('module')->value;?> " /> <input type="hidden" name="chapter" value="<?php echo $_smarty_tpl->getVariable('chapter')->value;?> " /> <input type="hidden" name="page" value="<?php echo $_smarty_tpl->getVariable('page')->value;?> " /> <input type="hidden" name="comment" value="NULL" /> <input type="hidden" name="oper" value="newcomment" /> </div> </div> </form> <div id="new-comment-sub"></div> <?php }?> <?php if (($_SESSION['user']['user_ban']==1)){?> <div style="border-radius: 5px; border: 1px dashed #DDD; padding: 20px 7px; text-align: center; "> <?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['BanUserMessage'];?>
</div> <?php }?> <?php if (($_SESSION['user']['user_blacklisted']==1)){?> <div style="border-radius: 5px; border: 1px dashed #DDD; padding: 20px 7px; text-align: center; "> <?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['BlackUserMessage'];?>
</div> <?php }?>
|