GCAT5.0 released

This commit is contained in:
Minh
2015-04-10 15:12:45 -05:00
commit 67544a10e6
257 changed files with 61661 additions and 0 deletions
@@ -0,0 +1,25 @@
<!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>