Sha256: a5492050ad7a7078bd20d6bbc6c0b39b57055ac5540a73f4cd39ca96d5158ffa

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 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 %>
	<br/>
	<div id = "page_name">
		<%=image_tag("title_analytics_15_06_2011.gif", :border => '0')%>
	</div>
	<div class='text_align_right'>Select Application : <%=select :application, :name, @apps, :selected => @application_name%><br>
	<%if @apps.size == 1%>
		<span class='error'><%=NO_APPLICATION_FOR_ANALYTICS%></span>
	<%end%>
	</div>
	<div id = 'graph_div'>
		 <%=render :partial=>'graph_page'%>
	</div>
	<%= observe_field 'application_name', :update => 'graph_div', :url => { :action => 'get_next_app' }, :with => 'application_name'%>
</div>
  <script>
    checkFlashPlayer();
  </script>



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webroar-0.7.0 src/admin_panel/app/views/graph/index.html.erb