/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
- </ul>
- <div class="commentform"><a name="commentform"></a><form method="post" action="">
- <input type="hidden" name="action" value="comment" /><input type="hidden" name="p" value="<?=$_v['p'];?>" />
- <?php echo @$cmtfup; ?>
- <div class="fields">
- <div class="text"><textarea id="commentform_text" name="text" rows="8" cols="4"></textarea></div>
- <?php if (@ADMIN) {$voad='value="'.$_s['authorname'].'" disabled="disabled"';echo '<input type="hidden" name="nick" value="'.$_s['authorname'].'" />'; } else { $voad='value="'.@$svnick.'"'; } ?>
- <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>
- <?php if(!@ADMIN){ ?>
- <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>
- <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>
- <?php } ?>
- <?php if($_s['allowhide'] && !@ADMIN) { ?>
- <div class="privat"><input name="privat" id="privat" type="checkbox" /> <label for="privat"><?php echo @$_l['c_private'] ?></label></div>
- <?php } ?>
- </div>
- <?php echo @$cmtfdw; ?><br />
- <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>