You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
692 B

10 years ago
<!DOCTYPE html>
<html>
<head>
<title>GCAT</title>
<%= favicon_link_tag "/favicon.ico" %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<nav id="nav-bar" class="navbar navbar-default" role="navigation">
<h1>GCAT</h1>
</nav>
<div>
<div id='contents'>
<%= yield %>
</div>
<div id='footer' style='float:right; padding: 5px;'>
Copyright &copy; 2012 The Board of Regents of the University of Wisconsin System
<%= image_tag 'lgplv.jpg' %>
<%= image_tag 'GLBRC_horz_cmyk_small.jpg' %>
</div>
</div>
</body>
</html>