Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/infosite/bin/jobs_item.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;?>
<a href="/profile/<?php echo aurora::prevProfile($user->id); ?>" class="prev-profile"><img src="./static/images/medialni_451.jpg" alt=""/></a>
<?php foreach( ORM::Factory('advertisement')->where('label','=','TOP')->order_by(DB::expr('RAND()'))->limit(1)->find_all() as $advert ) : ?>
<a target="_blank" class="promo2" href="<?php echo $advert->link; ?>"><img class="button_top" src="/uploads/advertisement/<?php echo $advert->thumb; ?>" alt="<?php echo $advert->title; ?>" title="<?php echo $advert->title; ?>"/></a>
<?php endforeach; ?>
<a href="/profile/<?php echo aurora::nextProfile($user->id); ?>" class="next-profile"><img src="./static/images/medialni_450.jpg" alt=""/></a>
<div class="line" style="width: 98%"></div>
<div id="content">
<?php echo aurora::partial('user_sider', $user); ?>
<div class="main">
<img src="./static/images/medialni_600.jpg" class="ico_main" alt=""/><h1>Praca</h1>
<form action="/praca/szukaj" method="post">
<fieldset>
<input type="text" name="keyword" value="Poszukaj artykułu..." onclick="this.value=''"/>
<input type="submit" value="Znajdź" />
</fieldset>
</form>
<div class="main_content">
<h2><?php echo $articles->title; ?></h2>
<p>
<?php echo $articles->description; ?>
</p>
</div>
<a href="/praca" class="button">Wróć</a>
<a href="/profile/message_edit/<?php echo $articles->user_id; ?>" style="float: right;" class="button">Napisz</a>
</div>
<?php echo aurora::partial('user_sider_right', $user); ?>
</div>
</div>
</div>