Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/blog_comment_add.php
<!--  start message-blue -->
			<?php if (isset($message_ok)):?>
			<div id="message-blue" style="width: 470px;" >
					<table border="0" width="100%" cellpadding="0" cellspacing="0">
						<tr>
							<td class="blue-left"><?php echo $message_ok; ?>  </td>
							<td class="blue-right"><a class="close-blue"><?php echo HTML::image('static/images/table/icon_close_blue.gif');?></a></td>
						</tr>
					</table>
				</div>
			<!--  end message-blue -->
			<?php endif;?>	
			<!--  start message-red -->
			<?php if (isset($message)):?>
			<div id="message-red" style="width: 470px;" >
				<table border="0" width="100%" cellpadding="0" cellspacing="0">
					<tr>
						<td class="red-left">
							<?php echo $message;?>
						</td>
						<td class="red-right"><a class="close-red"><?php echo HTML::image('static_back/images/table/icon_close_red.gif');?></a></td>
					</tr>
				</table>
			</div>
			<?php endif;?>
			
			<form action="/profile/blog_comment_add/<?php echo $id_user; ?>/<?php echo $id_blog; ?>" method="post">
				<fieldset class="register">
				<span class="col1" style="margin-left: 20px;">
					<label for="account">Treść:</label>
					<textarea class="article" style="width: 460px;" type="text" name="register_description"></textarea><br clear="both"/>
					<br clear="both"/><br clear="both"/>
					<input type="submit" value="Napisz"/>
				</span>
				<br clear="both"/>
				</fieldset>
			</form>