aboutsummaryrefslogtreecommitdiff
path: root/views/preferences.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-04-13 17:03:16 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-04-13 17:03:16 +0100
commit89a67770e66d11740948e90a41db6cee0482cf8e (patch)
treebe858515fb789a89d68f94975690ab019813726c /views/preferences.haml
new version.
Diffstat (limited to 'views/preferences.haml')
-rw-r--r--views/preferences.haml24
1 files changed, 24 insertions, 0 deletions
diff --git a/views/preferences.haml b/views/preferences.haml
new file mode 100644
index 0000000..c39c108
--- /dev/null
+++ b/views/preferences.haml
@@ -0,0 +1,24 @@
+!!!
+%html
+ %head
+ %title #{@title}: My preferences (logged in as #{@person.username})
+ %link{:rel => "stylesheet", :href => "/alerts.css"}
+ %script{:type => "text/javascript", :src => "/prototype.js"}
+ %script{:type => "text/javascript", :src => "/mauve_utils.js"}
+ %script{:type => "text/javascript", :src => "/datadumper.js"}
+ %body{:onLoad => "addAutoHover(); addRefresh();"}
+ #header
+ %h1= @title
+ #errors{:style => "display: none;"}
+ %h1
+ Trouble!
+ (
+ %a{:href=>"#", :onClick => "clearErrors();"} hide
+ )
+ %ul#errors_list
+ %p Either the alert server or your internet connection is malfunctioning, so you may want to try refreshing the page.
+ #alert_counts= partial("alert_counts")
+ #navigation= partial("navigation")
+ %h1 Not implemented yet
+
+