##$RCSfile$ $Revision$ $Date$ #macro(commitsLink $range $value ) ${value} #end #if($template == "") #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} )" )
#if(!$isCurrentProject)${project.name} - #end SCM Commits
#else #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()
#if(!$isCurrentProject)${project.name} - #end SCM Commits
#end