##$RCSfile$ $Revision$ $Date$
#macro(commitsLink $range $value )
${value}
#end
#if($template == "")
#if(!$isCurrentProject)${project.name} - #end SCM Commits |
#thField("Yesterday & Today")
#thField("This Week")
#thField("Last 30 Days")
#thField("All")
#tdTextRight("#commitsLink('&range=day' ${commitStats.yesterday} )" )
#tdTextRight("#commitsLink('&range=week' ${commitStats.thisWeek} )" )
#tdTextRight("#commitsLink('&range=month' ${commitStats.last30Days} )" )
#tdTextRight("#commitsLink('' ${commitStats.all} )" )
#else
#if(!$isCurrentProject)${project.name} - #end SCM Commits |
#trOpen()
#tdText("Yesterday & Today")
#tdTextRight("#commitsLink('&range=day' ${commitStats.yesterday} )")
#trClose()
#trOpen()
#tdText("This Week")
#tdTextRight("#commitsLink('&range=week' ${commitStats.thisWeek} )")
#trClose()
#trOpen()
#tdText("Last 30 Days")
#tdTextRight("#commitsLink('&range=month' ${commitStats.last30Days} )")
#trClose()
#trOpen()
#tdText("All")
#tdTextRight("#commitsLink('' ${commitStats.all} )")
#trClose()
#end