1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 16:11:29 +00:00

opml/db updater tweaks

This commit is contained in:
Andrew Dolgov
2007-03-02 15:08:00 +01:00
parent 75b206cb88
commit ef59e6e85f
6 changed files with 40 additions and 70 deletions

View File

@@ -30,7 +30,7 @@
<head>
<title>Database Updater</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="update.css">
<link rel="stylesheet" type="text/css" href="utility.css">
</head>
<body>
@@ -41,6 +41,8 @@ function confirmOP() {
}
</script>
<div class="floatingLogo"><img src="images/ttrss_logo.png"></div>
<h1>Database Updater</h1>
<?php
@@ -81,7 +83,10 @@ function confirmOP() {
if ($version == $latest_version) {
print "<p>Tiny Tiny RSS database is up to date (version $version).</p>";
print "<p><a href='tt-rss.php'>Return to Tiny Tiny RSS</a></p>";
print "<form method=\"GET\" action=\"tt-rss.php\">
<input type=\"submit\" value=\"Return to Tiny Tiny RSS\">
</form>";
return;
}
@@ -146,8 +151,10 @@ function confirmOP() {
print "<p>Finished. Performed $num_updates updates up to schema
version $version.</p>";
print "<p><a href='tt-rss.php'>Return to Tiny Tiny RSS</a></p>";
print "<form method=\"GET\" action=\"tt-rss.php\">
<input type=\"submit\" value=\"Return to Tiny Tiny RSS\">
</form>";
}
?>