pageHeader(); if (!$controller->record) { echo '', WT_I18N::translate('Unable to find record with ID'), ''; exit; } if (!$controller->record->canDisplayDetails()) { print_privacy_error(); exit; } ?> "; if (!$controller->record->isExternal() && !$controller->record->fileExists() ) { echo '

', WT_I18N::translate('The file ā€œ%sā€ does not exist.', $controller->record->getLocalFilename()), '

'; } else { echo "
+ "; echo "%"; echo ""; echo "
record->getRawUrl()."'; window.close();\">".WT_I18N::translate('View image details').""; echo "
"; $imgsize = $controller->record->getImageAttributes('main',2,2); $imgwidth = $imgsize['adjW']; $imgheight = $imgsize['adjH']; echo '"; echo '
'; echo "record->getHtmlUrlDirect()."\" style=\"position: absolute; left: 1px; top: 1px; cursor: move;\" onmousedown=\"panimage(); return false;\" alt=\"\">"; echo '
'; } echo ""; echo "
"; echo "
"; echo "

".WT_I18N::translate('Close Window')."
";