aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-04 15:48:39 -0800
committerfriendica <info@friendica.com>2015-02-04 15:48:39 -0800
commit398894851628ccb99090e9d70b92a9a909ef7015 (patch)
treed97049278536fdbabbc889e6be1cb81d4a72ed43 /view
parent1ceb0a7fbab5957ae077ef4867266314c612f8ea (diff)
downloadvolse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.gz
volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.bz2
volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.zip
first cut at rating widget. The flaw is that it is limited because it requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_directory.css21
-rw-r--r--view/css/widgets.css24
-rw-r--r--view/pdl/mod_ratings.pdl1
-rw-r--r--view/theme/redbasic/css/style.css23
-rwxr-xr-xview/tpl/profile_vcard.tpl3
5 files changed, 48 insertions, 24 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css
index c562764ea..7b149d744 100644
--- a/view/css/mod_directory.css
+++ b/view/css/mod_directory.css
@@ -6,27 +6,6 @@
float: left;
width: 250px;
}
-.directory-rating {
- float: right;
- margin-right: 5px;
-}
-
-.slider-container {
- padding: 15px;
-}
-
-.rating-text-label {
- margin-top: 30px;
-}
-
-.directory-rating-text {
- width: 90%;
- margin-left: 5%;
-}
-
-.directory-rating-submit {
- margin-top: 15px;
-}
.directory-photo {
margin-left: 25px;
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 4db87e633..43d132276 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -104,3 +104,27 @@ li:hover .group-edit-icon {
.chatroomlist td {
padding: 0 5px 0;
}
+
+/* ratings */
+
+.directory-rating {
+ float: right;
+ margin-right: 5px;
+}
+
+.slider-container {
+ padding: 15px;
+}
+
+.rating-text-label {
+ margin-top: 30px;
+}
+
+.directory-rating-text {
+ width: 90%;
+ margin-left: 5%;
+}
+
+.directory-rating-submit {
+ margin-top: 15px;
+}
diff --git a/view/pdl/mod_ratings.pdl b/view/pdl/mod_ratings.pdl
index 3d40386cd..0b6e32283 100644
--- a/view/pdl/mod_ratings.pdl
+++ b/view/pdl/mod_ratings.pdl
@@ -1,5 +1,6 @@
[region=aside]
[widget=vcard][/widget]
+[widget=rating][/widget]
[widget=suggestions][/widget]
[widget=findpeople][/widget]
[/region]
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index cb58b6e11..32ded75ba 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -771,6 +771,19 @@ footer {
clear: both;
}
+div.rateme {
+ display: block;
+ color: $nav_active_icon_colour;
+ background-color: $nav_bg;
+ -webkit-border-radius: $radiuspx ;
+ -moz-border-radius: $radiuspx;
+ border-radius: $radiuspx;
+ border: 1px solid $nav_bd;
+ padding: 5px;
+ font-weight: bold;
+ clear: both;
+}
+
#pause {
position: fixed;
bottom: 5px;
@@ -1442,16 +1455,22 @@ div.jGrowl div.jGrowl-notification {
width: 90%;
}
-a.rconnect {
+a.rconnect, div.rateme {
color: $nav_active_icon_colour;
text-decoration: none;
+ font-weight: normal;
outline: none;
}
-a.rconnect:hover {
+a.rconnect:hover, div.rateme:hover {
color: #0080FF;
+ text-decoration: none;
}
+.widget.rateme {
+ margin-top: 15px;
+ padding: 0;
+}
/* header */
header {
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index bff3148f3..bc093ebb5 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -50,10 +50,11 @@
{{if $connect}}
<a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a>
{{/if}}
-
+
</div>
<div id="vcard-end"></div>
+
{{$chanmenu}}
{{$contact_block}}