Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/file.php
	<div id="page">
		
	
			<!--  start message-blue -->
			<?php if (isset($message_ok)):?>
			<div class="n_ok"><p><?php echo $message_ok;?></div>
			<?php endif;?>	
			<!--  start message-red -->
			<?php if (isset($message)):?>
			<div class="n_error"><p><?php echo $message;?></div>
					
			<?php endif;?>
			
			<div id="content">

				<div class="main">
				
					<div class="full_w">
				<div class="h_title">Zarządzaj</div>
				
				
				
			
				<div class="entry">
					<div class="sep"></div>
				</div>
				
				<h2>Skrypty</h2>
				<table>
					<thead>
						<tr>
							
							
							<th scope="col" width="470">Dane</th>
						
							<th scope="col">Zmień</th>
						</tr>
					</thead>
						
					<tbody>
					
					
					
					
					
					<?php $n=0; foreach( $files as $file ) : $n++; ?>
				
					
						<tr>
							
							<td class="title">
							
								<?php echo $file->title; ?>
							<td>
								
								<a href="/admin/file_edit/<?php echo $file->id; ?>"><img src="./static/images/edit.png" alt="Edytuj" title="Edytuj"/></a>
								<a href="/admin/file_delete/<?php echo $file->id; ?>"><img src="./static/images/medialni_402.jpg" alt="Usuń" title="Usuń"/></a>
							</td>
						</tr>
						
					
					
					<?php endforeach; ?>
					</tbody>
					</table>
			
					</div>
				
				</div>
				
				
			</div>
			
		</div>