From 5a87705b5142f70e3e13af93a52a9e7f612cf951 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 5 Jan 2012 15:21:38 +0100 Subject: login and logout implemented. --- r7r_repo/templates/src/common.html | 16 ++++++++++++++++ r7r_repo/templates/src/home.html | 3 +++ r7r_repo/templates/src/master.html | 1 + 3 files changed, 20 insertions(+) create mode 100644 r7r_repo/templates/src/common.html (limited to 'r7r_repo/templates') diff --git a/r7r_repo/templates/src/common.html b/r7r_repo/templates/src/common.html new file mode 100644 index 0000000..2600e8d --- /dev/null +++ b/r7r_repo/templates/src/common.html @@ -0,0 +1,16 @@ + + + $error + +
$error
+
+
+
+ + + $success + +
$success
+
+
+
diff --git a/r7r_repo/templates/src/home.html b/r7r_repo/templates/src/home.html index bf9623a..15d8051 100644 --- a/r7r_repo/templates/src/home.html +++ b/r7r_repo/templates/src/home.html @@ -1,5 +1,8 @@ + + +

Latest Packages

diff --git a/r7r_repo/templates/src/master.html b/r7r_repo/templates/src/master.html index a2dbd58..9e9b8df 100644 --- a/r7r_repo/templates/src/master.html +++ b/r7r_repo/templates/src/master.html @@ -3,6 +3,7 @@ + -- cgit v1.2.3-54-g00ecf