From c00cb6ae05f548f7ae270a93ad44f57207380406 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 20:03:02 +0100 Subject: Put views in packages --- app/views/pages/static/ebeHomepage.scala.html | 49 +++++++++++++++++++++++++ app/views/pages/static/index.scala.html | 3 ++ app/views/pages/static/pepalHomepage.scala.html | 49 +++++++++++++++++++++++++ app/views/pages/static/privacy.scala.html | 15 ++++++++ app/views/pages/static/terms.scala.html | 16 ++++++++ 5 files changed, 132 insertions(+) create mode 100644 app/views/pages/static/ebeHomepage.scala.html create mode 100644 app/views/pages/static/index.scala.html create mode 100644 app/views/pages/static/pepalHomepage.scala.html create mode 100644 app/views/pages/static/privacy.scala.html create mode 100644 app/views/pages/static/terms.scala.html (limited to 'app/views/pages/static') diff --git a/app/views/pages/static/ebeHomepage.scala.html b/app/views/pages/static/ebeHomepage.scala.html new file mode 100644 index 0000000..d4fe80a --- /dev/null +++ b/app/views/pages/static/ebeHomepage.scala.html @@ -0,0 +1,49 @@ +@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) + +@templates.ebe("eBé")(request.account) { + +
+ @fragments.ebeMainActions() +
+ +
+ +
+
+
+

Get started today

+

+ With @fragments.branding.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks! +

+
+
+ +
+
+

Buy and sell with confidence

+

+ @fragments.branding.ebeLogo() guarantees all transactions for both buyers and sellers. +

+
+
+ +
+
+

24/7 customer support

+

+ Any question? Just ask us! Our support team is committed to help you. +

+
+
+ +
+
+

Secure transactions

+

+ With @fragments.branding.ebeLogo(), you are not required to give any personal information to any buyer or seller. +

+
+
+
+ +} diff --git a/app/views/pages/static/index.scala.html b/app/views/pages/static/index.scala.html new file mode 100644 index 0000000..b6e0029 --- /dev/null +++ b/app/views/pages/static/index.scala.html @@ -0,0 +1,3 @@ +@(message: String) + +@message diff --git a/app/views/pages/static/pepalHomepage.scala.html b/app/views/pages/static/pepalHomepage.scala.html new file mode 100644 index 0000000..9f4b227 --- /dev/null +++ b/app/views/pages/static/pepalHomepage.scala.html @@ -0,0 +1,49 @@ +@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) + +@templates.pepal("PéPal")(request.account) { + +
+ @fragments.pepalMainActions() +
+ +
+ +
+
+
+

Get started today

+

+ With @fragments.branding.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks! +

+
+
+ +
+
+

Send money to friends

+

+ Sending money to your friends or your family has never been easier. +

+
+
+ +
+
+

24/7 customer support

+

+ Any question? Just ask us! Our support team is committed to help you. +

+
+
+ +
+
+

Secure transactions

+

+ With @fragments.branding.pepalLogo(), you are not required to give any personal information to any buyer or seller. +

+
+
+
+ +} diff --git a/app/views/pages/static/privacy.scala.html b/app/views/pages/static/privacy.scala.html new file mode 100644 index 0000000..dd6898a --- /dev/null +++ b/app/views/pages/static/privacy.scala.html @@ -0,0 +1,15 @@ +@()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) + +@templates.ebe("Privacy policy")(request.account) { + +
+
+

Privacy policy

+ +
+
+ +} diff --git a/app/views/pages/static/terms.scala.html b/app/views/pages/static/terms.scala.html new file mode 100644 index 0000000..3ccadc7 --- /dev/null +++ b/app/views/pages/static/terms.scala.html @@ -0,0 +1,16 @@ +@()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) + +@templates.ebe("Terms of use")(request.account) { + +
+
+

Terms of use

+ +
+
+ +} -- cgit v1.2.3