Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2874 → Rev 2875

/web/acc/manager/htdocs/style.css
File deleted
/web/acc/manager/htdocs/show_groups.php
26,7 → 26,7
<html>
<title>find group</title>
<meta http-equiv="Content-Type" content="text/html" charset="$config[general_charset]">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/css/acc.css">
</head>
<body>
<center>
/web/acc/manager/htdocs/user_admin.php
7,6 → 7,7
?>
<html>
<head>
<link rel="stylesheet" href="/css/acc.css">
<?php
require('../lib/functions.php');
require('../lib/defaults.php');
19,7 → 20,6
echo <<<EOM
<title>User information page</title>
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
<link rel="stylesheet" href="/css/acc.css">
</head>
<body>
<center>
53,7 → 53,6
echo <<<EOM
<title>User information page</title>
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
<link rel="stylesheet" href="/css/acc.css">
</head>
<body>
<center>
/web/acc/manager/html/user_admin.html.php
17,7 → 17,6
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<link rel="stylesheet" href="/css/acc.css">
EOM;
if (isset($logged_now) && $logged_now)
print <<<EOM