From fabf030cc6ecc561572a59ab53a779c96a723cf0 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 21 Apr 2015 15:42:17 -0400 Subject: stragglers --- templates/employmentpage.hamlet | 6 ++++++ templates/vacationpage.hamlet | 13 +++++++++++++ templates/vacationpage.lucius | 3 +++ 3 files changed, 22 insertions(+) create mode 100644 templates/employmentpage.hamlet create mode 100644 templates/vacationpage.hamlet create mode 100644 templates/vacationpage.lucius diff --git a/templates/employmentpage.hamlet b/templates/employmentpage.hamlet new file mode 100644 index 0000000..b60b710 --- /dev/null +++ b/templates/employmentpage.hamlet @@ -0,0 +1,6 @@ +

Employment span for #{username} + +

+

+ ^{formWidget} + diff --git a/templates/vacationpage.hamlet b/templates/vacationpage.hamlet new file mode 100644 index 0000000..1bdfeee --- /dev/null +++ b/templates/vacationpage.hamlet @@ -0,0 +1,13 @@ +

#{username} + + + + +
Activity + Balance + $forall (s,rt) <- transacts +
#{s} + #{show rt} + +

+ Time entry page diff --git a/templates/vacationpage.lucius b/templates/vacationpage.lucius new file mode 100644 index 0000000..84012c1 --- /dev/null +++ b/templates/vacationpage.lucius @@ -0,0 +1,3 @@ +tr.vacentry:nth-child(even) {background: #9f9} +tr.vacentry:nth-child(odd) {background: #fff} +td.activity {border-right: double} -- cgit v1.2.1