fitnesse.resources.templates.directoryPage.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
#macro( prettyPrint $s )
#if( $s.length() > 60 )
#set ( $t = $s.length() - 40 )
#escape($s.substring(0, 15))...#escape($s.substring($t))#else#escape(${s})#end
#end
Name
Size
Date
Action
#foreach( $fileInfo in $fileInfoList )
#if( $fileInfo.directory )#end #prettyPrint( $fileInfo.name )#if( $fileInfo.directory )/#end
$fileInfo.size
$fileInfo.date
Rename | Delete
#end