Subversion Repositories ALCASAR

Rev

Rev 2861 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 2861 Rev 2926
Line 1... Line -...
1
<form action="stats.php" method="get">
-
 
2
<div class="panel">
1
<div class="panel">
3
	<div class="panel-header"><?= $l_title ?></div>
2
	<div class="panel-header"><?= $l_title ?></div>
4
	<div class="panel-row">
3
	<div class="panel-row">
-
 
4
		<form action="stats.php" method="get">
5
		<table width="100%" border=0 cellspacing=0 cellpadding=0>
5
		<table width="100%" border=0 cellspacing=0 cellpadding=0>
6
		<tr>
6
		<tr>
7
			<td colspan="2"  align=center>
7
			<td colspan="2"  align=center>
8
				<table  border=0 cellspacing=2 cellpadding=2>
8
				<table  border=0 cellspacing=2 cellpadding=2>
9
					<tr valign=bottom>
9
					<tr valign=bottom>
Line 54... Line 54...
54
			<option <?php if(isset($selected3['download'])){print($selected3['download']);} ?> value="download"><?=$l_downloads?>
54
			<option <?php if(isset($selected3['download'])){print($selected3['download']);} ?> value="download"><?=$l_downloads?>
55
		</select>
55
		</select>
56
		</td>
56
		</td>
57
		</tr>
57
		</tr>
58
		</table>
58
		</table>
-
 
59
		</form>
59
		<hr size=1 noshade>
60
		<hr size=1 noshade>
60
		<table border=0 width="100%">
-
 
61
		<tr>
61
		<center>
62
			<td align="center"> 
-
 
63
<?php
62
<?php
64
if ($login == '') echo $l_stat_for_all;
63
if ($login == '') echo $l_stat_for_all;
65
else echo "$l_stat_for_user <b><font color=\"darkblue\">$login</font></b>"
64
else echo "$l_stat_for_user <b><font color=\"darkblue\">$login</font></b>"
66
?>
65
?>
67
			</td>
-
 
68
		</tr>
66
		</center>
69
		</table>
-
 
70
	</div>
-
 
71
	<div class="panel-header"><?= $l_title ?></div>
-
 
72
	<div class="panel-row">
-
 
73
		<table width="100%" border=0 cellspacing=0 cellpadding=0>
67
		<table width="100%" border=0 cellspacing=0 cellpadding=0>
74
			<tbody style='font-family: "DejaVu Sans";font-size: small;color: #666666;'>	
68
			<tbody style='font-family: "DejaVu Sans";font-size: small;color: #666666;'>	
75
				<tr bgcolor="#d0ddb0">
69
				<tr bgcolor="#d0ddb0">
76
				<th><?=$l_date?></th>
70
				<th><?=$l_date?></th>
77
<?php
71
<?php
Line 163... Line 157...
163
EOM;
157
EOM;
164
?>
158
?>
165
</table>
159
	</table>
166
</div>
160
	</div>
167
</div>
161
</div>
168
</form>
-
 
169
</body>
162
</body>
170
</html>
163
</html>