diff --git a/backend.php b/backend.php
index bb8f86534..a9a661427 100644
--- a/backend.php
+++ b/backend.php
@@ -40,7 +40,9 @@
$actid = $_GET["actid"];
- print "
";
+// print "";
print "$total_unread
";
print "$actid
";
-/*
- print "All feeds:
- Update";
-
- print " Mark as read
";
-
- print "$total_unread
";
-*/
-
-
-
}
@@ -226,7 +226,23 @@
$feed_icon = " ";
}
- print "";
+
+ print "";
+
+ print "" . $feed_icon . "
";
+ print "" . $line["content"] . "
";
+
+ print "";
+
+/* print "";
print "| Title: |
@@ -244,7 +260,7 @@
colspan=\"2\" width=\"100%\">" . $line["content"] . "
$feed_icon |
";
- print "
";
+ print "
"; */
}
@@ -629,26 +645,30 @@
if ($subop == "edit") {
print "Edit feed:
- Cancel
- Save";
+
+ ";
} else {
print "
Selection:
- Edit
- Remove ";
+
+ ";
+
if (ENABLE_PREFS_CATCHUP_UNCATCHUP) {
print "
- Mark as read
- Mark as unread ";
+
+ ";
}
print "
- All feeds:
- Export OPML";
+ All feeds:
+ ";
}
@@ -808,20 +828,29 @@
print "";
if ($subop == "edit") {
- print "Edit feed:
- Cancel
- Save";
+ print "Edit feed:
+
+ ";
} else {
print "
- Selection:
- Edit
- Remove ";
+ Selection:
+
+ ";
}
}
+ if ($op == "error") {
+ print "
";
+ $msg = $_GET["msg"];
+ print $msg;
+ print "
";
+ }
+
pg_close($link);
?>
diff --git a/feedlist.js b/feedlist.js
index dd0d04914..5ea9fffe9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -74,11 +74,12 @@ function viewfeed(feed, skip, subop, doc) {
headlines_frame.location.href = query + "&addheader=true";
- cleanSelected("feedsList");
+ cleanSelectedList("feedList");
+
var feedr = document.getElementById("FEEDR-" + feed);
if (feedr) {
feedr.className = feedr.className + "Selected";
- }
+ }
disableContainerChildren("headlinesToolbar", false, doc);
diff --git a/functions.js b/functions.js
index 7faf42874..ebb1bb8f3 100644
--- a/functions.js
+++ b/functions.js
@@ -124,10 +124,18 @@ function hotkey_handler(e) {
}
-function cleanSelected(element) {
+function cleanSelectedList(element) {
var content = document.getElementById(element);
- var rows = new Array();
+ for (i = 0; i < content.childNodes.length; i++) {
+ content.childNodes[i].className = content.childNodes[i].className.replace("Selected", "");
+ }
+
+}
+
+
+function cleanSelected(element) {
+ var content = document.getElementById(element);
for (i = 0; i < content.rows.length; i++) {
content.rows[i].className = content.rows[i].className.replace("Selected", "");
@@ -247,4 +255,12 @@ function disableContainerChildren(id, disable, doc) {
}
+function gotoPreferences() {
+ document.location.href = "prefs.php";
+}
+
+function gotoMain() {
+ document.location.href = "tt-rss.php";
+}
+
diff --git a/images/blank_icon.png b/images/blank_icon.png
new file mode 100644
index 000000000..a2f107312
Binary files /dev/null and b/images/blank_icon.png differ
diff --git a/images/ttrss_logo.png b/images/ttrss_logo.png
new file mode 100644
index 000000000..0cfde81c0
Binary files /dev/null and b/images/ttrss_logo.png differ
diff --git a/images/ttrss_logo.svg b/images/ttrss_logo.svg
new file mode 100644
index 000000000..0291cf933
--- /dev/null
+++ b/images/ttrss_logo.svg
@@ -0,0 +1,90 @@
+
+
+
diff --git a/images/vgrad_light.png b/images/vgrad_light.png
new file mode 100644
index 000000000..31322e6a6
Binary files /dev/null and b/images/vgrad_light.png differ
diff --git a/images/vgrad_light_rev.png b/images/vgrad_light_rev.png
new file mode 100644
index 000000000..36f0b5595
Binary files /dev/null and b/images/vgrad_light_rev.png differ
diff --git a/images/vgrad_light_rev2.png b/images/vgrad_light_rev2.png
new file mode 100644
index 000000000..d69a31c40
Binary files /dev/null and b/images/vgrad_light_rev2.png differ
diff --git a/prefs.php b/prefs.php
index 52eedc6d3..5f0adf7d1 100644
--- a/prefs.php
+++ b/prefs.php
@@ -1,6 +1,6 @@
- Tiny Tiny RSS
+ Tiny Tiny RSS : Preferences
@@ -12,26 +12,25 @@
require_once "version.php" ?>
require_once "config.php" ?>
-
+
-
-
- | |
-  |
- |
-
- Return to main
- |
-
-
-
- Feed Configuration
+ |
+
+
+
+ |
+ Feed Configuration
|