Sha256: f0955cbf5c0f0ecd9e11d955940dd31178343c6490c517c426fd9890c5a8516d

Contents?: true

Size: 1.42 KB

Versions: 7

Compression:

Stored size: 1.42 KB

Contents

<!--
WebROaR - Ruby Application Server - http://webroar.in/
Copyright (C) 2009  Goonj LLC

This file is part of WebROaR.

WebROaR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

WebROaR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with WebROaR.  If not, see <http://www.gnu.org/licenses/>.
-->
<%= calendar_date_select_includes "red" %>
<% CalendarDateSelect.format = :natural %>
<div id = 'container_graphs_data'>
	<br/>
	<div id = "page_name">
		<%=image_tag("tit_analytics_ad.gif", :border => '0')%>
	</div>
	<div id = 'reload'>Select Application: <%=select :application, :name, @apps, :selected => @application_name%></div>
	<%if @apps.size == 1%>
		<div style = "width:98%;color:#3C5C97;text-align:right;"><%=NO_APPLICATION_FOR_ANALYTICS%></div>
	<%end%>
	<div id = 'graph_div'>
		 <%=render :partial=>'graph_page'%>
	</div>
	<br>
	<%= observe_field 'application_name', :update => 'graph_div', :url => { :action => 'get_next_app' }, :with => 'application_name'%>
</div>
  <script>
    checkFlashPlayer();
  </script>



Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
webroar-0.4.0 src/admin_panel/app/views/graph/index.html.erb
webroar-0.3.1 src/admin_panel/app/views/graph/index.html.erb
webroar-0.3.0 src/admin_panel/app/views/graph/index.html.erb
webroar-0.2.6 src/admin_panel/app/views/graph/index.html.erb
webroar-0.2.5 src/admin_panel/app/views/graph/index.html.erb
webroar-0.2.4 src/admin_panel/app/views/graph/index.html.erb
webroar-0.2.3 src/admin_panel/app/views/graph/index.html.erb