aboutsummaryrefslogtreecommitdiff
path: root/views/alerts2.haml
blob: ad0f0d3e241a1c6337b6d40556f878db03b2fb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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")