Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/list/list_1.php |
<div id="container">
<div class="sider">
<?php echo View::Factory('_partials/menu_sider'); ?>
</div>
<div class="right-side-content">
<!-- 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/template/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/template/images/table/icon_close_red.gif');?></a></td>
</tr>
</table>
</div>
<?php endif;?>
<?php echo Message::render(); ?>
<?php echo View::Factory('_partials/sortby'); ?>
<?php foreach( $users as $user ) : ?>
<?php echo View::Factory('_profiles/'.$user->profile_id)->bind('user', $user); ?>
<?php endforeach; ?>
</div>
</div>