!!! Strict %html

%head
  %title Nagios Dashboard
  %link(href='css/style.css' media='screen' rel='stylesheet' type='text/css')
  %link(href='fancybox/jquery.fancybox-1.3.4.css' media='screen' rel='stylesheet' type='text/css')
  %script(type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js')
  %script(type='text/javascript' src='js/swfobject.js')
  %script(type='text/javascript' src='js/FABridge.js')
  %script(type='text/javascript' src='js/web_socket.js')
  %script(type='text/javascript' src='js/nagios-dashboard.js')
  %script(type='text/javascript' src='fancybox/jquery.fancybox-1.3.4.pack.js')
%body
  %div#MainContainer
    %h1 Dashboard
    %table
      %thead
        %tr
          %th Hostname
          %th Plugin Output
          %th Last Time OK
          %th Last Check
      %tbody#messages
  %div(id='popups_container' style='display: none;')