Exemple #1
0
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/HTML; charset=<?php 
echo get_locale('charset');
?>
"  />
<meta name="generator" content="Claroline <?php 
echo $this->version;
?>
 - http://claroline.net" />

<?php 
echo link_to_css(get_conf('claro_stylesheet') . '/main.css', 'screen, projection, tv') . "\n";
if (get_locale('text_dir') == 'rtl') {
    echo link_to_css(get_conf('claro_stylesheet') . '/rtl.css', 'screen, projection, tv') . "\n";
}
echo link_to_css('print.css', 'print') . "\n";
?>

<link rel="top" href="<?php 
get_path('url');
?>
/index.php" title="" />
<link href="http://www.claroline.net/documentation.htm" rel="Help" />
<link href="<?php 
echo get_path('url');
?>
/CREDITS.txt" rel="Author" />
<link href="http://www.claroline.net" rel="Copyright" />
<?php 
if (file_exists(get_path('rootSys') . 'favicon.ico')) {
    ?>
Exemple #2
0
	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
	<script type="text/javascript" src="js/dialog.js"></script>
	<script type="text/javascript" src="<?php 
echo get_path('rootWeb');
?>
web/js/jquery.js"></script>
	<script type="text/javascript" src="<?php 
echo get_path('rootWeb');
?>
web/js/claroline.js"></script>
	<script type="text/javascript" src="<?php 
echo get_path('rootWeb');
?>
web/js/claroline.ui.js"></script>
	<?php 
echo link_to_css(get_conf('claro_stylesheet') . '/main.css', 'screen, projection, tv');
?>
	<style>
	fieldset dl dt {
		float: left;
		width: 20%;
		padding: 1px;
	}
	    
	fieldset dl dd {
		float: left;
		padding: 1px;
		width: 70%;
		margin: 0;
	}