function GetSelnAsDiv()
{
seln=''
$('.highlight').each(function( index ) {
seln+='
'
$('.highlight').each(function( index ) {
div += "
Name:
" + $(this).attr('fname') + "
"
div += "
Date:
" + $(this).attr('pretty_date') + "
"
dir = $(this).attr('in_dir')
if( dir.slice(-1) != "/" )
dir=dir.concat('/')
div += "
Dir:
" + dir + "
"
div += "
Size:
" + $(this).attr('size') + " MB
"
div += "
Hash:
" + $(this).attr('hash') + "
"
div += "
Path Type:
" + $(this).attr('path_type') + "
"
} )
div += `