tweak stats table
This commit is contained in:
parent
18eddb2cb9
commit
3692156ad4
|
@ -19,6 +19,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Tiny Tiny Statistics</title>
|
<title>Tiny Tiny Statistics</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
|
|
||||||
print "<h2>Per-user storage</h2>";
|
print "<h2>Per-user storage</h2>";
|
||||||
|
|
||||||
print "<table width='100%'>";
|
print "<table border width='100%'>";
|
||||||
|
|
||||||
print "<tr>
|
print "<tr>
|
||||||
<td>Articles</td>
|
<td>Articles</td>
|
||||||
|
@ -74,7 +75,7 @@
|
||||||
FROM ttrss_feeds,ttrss_users
|
FROM ttrss_feeds,ttrss_users
|
||||||
WHERE owner_uid = ttrss_users.id ORDER BY login");
|
WHERE owner_uid = ttrss_users.id ORDER BY login");
|
||||||
|
|
||||||
print "<table width='100%'>";
|
print "<table border width='100%'>";
|
||||||
print "<tr>
|
print "<tr>
|
||||||
<td>Site</td>
|
<td>Site</td>
|
||||||
<td>Feed</td>
|
<td>Feed</td>
|
||||||
|
|
Loading…
Reference in New Issue