Esempio n. 1
0
if (!$tmp->isExternal()) {
    if ($tmp->fileExists('main')) {
        if ($controller->record->getTree()->getPreference('SHOW_MEDIA_DOWNLOAD')) {
            echo '<p><a href="' . $tmp->getHtmlUrlDirect('main', true) . '">' . I18N::translate('Download file') . '</a></p>';
        }
    } else {
        echo '<p class="ui-state-error">' . I18N::translate('The file “%s” does not exist.', $tmp->getFilename()) . '</p>';
    }
}
echo '</td>
				<td valign="top">
					<table width="100%">
						<tr>
							<td>
								<table class="facts_table">';
$facts = $controller->getFacts();
foreach ($facts as $f => $fact) {
    FunctionsPrintFacts::printFact($fact, $controller->record);
}
echo '</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</div>';
echo '<ul>';
if ($linked_indi) {
    echo '<li><a href="#indi-media"><span id="indimedia">', I18N::translate('Individuals'), '</span></a></li>';
}