From c16f314ec348205f4741e0171335168720e652d2 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 25 Oct 2010 21:52:30 -0700 Subject: two-way subscriptions working with federated social accounts --- view/atom_feed.tpl | 3 ++- view/auto_request.tpl | 4 ++-- view/dfrn_request.tpl | 6 +++--- view/follow.tpl | 10 ++++++++++ view/follow_slap.tpl | 24 ++++++++++++++++++++++++ view/magicsig.tpl | 8 ++++---- view/theme/default/style.css | 17 +++++++++++++++-- 7 files changed, 60 insertions(+), 12 deletions(-) create mode 100644 view/follow.tpl create mode 100644 view/follow_slap.tpl (limited to 'view') diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index 142119f49..60522eb50 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -5,7 +5,8 @@ xmlns:media="http://purl.org/syndication/atommedia" xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" xmlns:as="http://activitystrea.ms/spec/1.0/" - xmlns:georss="http://www.georss.org/georss" > + xmlns:georss="http://www.georss.org/georss" + xmlns:poco="http://portablecontacts.net/spec/1.0" > $feed_id $feed_title diff --git a/view/auto_request.tpl b/view/auto_request.tpl index 57c4995d9..fe6e70a46 100644 --- a/view/auto_request.tpl +++ b/view/auto_request.tpl @@ -5,7 +5,7 @@ Please enter your profile address from one of the following supported social networks:

@@ -13,7 +13,7 @@ Please enter your profile address from one of the following supported social net
- +
diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl index df7e3830c..6cc965597 100644 --- a/view/dfrn_request.tpl +++ b/view/dfrn_request.tpl @@ -6,7 +6,7 @@ You may request a connection with this member if you have a valid profile addres on one of the following social networks:

@@ -14,7 +14,7 @@ on one of the following social networks:
- +
@@ -25,7 +25,7 @@ Please answer the following:

-Do I know you? +Does $name know you?

diff --git a/view/follow.tpl b/view/follow.tpl new file mode 100644 index 000000000..49bebee8b --- /dev/null +++ b/view/follow.tpl @@ -0,0 +1,10 @@ +
+
+ + +
+ +
+
+
+ diff --git a/view/follow_slap.tpl b/view/follow_slap.tpl new file mode 100644 index 000000000..1c4a5f7ce --- /dev/null +++ b/view/follow_slap.tpl @@ -0,0 +1,24 @@ + + + $name + $profile_page + + + + + $item_id + $title + $published + $content + + + http://activitystrea.ms/schema/1.0/person + $profile_page + + + + $nick + $name + + $verb + diff --git a/view/magicsig.tpl b/view/magicsig.tpl index 46b4d4ea4..6707493ca 100644 --- a/view/magicsig.tpl +++ b/view/magicsig.tpl @@ -1,9 +1,9 @@ - - - + + + $data $encoding -$algorithm +$algorithm $signature diff --git a/view/theme/default/style.css b/view/theme/default/style.css index ca4891a76..191f2d50f 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -32,9 +32,12 @@ input, select { border: 1px solid #858585; } input:hover { + background-color: #29BBF2; - color: #F5F6FB; - border: 1px solid #F5F6FB; +/* background-color: #49dbFa; */ + color: black; +/* color: #F5F6FB; */ +/* border: 1px solid #F5F6FB; */ cursor: pointer; } option { @@ -1550,6 +1553,16 @@ a.mail-list-link:hover { margin-top: 10px; } +#side-follow-wrapper { + margin-top: 20px; +} +#side-follow-url { + margin-top: 5px; +} +#side-follow-submit { + margin-top: 15px; +} + .photo-album-image-wrapper { float: left; margin-top: 15px; -- cgit v1.2.3