HTML Validation work
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
require './common.php';
|
||||
|
||||
echo '<center>';
|
||||
echo '<div style="text-align: center;">';
|
||||
echo '<br /><br />';
|
||||
printf('<img src="%s/logo.png" title="%s" alt="%s" />',IMGDIR,_('phpLDAPadmin logo'),_('phpLDAPadmin logo'));
|
||||
echo '<br /><br />';
|
||||
@@ -19,11 +19,11 @@ echo _('Use the menu to the left to navigate');
|
||||
echo '<br /><br />';
|
||||
|
||||
if ($_SESSION[APPCONFIG]->isCommandAvailable('cmd','oslinks')) {
|
||||
printf('<a href="%s" target="_blank">%s</a>',get_href('credits'),_('Credits'));
|
||||
printf(' | <a href="%s" target="_blank">%s</a>',get_href('documentation'),_('Documentation'));
|
||||
printf(' | <a href="%s" target="_blank">%s</a>',get_href('donate'),_('Donate'));
|
||||
printf('<a href="%s" onclick="target=\'_blank\';">%s</a>',get_href('credits'),_('Credits'));
|
||||
printf(' | <a href="%s" onclick="target=\'_blank\';">%s</a>',get_href('documentation'),_('Documentation'));
|
||||
printf(' | <a href="%s" onclick="target=\'_blank\';">%s</a>',get_href('donate'),_('Donate'));
|
||||
echo '<br /><br />';
|
||||
}
|
||||
|
||||
echo '</center>';
|
||||
echo '</div>';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user