Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 910 → Rev 911

/web/acc/manager/htdocs/group_new.php
1,7 → 1,6
<?php
 
//Gestion de la langue
$origine='group_new';
if (is_file("../lib/langues.php"))
include("../lib/langues.php");
37,10 → 36,9
$show_ops = 0;
$colspan=1;
}
echo "<html><head><title>$l_title</title>";
 
?>
 
<html><head><title>New group</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/epoch_styles.css" />
57,7 → 55,7
</head>
<body>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><? echo "$l_frame_top"; ?></th></tr>
<tr><th><? echo "$l_groups_managment"; ?></th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
</TABLE>