Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/infosite/notice_item.php
	<div id="page">
		
		<!--  start message-blue -->
			<?php if (isset($message_ok)):?>
			<div id="message-blue">
					<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">
				<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;?>
	

				
				
				<div class="box">
				
					<div class="head"><h1>Ogłoszenia</h1></div>
					
					<form action="/ogloszenia/szukaj" method="post">
						<fieldset class="register">
							<input type="text" name="keyword" value="Poszukaj ogłoszenia..." onclick="this.value=''"/>
							<input type="submit" value="Znajdź" />
						</fieldset>
					</form>
					
				
					<h2><?php echo $articles->title; ?></h2>
					
					<br style="clear: both;"/>
					
					<?php if( !empty( $articles->thumb ) ) : ?><img src="/uploads/article/<?php echo $articles->thumb; ?>" style="float: left; width: 300px; margin: 10px 0px 0px 20px; padding-right: 7px; padding-bottom: 7px;" alt=""/><?php endif; ?>
					<p style="float: none; width: auto; text-align: left;">
						<?php echo $articles->description; ?>
					</p>
		
					
				</div>
				</div>
			
		</div>

				<?php echo aurora::partial('user_sider', $user); ?>