From 658e151bbe7f559a1619b95c51042a265aa47e2b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Jan 2016 15:27:17 -0500 Subject: [PATCH] Adding theme forlder for employment front end views files --- glm-employment/formTemplate.php | 166 ++++++++++++++++++++++++++++++++ glm-employment/jobDetail.php | 44 +++++++++ glm-employment/jobList.php | 22 +++++ glm-employment/jobSearch.php | 17 ++++ glm-employment/thankYou.php | 3 + 5 files changed, 252 insertions(+) create mode 100644 glm-employment/formTemplate.php create mode 100644 glm-employment/jobDetail.php create mode 100644 glm-employment/jobList.php create mode 100644 glm-employment/jobSearch.php create mode 100644 glm-employment/thankYou.php diff --git a/glm-employment/formTemplate.php b/glm-employment/formTemplate.php new file mode 100644 index 0000000..dbc15bd --- /dev/null +++ b/glm-employment/formTemplate.php @@ -0,0 +1,166 @@ + +
+
+

+
+ + + + + + + + + + + + + +
+ +

+
+ +

+ + +

+ + +
+ +
+ class="error"> + ' . $field['label'] . ''; + } else { + echo $field['label']; + } + if ( $field['label'] == '' && $field ['hdr'] ) { + echo '' . $field['hdr']['label'] . ''; + } + }?> + + + + + + + pattern="" + + name="" + type="text" + value="" /> + + + + + + pattern="" + + name="" + type="tel" + value="" /> + + + + + + pattern="" + + name="" + type="email" + value="" /> + + + + + + + + + + + + + + + + pattern="" + + id="" + name="" + type="radio" + value="" + /> + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+
+ + + + + +
+
+ +
+ + diff --git a/glm-employment/jobDetail.php b/glm-employment/jobDetail.php new file mode 100644 index 0000000..7488d0f --- /dev/null +++ b/glm-employment/jobDetail.php @@ -0,0 +1,44 @@ +
+ Back To Employment Search +
+
+
+
+

post_title; ?>

+ glm_jobs_property) : ?> +
+ glm_jobs_property ) > 1 ) ? GLM_EMP_DEPARTMENT_PLURAL . ':' : GLM_EMP_DEPARTMENT_SINGLE . ':' ?> + glm_jobs_property);?> +
+ + glm_jobs_category) : ?> +
+ glm_jobs_category ) > 1 ) ? GLM_EMP_CATEGORY_PLURAL . ':' : GLM_EMP_CATEGORY_SINGLE . ':' ?> + glm_jobs_category);?> +
+ + glm_jobs_status):?> +
Status: glm_jobs_status; ?>
+ + glm_jobs_pay_grade):?> +
Pay Grade: glm_jobs_pay_grade; ?>
+ + glm_jobs_email):?> +
Shift: glm_jobs_shift; ?>
+ + glm_jobs_contact):?> +
Contact: + glm_jobs_email):?> + + + glm_jobs_contact; ?> + glm_jobs_email):?> + + +
+ +
post_content);?>
+ + Apply Online + +
diff --git a/glm-employment/jobList.php b/glm-employment/jobList.php new file mode 100644 index 0000000..79f4000 --- /dev/null +++ b/glm-employment/jobList.php @@ -0,0 +1,22 @@ +
+
+ +
+

post_title;?>

+ glm_jobs_property) : ?> +
+ glm_jobs_property ) > 1 ) ? GLM_EMP_DEPARTMENT_PLURAL . ':' : GLM_EMP_DEPARTMENT_SINGLE . ':' ?> + glm_jobs_property);?> +
+ + glm_jobs_category) : ?> +
+ glm_jobs_category ) > 1 ) ? GLM_EMP_CATEGORY_PLURAL . ':' : GLM_EMP_CATEGORY_SINGLE . ':' ?> + glm_jobs_category);?> +
+ +
+ +
+
+
diff --git a/glm-employment/jobSearch.php b/glm-employment/jobSearch.php new file mode 100644 index 0000000..4615e79 --- /dev/null +++ b/glm-employment/jobSearch.php @@ -0,0 +1,17 @@ +

Employment Search

+ diff --git a/glm-employment/thankYou.php b/glm-employment/thankYou.php new file mode 100644 index 0000000..bd15ad9 --- /dev/null +++ b/glm-employment/thankYou.php @@ -0,0 +1,3 @@ +
+ +
-- 2.17.1