Sha256: a3bd557c42523459e8cc19b16f05af1e303b36052ce0b1cb957f35d6669c0466

Contents?: true

Size: 1004 Bytes

Versions: 36

Compression:

Stored size: 1004 Bytes

Contents

<%@application_title = l :period %>
<%@page_title = @period.name %>

<% i = 1 %>

<div id="spotlight">
  <%=render :partial => 'show_active', :locals => { :i => i } %>
</div>

<%=render :partial => 'burn_down_chart' %>

<div id="rfeature">
  <div class="btitle">
    <h4><%=l(:completed_tasks) %></h4>
  </div>

  <%=render :partial => '/tasks/completed', :locals => {:i => i} %>
</div>

<script type="text/javascript">
//alert(Ruby.eval(Ruby.code()));
</script>

<script type="text/x-ruby">
begin
  require 'java'
  JSObject = netscape.javascript.JSObject
  s = "ho"
rescue Exception => e
  s = e
end
s
#win = JSObject.getWindow(this)
#doc = win.getMember("document")
#loc = doc.getMember("location")

#s = loc.getMember("href")
#win.call("f", null)
</script>

<script type="text/javascript">
function showRuby() {
  alert(Ruby.code());
}

function echoRuby(ruby) {
  alert(Ruby.eval(ruby));
}

//window.onload = function() {
//  Ruby.init(function(result) {
//    alert(result);
//  });
//}

</script>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
backlog-0.37.2 app/views/periods/show.rhtml
backlog-0.37.1 app/views/periods/show.rhtml
backlog-0.36.2 app/views/periods/show.rhtml
backlog-0.17.6 app/views/periods/show.rhtml
backlog-0.18.0 app/views/periods/show.rhtml
backlog-0.19.0 app/views/periods/show.rhtml
backlog-0.20.0 app/views/periods/show.rhtml
backlog-0.20.1 app/views/periods/show.rhtml
backlog-0.21.0 app/views/periods/show.rhtml
backlog-0.21.2 app/views/periods/show.rhtml
backlog-0.21.1 app/views/periods/show.rhtml
backlog-0.21.3 app/views/periods/show.rhtml
backlog-0.22.1 app/views/periods/show.rhtml
backlog-0.22.0 app/views/periods/show.rhtml
backlog-0.23.0 app/views/periods/show.rhtml
backlog-0.23.1 app/views/periods/show.rhtml
backlog-0.24.0 app/views/periods/show.rhtml
backlog-0.25.0 app/views/periods/show.rhtml
backlog-0.26.0 app/views/periods/show.rhtml
backlog-0.28.0 app/views/periods/show.rhtml