All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.resources.templates.directoryPage.vm Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
#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

 #foreach( $fileInfo in $fileInfoList )
  
 #end
 
Name Size Date Action
#if( $fileInfo.directory )folder#end #prettyPrint( $fileInfo.name )#if( $fileInfo.directory )/#end $fileInfo.size $fileInfo.date Rename | Delete




© 2015 - 2024 Weber Informatics LLC | Privacy Policy