aboutsummaryrefslogtreecommitdiff
path: root/views/alerts2.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/alerts2.haml
new version.
Diffstat (limited to 'views/alerts2.haml')
-rw-r--r--views/alerts2.haml18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/alerts2.haml b/views/alerts2.haml
new file mode 100644
index 0000000..ad0f0d3
--- /dev/null
+++ b/views/alerts2.haml
@@ -0,0 +1,18 @@
+!!!
+%html
+ %head
+ %meta{:name=>"viewport", :content=>"width=device-width"}
+ %title Current alerts (logged in as #{@person.username})
+ %link{:rel => "stylesheet", :href => "/alerts2.css"}
+ %script{:type => "text/javascript", :src => "/jquery-1.4.2.min.js"}
+ %script{:type => "text/javascript", :src => "/jquery.treeview.pack.js"}
+ %script{:type => "text/javascript", :src => "/jquery.cookie.js"}
+ %script{:type => "text/javascript", :src => "/jquery.pop.js"}
+ //%script{:type => "text/javascript", :src => "/jquery.countdown.js"}
+ %script{:type => "text/javascript", :src => "/mauve.js"}
+ %body
+ .darkMask
+ .head= partial("head3")
+ .unacknowledged= partial("unacknowledged")
+ .acknowledge= partial("acknowledge")
+ .updateAlertStatus= partial("jqChangeStatus")