lib/rhosync/console/app/views/layout.erb in rhosync-2.1.1 vs lib/rhosync/console/app/views/layout.erb in rhosync-2.1.2

- old
+ new

@@ -2,29 +2,29 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Rhosync Console</title> - <!--<link rel="stylesheet" href="<%=url('main.css')%>" type="text/css" media="screen" /> --> - <link rel="stylesheet" href="<%=url('reset.css')%>" type="text/css" media="screen" /> - <link rel="stylesheet" href="<%=url('home.css')%>" type="text/css" media="screen" /> - <link rel="stylesheet" href="<%=url('style.css')%>" type="text/css" media="screen" /> - <link rel="stylesheet" href="<%=url('ThickBox.css')%>" type="text/css" media="screen" /> + <!--<link rel="stylesheet" href="<%=url_path('main.css')%>" type="text/css" media="screen" /> --> + <link rel="stylesheet" href="<%=url_path('reset.css')%>" type="text/css" media="screen" /> + <link rel="stylesheet" href="<%=url_path('home.css')%>" type="text/css" media="screen" /> + <link rel="stylesheet" href="<%=url_path('style.css')%>" type="text/css" media="screen" /> + <link rel="stylesheet" href="<%=url_path('ThickBox.css')%>" type="text/css" media="screen" /> - <!--[if IE]><script language="javascript" type="text/javascript" src="<%=url('jqplot/excanvas.js')%>"></script><![endif]--> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jquery-1.4.2.min.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jquery.jqplot.min.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.categoryAxisRenderer.min.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.dateAxisRenderer.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.canvasTextRenderer.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.canvasAxisLabelRenderer.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.canvasAxisTickRenderer.js')%>"></script> - <script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.cursor.js')%>"></script> - <!--<script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.barRenderer.min.js')%>"></script>--> - <!--<script language="javascript" type="text/javascript" src="<%=url('jqplot/jqplot.pointLabels.min.js')%>"></script>--> + <!--[if IE]><script language="javascript" type="text/javascript" src="<%=url_path('jqplot/excanvas.js')%>"></script><![endif]--> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jquery-1.4.2.min.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jquery.jqplot.min.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.categoryAxisRenderer.min.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.dateAxisRenderer.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.canvasTextRenderer.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.canvasAxisLabelRenderer.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.canvasAxisTickRenderer.js')%>"></script> + <script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.cursor.js')%>"></script> + <!--<script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.barRenderer.min.js')%>"></script>--> + <!--<script language="javascript" type="text/javascript" src="<%=url_path('jqplot/jqplot.pointLabels.min.js')%>"></script>--> - <link rel="stylesheet" type="text/css" href="<%=url('jqplot/jquery.jqplot.min.css')%>" /> + <link rel="stylesheet" type="text/css" href="<%=url_path('jqplot/jquery.jqplot.min.css')%>" /> <script type="text/javascript"> $.jqplot.config.enablePlugins = true; @@ -126,10 +126,10 @@ </div><!-- END container --> <div id="footer"> <div class="footer_content"> <div id="foot_lefts" class="foot_left"> <img src="/console/images/foot_logo_rhosync.png"></a> - <p>© 2010 <a href="http://www.rhomobile.com/">Rhomobile</a> All rights reserved.</p> + <p>© <a href="http://www.rhomobile.com/">Rhomobile</a> All rights reserved.</p> </div> <div class="foot_right"> <ul class="ul_footer"> <%unless login_required %> <% license = {} \ No newline at end of file