search for: passedyear

Displaying 1 result from an estimated 1 matches for "passedyear".

2006 Nov 04
0
weird problem with content type
...mp;year=2006 the rest of the page that works: http://rdigikam.sitlib.org/tags any idea how I could get rid of this? This is the code of my list.rhtml: <center> <br><br> <% startdate = Time.local(2006,8,1) endate = Time.local(2006,8,31) cal = CalendarGrid.build(Time.local(@passedyear.to_i,@passedmonth.to_i,1)) puts "Content-Type: text/html" %> <% cal.years.each do |y| unless y.year.to_i!=@passedyear.to_i %> <br> <%= link_to(("<"), :year => y.year.to_i-1, :month => @passedmonthparam) %><%= y.year %><%= link_to((&qu...