Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/infosite/group.php
	
	<div id="page">
		<div id="container">
		<!--  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;?>
			<?php echo Message::render(); ?>

			<div class="line" style="width: 98%"></div>
			<div id="content">

			
				<div class="main">
				
					<img src="./static/images/medialni_600.jpg" class="ico_main" alt=""/><h1><?php echo __t('Grupy dyskusyjne'); ?></h1>
				
					
					<div class="main_content">
				
					
					<h2>Wszystkie grupy</h2>
					<?php $n=0; foreach( $groups as $row ) : $n++; ?>
					
					
					<?php  $title = "<strong>".$row->title."</strong>"; ?>
					<table>
					
						<tr>
							<td class="title" width="520">
							<?php if( Auth::instance()->logged_in() ) : ?>
							<?php if( $row->user_id == $user->id ) : ?>
							<a href="/profile/group_post/<?php echo $row->id; ?>"><img src="./static/images/edit.png" alt=""/></a>
							<a href="#" onclick="remove('<?php echo $row->id; ?>'); return false;" class="confirm_button"><img src="./static/images/medialni_402.jpg" alt=""/></a>
							<?php endif; ?>
							<?php endif; ?>
								<a href="/profile/group_post/<?php echo $row->user_id; ?>/<?php echo $row->id; ?>" style="color: inherit;"><?php echo $title; ?></a>
								<br clear="both"/>
							
							</td>
							<td width="200"><a href="/profile/group_post/<?php echo $row->user_id; ?>/<?php echo $row->id; ?>" class="button">Czytaj szczegóły &raquo;</a></td>
						</tr>
						
					</table>
					<img src="./static/images/medialni_341.jpg" alt=""/>
					
					<?php endforeach; ?>
				
					
				
					</div>
				
				</div>
				
				<?php echo aurora::partial('sider'); ?>

			</div>
			
		</div>
	</div>