diff --git a/www/application/views/compo/comp_current_offers.php b/www/application/views/compo/comp_current_offers.php index aec33b09..e668913a 100644 --- a/www/application/views/compo/comp_current_offers.php +++ b/www/application/views/compo/comp_current_offers.php @@ -11,51 +11,14 @@
- - - - - - - - - - - - - - - - - - - -
Added/ExpireTitle/TargetStatus
-
- pdate ?> -
-
- title ?> - trec ?> - - status ?> - - - - - - - - - -
+ 0){ + include 'offers_jobs/offers_jobs_table.php'; + } + else{ + include 'offers_jobs/offers_jobs_noffers.php'; + } + ?>
diff --git a/www/application/views/compo/offers_jobs/offers_jobs_noffers.php b/www/application/views/compo/offers_jobs/offers_jobs_noffers.php index e69de29b..3e17b314 100644 --- a/www/application/views/compo/offers_jobs/offers_jobs_noffers.php +++ b/www/application/views/compo/offers_jobs/offers_jobs_noffers.php @@ -0,0 +1,30 @@ +
+
+ +
+ +
+ +
+ +
+ +

No current offers found

+ + +

Click on the below buttons to +
search jobs.

+ + + Browse Jobs + +
+ + +
+ +
+ +
+
+
diff --git a/www/application/views/compo/offers_jobs/offers_jobs_table.php b/www/application/views/compo/offers_jobs/offers_jobs_table.php index e69de29b..6ed2fbc2 100644 --- a/www/application/views/compo/offers_jobs/offers_jobs_table.php +++ b/www/application/views/compo/offers_jobs/offers_jobs_table.php @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + +
Added/ExpireTitle/TargetStatus
+
+ pdate ?> +
+
+ title ?> + trec ?> + + status ?> + + + + + + + + + +
\ No newline at end of file