Example #1
0
	<div class="main-content">
		<div class="input-group">
			<input type="text" name="comment-author-name" value="<?php 
    echo htmlspecialchars($model->getAuthorName());
    ?>
" placeholder="Author name" />
		</div>
		<div class="input-group">
			<input type="text" name="comment-author-email" value="<?php 
    echo htmlspecialchars($model->getAuthorEmail());
    ?>
" placeholder="Author eMail" />
		</div>
		<div class="input-group">
			<input type="text" name="comment-author-url" value="<?php 
    echo htmlspecialchars($model->getAuthorUrl());
    ?>
" placeholder="Author URL" />
		</div>

		<div class="input-group">
			<textarea name="comment-content" placeholder="Content"><?php 
    echo $content;
    ?>
</textarea>
		</div>
	</div>

<?php 
} elseif ($editArea == 'Comment filter') {
    ?>