File: '.$_['path'] ).'
';
echo(''.$_['message'] ).'
';
}else{
if( isset( $_['outcome_stat'] ) ) {
echo( ''.$_['outcome_msg'] ).'
';
}
echo( 'Versions of '.$_['path'] ).'
';
echo('You can click on the revert button to revert to the specific verson.
');
foreach ( $_['versions'] as $v ) {
echo ' ';
echo OCP\Util::formatDate( $v );
echo ' Revert
';
}
}
?>