From 382a834506b87b4a6934d92b1de595768dcf5325 Mon Sep 17 00:00:00 2001 From: Tina_Azure <-> Date: Mon, 17 Apr 2023 03:15:57 +0200 Subject: [PATCH] Move Generic Style out of Templates --- templates/alias_Redirect.html | 19 +---------- .../customerIndex_FreelancerListing.html | 34 +++++++++---------- templates/customer_FreelancerListing.html | 18 +--------- .../customer_FreelancerListing_NOTFOUND.html | 18 +--------- templates/customer_Freelancer_Template.html | 18 +--------- .../customer_Freelancer_Template_Request.html | 18 +--------- ...reelancer_Template_Request_Fulfilment.html | 18 +--------- ...cer_Template_Request_Fulfilment_ERROR.html | 18 +--------- templates/templateIncludes/style.css.html | 17 ++++++++++ 9 files changed, 41 insertions(+), 137 deletions(-) create mode 100644 templates/templateIncludes/style.css.html diff --git a/templates/alias_Redirect.html b/templates/alias_Redirect.html index e30a87c..f933b03 100644 --- a/templates/alias_Redirect.html +++ b/templates/alias_Redirect.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Redirecting:

@@ -29,7 +13,6 @@ } window.onload = formAutoSubmit; -
diff --git a/templates/customerIndex_FreelancerListing.html b/templates/customerIndex_FreelancerListing.html index ec4d1d1..fd8f1da 100644 --- a/templates/customerIndex_FreelancerListing.html +++ b/templates/customerIndex_FreelancerListing.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer Profiles

@@ -39,6 +23,22 @@ {{/freelancerProfiles}} +
+ {{^cookieloggedin}} + + + + {{/cookieloggedin}} + {{#cookieloggedin}} +
+ +
+
+
+ +
+ {{/cookieloggedin}} +
diff --git a/templates/customer_FreelancerListing.html b/templates/customer_FreelancerListing.html index 1e4b338..0f0c106 100644 --- a/templates/customer_FreelancerListing.html +++ b/templates/customer_FreelancerListing.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{freelancername}}

diff --git a/templates/customer_FreelancerListing_NOTFOUND.html b/templates/customer_FreelancerListing_NOTFOUND.html index 3d1a037..1eb969c 100644 --- a/templates/customer_FreelancerListing_NOTFOUND.html +++ b/templates/customer_FreelancerListing_NOTFOUND.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{selectedfreelancername}} Could not be found!

diff --git a/templates/customer_Freelancer_Template.html b/templates/customer_Freelancer_Template.html index f53dc08..742772d 100644 --- a/templates/customer_Freelancer_Template.html +++ b/templates/customer_Freelancer_Template.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{freelancername}}

diff --git a/templates/customer_Freelancer_Template_Request.html b/templates/customer_Freelancer_Template_Request.html index 6a3d599..bd71956 100644 --- a/templates/customer_Freelancer_Template_Request.html +++ b/templates/customer_Freelancer_Template_Request.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{freelancername}}

diff --git a/templates/customer_Freelancer_Template_Request_Fulfilment.html b/templates/customer_Freelancer_Template_Request_Fulfilment.html index 5e753ad..0dd6013 100644 --- a/templates/customer_Freelancer_Template_Request_Fulfilment.html +++ b/templates/customer_Freelancer_Template_Request_Fulfilment.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{freelancername}}

diff --git a/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html index 0c94901..3220493 100644 --- a/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html +++ b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html @@ -1,23 +1,7 @@ - + {{> templateIncludes/style.css.html}}

Freelancer: {{freelancername}}

diff --git a/templates/templateIncludes/style.css.html b/templates/templateIncludes/style.css.html new file mode 100644 index 0000000..d4ba4b6 --- /dev/null +++ b/templates/templateIncludes/style.css.html @@ -0,0 +1,17 @@ + \ No newline at end of file