From 1da2428183a9f1ae8324a8b4db4ae71e3125470d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 12 Nov 2008 03:40:49 +0000 Subject: More updates for user management. The controllers don't work yet. But the login link in the header wil open up a login box like the mockup --- themes/default/js/login.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/default/js/login.js (limited to 'themes/default/js') diff --git a/themes/default/js/login.js b/themes/default/js/login.js new file mode 100644 index 00000000..bc18fe41 --- /dev/null +++ b/themes/default/js/login.js @@ -0,0 +1,11 @@ +function show_login() { + $("#gLoginLink").fadeOut("fast"); + $("#gLoginForm").fadeIn("fast"); + $("#gLoginClose").fadeIn("fast"); +} + +function close_login() { + $("#gLoginLink").fadeIn("fast"); + $("#gLoginForm").fadeOut("fast"); + $("#gLoginClose").fadeOut("fast"); +} \ No newline at end of file -- cgit v1.2.3