54 lines
1.7 KiB
PHP
54 lines
1.7 KiB
PHP
<form method="post" name="post_nav_find" action="">
|
|
<input type="hidden" name="jobOfferID" value="">
|
|
</form>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function post_nav_find_action(what, value) {
|
|
// alert(what);
|
|
document.post_nav_find.action = what + '';
|
|
document.post_nav_find.jobOfferID.value = value;
|
|
document.post_nav_find.submit();
|
|
return false;
|
|
}
|
|
// -->
|
|
</script>
|
|
|
|
<!-- Main content -->
|
|
<div class="content-wrapper">
|
|
<?php include('common/jobstrip.php');?>
|
|
|
|
<!-- Main charts -->
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
|
|
</div>
|
|
</div>
|
|
<!-- /main charts -->
|
|
<div class="row">
|
|
<div class="col-md-9">
|
|
<div class="panel panel-flat">
|
|
<div class="panel-heading">
|
|
<h6 class="panel-title"><b><?php echo $dash_title;?></b></h6>
|
|
</div>
|
|
<?php echo $offer_dash; ?>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="thumbnail">
|
|
<div class="thumb">
|
|
<a href="/proj/active" class="text-default"><img src="/assets/images/activeproject_dash.png" alt="Active Projects"></a>
|
|
</div>
|
|
|
|
<div class="caption">
|
|
<h6 class="no-margin-top text-semibold"><a href="/proj/active" class="text-default">My Active Projects</a> <a href="/proj/active" class="text-muted"><i class="icon-download pull-right"></i></a></h6>
|
|
View active project. manage list and communication with deliverables.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- /main content -->
|
|
|