#template("xwiki.vm") #template("httpheader.vm") #template("header.vm") #template("viewheader.vm") #if($message)
$message
#end
#set( $counter = 0)

#foreach ($attach in $doc.attachmentList) #set( $counter = $counter + 1) #end
$msg.get("filename") $msg.get("version") $msg.get("author") $msg.get("size") $msg.get("history") $msg.get("delete")
#if ($attach.isImage()) ${attach.filename} #end $attach.filename $attach.version$attach.author$attach.filesize $msg.get("history") $msg.get("delete")


$msg.get("choosetargetfilename"):

$msg.get("choosefiletoupload"):

#template("basefooter.vm") #template("footer.vm")