Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 355 → Rev 356

/web/acc/manager/htdocs/accounting.php
114,9 → 114,11
<body>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>Journal des connexions</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2">
</td></tr>
</TABLE>
<TABLE width="100%" border="1" cellspacing="0" cellpadding="1">
<tr><td>
<?php
if(!$queryflag) {
echo <<<EOM
201,6 → 203,7
</tr>
</table>
</form>
</table>
</body>
</html>
EOM;
247,8 → 250,6
" ORDER BY $order " . da_sql_limit($maxresults,2,$config) . ";";
 
echo <<<EOM
<table border="0" width="100%" cellpadding="1" cellspacing="1">
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<p>
291,6 → 292,7
</table>
</td></tr>
</table>
</table>
</body>
</html>
EOM;