9 |
Recent Jobs
10 |
11 |
12 |
13 |
14 |
15 |
= $listing->title ?>
16 |
17 | = $listing->description ?>
18 |
19 |
20 | - Salary: = formatSalary($listing->salary) ?>
21 | -
22 | Location: = $listing->city ?>, = $listing->state ?>
23 |
24 |
25 | tags)) : ?>
26 | -
27 | Tags: = $listing->tags ?>
28 |
29 |
30 |
31 |
32 | Details
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 | Show All Jobs
42 |
43 |
44 |
45 |
46 |
47 | = loadPartial('bottom-banner') ?>
48 | = loadPartial('footer') ?>
--------------------------------------------------------------------------------
/App/views/listings/create.view.php:
--------------------------------------------------------------------------------
1 | = loadPartial('head') ?>
2 | = loadPartial('navbar') ?>
3 | = loadPartial('top-banner') ?>
4 |
5 |
6 |
7 |
Create Job Listing
8 |
61 |
62 |
63 |
64 | = loadPartial('bottom-banner') ?>
65 | = loadPartial('footer') ?>
--------------------------------------------------------------------------------
/App/views/listings/edit.view.php:
--------------------------------------------------------------------------------
1 | = loadPartial('head') ?>
2 | = loadPartial('navbar') ?>
3 | = loadPartial('top-banner') ?>
4 |
5 |
64 |
65 | = loadPartial('bottom-banner') ?>
66 | = loadPartial('footer') ?>
--------------------------------------------------------------------------------
/App/views/listings/index.view.php:
--------------------------------------------------------------------------------
1 | = loadPartial('head') ?>
2 | = loadPartial('navbar') ?>
3 | = loadPartial('top-banner') ?>
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Search Results for: = htmlspecialchars($keywords) ?>
12 |
13 | All Jobs
14 |
15 |
16 | = loadPartial('message') ?>
17 |
18 |
19 |
20 |
21 |
22 |
= $listing->title ?>
23 |
24 | = $listing->description ?>
25 |
26 |
27 | - Salary: = formatSalary($listing->salary) ?>
28 | -
29 | Location: = $listing->city ?>, = $listing->state ?>
30 |
31 |
32 | tags)) : ?>
33 | -
34 | Tags: = $listing->tags ?>
35 |
36 |
37 |
38 |
39 | Details
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 | = loadPartial('bottom-banner') ?>
51 | = loadPartial('footer') ?>
--------------------------------------------------------------------------------
/App/views/listings/show.view.php:
--------------------------------------------------------------------------------
1 | = loadPartial('head') ?>
2 | = loadPartial('navbar') ?>
3 | = loadPartial('top-banner') ?>
4 |
5 |
6 |
7 | = loadPartial('message') ?>
8 |
25 |
26 |
= $listing->title ?>
27 |
28 | = $listing->description ?>
29 |
30 |
31 | - Salary: = formatSalary($listing->salary) ?>
32 | -
33 | Location: = $listing->city ?>, = $listing->state ?>
34 |
35 |
36 | tags)) : ?>
37 | -
38 | Tags: = $listing->tags ?>
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 | Job Details
48 |
49 |
50 | Job Requirements
51 |
52 |
53 | = $listing->requirements ?>
54 |
55 |
Benefits
56 |
= $listing->benefits ?>
57 |
58 |
59 | Put "Job Application" as the subject of your email and attach your
60 | resume.
61 |
62 |
63 | Apply Now
64 |
65 |
66 |
67 | = loadPartial('bottom-banner') ?>
68 | = loadPartial('footer') ?>
--------------------------------------------------------------------------------
/App/views/partials/bottom-banner.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Looking to hire?
6 |
7 | Post your job listing now and find the perfect candidate.
8 |
9 |
10 |
11 | Post a Job
12 |
13 |
14 |
--------------------------------------------------------------------------------
/App/views/partials/errors.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
= $error ?>
4 |
5 |
--------------------------------------------------------------------------------
/App/views/partials/footer.php:
--------------------------------------------------------------------------------
1 |