Subversion Repositories ALCASAR

Rev

Rev 911 | Rev 1805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 911 Rev 925
Line 52... Line 52...
52
 
52
 
53
 
53
 
54
echo <<<EOM
54
echo <<<EOM
55
<html>
55
<html>
56
<head>
56
<head>
57
<title>iUser accounting</title>
57
<title>User accounting</title>
58
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
58
<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
59
<link rel="stylesheet" href="/css/style.css">
59
<link rel="stylesheet" href="/css/style.css">
60
</head>
60
</head>
61
<body>
61
<body>
62
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
62
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
Line 67... Line 67...
67
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
67
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
68
<tr bgcolor="#666666"><td>
68
<tr bgcolor="#666666"><td>
69
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
69
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
70
<tr><td valign="middle" align="left">
70
<tr><td valign="middle" align="left">
71
<center>
71
<center>
72
<table border=0 width=400 cellpadding=0 cellspacing=2>
72
<table border=0 width=640 cellpadding=0 cellspacing=2>
73
EOM;
73
EOM;
74
 
74
 
75
include("../html/user_toolbar.html.php");
75
include("../html/user_toolbar.html.php");
76
 
76
 
77
print <<<EOM
77
print <<<EOM
78
</table>
78
</table>
79
<br>
79
<br>
80
<table border=0 width=840 cellpadding=1 cellspacing=1>
80
<table border=0 width=720 cellpadding=1 cellspacing=1>
81
<tr valign=top>
81
<tr valign=top>
82
<td width=65%></td>
82
<td width=400></td>
83
<td bgcolor="black" width=35%>
83
<td bgcolor="black">
84
	<table border=0 width=100% cellpadding=2 cellspacing=0>
84
	<table border=0 width=100% cellpadding=2 cellspacing=0>
85
	<tr bgcolor="#907030" align=right valign=top><th>
85
	<tr bgcolor="#907030" align=right valign=top><th>
86
	<font color="white">$l_user : $login ($cn)</font>
86
	<font color="white">$l_user : $login ($cn)</font>
87
	</th></tr>
87
	</th></tr>
88
	</table>
88
	</table>