/neutrino atomic edition 08/tpl/default/comment_form.html

http://neutrino-cms.googlecode.com/ · HTML · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · 734977b85168ea9c9209bddd412f8b97 MD5 · raw file

  1. </ul>
  2. <div class="commentform"><a name="commentform"></a><form method="post" action="">
  3. <input type="hidden" name="action" value="comment" /><input type="hidden" name="p" value="<?=$_v['p'];?>" />
  4. <?php echo @$cmtfup; ?>
  5. <div class="fields">
  6. <div class="text"><textarea id="commentform_text" name="text" rows="8" cols="4"></textarea></div>
  7. <?php if (@ADMIN) {$voad='value="'.$_s['authorname'].'" disabled="disabled"';echo '<input type="hidden" name="nick" value="'.$_s['authorname'].'" />'; } else { $voad='value="'.@$svnick.'"'; } ?>
  8. <div class="nick"><label for="nick"><?php echo $_l['c_nick']?></label> <input type="text" name="nick" id="nick" maxlength="28" <?=@$voad;?> /> <sup><?php echo $_l['c_notneces']?></sup></div>
  9. <?php if(!@ADMIN){ ?>
  10. <div class="email"><label for="email"><?php echo $_l['c_email']?></label> <input type="text" name="email" id="email" maxlength="39" /> <sup><?php echo $_l['c_notneces']?></sup></div>
  11. <div class="web"><label for="web"><?php echo $_l['c_web']?></label> <input type="text" name="web" id="web" maxlength="28" value="<?=@$svweb?>" /> <sup><?php echo $_l['c_notneces']?></sup></div>
  12. <?php } ?>
  13. <?php if($_s['allowhide'] && !@ADMIN) { ?>
  14. <div class="privat"><input name="privat" id="privat" type="checkbox" /> <label for="privat"><?php echo @$_l['c_private'] ?></label></div>
  15. <?php } ?>
  16. </div>
  17. <?php echo @$cmtfdw; ?><br />
  18. <div class="submit"><input type="submit" name="msubmit" id="go" value="<?php echo $_l['c_submit']?>" /><input type="reset" id="cansel" value="<?php echo $_l['c_reset']?>" /></div></form>