From d04d732a084f07ca88fdfa82653bdfd2d6798374 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 24 Jan 2015 20:27:08 +0100 Subject: First website mockup --- app/views/templates/ebe.scala.html | 3 ++ app/views/templates/main.scala.html | 69 ++++++++++++++++++++++++++++++++++++ app/views/templates/pepal.scala.html | 3 ++ 3 files changed, 75 insertions(+) create mode 100644 app/views/templates/ebe.scala.html create mode 100644 app/views/templates/main.scala.html create mode 100644 app/views/templates/pepal.scala.html (limited to 'app/views/templates') diff --git a/app/views/templates/ebe.scala.html b/app/views/templates/ebe.scala.html new file mode 100644 index 0000000..dbc1a88 --- /dev/null +++ b/app/views/templates/ebe.scala.html @@ -0,0 +1,3 @@ +@(title: String)(content: Html) + +@templates.main{@fragments.ebeLogo()}{@fragments.ebeSlogan()}(title)(content) diff --git a/app/views/templates/main.scala.html b/app/views/templates/main.scala.html new file mode 100644 index 0000000..dadfc03 --- /dev/null +++ b/app/views/templates/main.scala.html @@ -0,0 +1,69 @@ +@(logo: Html)(slogan: Html)(title: String)(content: Html) + + + + + +
+ + + + +