Displaying 1 result from an estimated 1 matches for "passedmonth".
2006 Nov 04
0
weird problem with content type
...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((">"), :...