6c604df84f756d0a4357107181d95de701c0abe5
[MojoFacets.git] / templates / layouts / ui.html.ep
1 <!doctype html><html>
2 <head>
3 <meta charset=utf-8>
4 <title><%= session('path') || 'Mojo Facets' %></title>
5 <link type="text/css" href="/mojo_facets.css" rel="stylesheet" />
6
7 <!--
8 <link type="text/css" href="/css/ui-lightness/jquery-ui-1.8.custom.css" rel="stylesheet" />     
9 <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
10 <script type="text/javascript" src="/js/jquery-ui-1.8.custom.min.js"></script>
11 -->
12
13 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
14 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
15
16 </head>
17 <body>
18
19 <a href="<%= url_for( action => 'index' ) %>">load</a>
20 <a href="<%= url_for( action => 'columns' ) %>">columns</a>
21 <a href="<%= url_for( action => 'table' ) %>">table</a>
22
23 <%== content %>
24
25 </body>
26 </html>