diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-07 21:10:01 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-07 21:10:01 -0500 |
| commit | f75fc7b47735ed73535478e4d70e62694247a586 (patch) | |
| tree | aa291d23da353c95ae8294022e319b7f1ad369a9 /dash/ads.php | |
| parent | 957cb373d6c5d7b18813c23cf461f0dfd15333b6 (diff) | |
| download | bulletin-f75fc7b47735ed73535478e4d70e62694247a586.tar.gz | |
Started work on employer dashboard
Diffstat (limited to 'dash/ads.php')
| -rw-r--r-- | dash/ads.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dash/ads.php b/dash/ads.php index 96f05cb..7187f86 100644 --- a/dash/ads.php +++ b/dash/ads.php @@ -33,8 +33,14 @@ else </div> <div id="fjfright"> <p id="ebio"><?=(is_null($row['bio']) ? '<em>No bio included in profile.</em>' : htmlentities($row['bio']));?></p> +<?php +if ($b_user['type'] == 'EMPLOYEE') { +?> <h4>Respond to this Ad</h4> <p id="eapply"><a href="apply.php?id=<?=intval($row['id']);?>">Apply Now</a></p> +<?php +} +?> <h4>Contact the Employer</h4> <p id="eemail"><a href="mailto:<?=htmlentities($row['email']);?>"><?=htmlentities($row['email']);?></a></p> <?php |
