Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/agency.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 id="content">

				<?php echo aurora::partial('admin_sider', $user); ?>
				
				<div class="main">
				
					<div class="head"><h1>Lista agencji prasowych i reklamowych</h1></div>
		
					
					<div class="main_content">
					
					<?php $n=0; foreach( $users as $user ) : $n++; ?>
					<?php 
						$title = "<em>".$user->username."</em>"; 
						
					?>
					<table>
					
						<tr>
							<td class="title" width="420"><a href="/admin/agency/edit/<?php echo $user->id; ?>" style="color: inherit;"><?php echo $title; ?></a></td><td width="300"></td>
							<td>
								
								
							</td>
						</tr>
						
					</table>
					<img src="./static/images/medialni_341.jpg" alt=""/>
					<?php endforeach; ?>

					<!--<a href="/admin/article/edit" class="add"><img src="./static/images/medialni_401.jpg" alt=""/></a>//-->
						
					</div>
				
				</div>
				
				
			</div>
			
		</div>