aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 15:50:12 -0800
committerfriendica <info@friendica.com>2015-02-03 15:50:12 -0800
commitc417a43338087de82bd1c067c479320a923fe619 (patch)
treeb88102888585cca5e3d70960d3b855358df6f476 /view/tpl
parent36b756e4cde4f45993a1941eb6b8a71bb348c6e4 (diff)
downloadvolse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.gz
volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.bz2
volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.zip
styling for the directory page when it comes to ratings
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/direntry.tpl11
-rw-r--r--view/tpl/prep.tpl5
2 files changed, 5 insertions, 11 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 450bddd95..1761ed12d 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -16,16 +16,9 @@
<div class="contact-name" id="directory-name-{{$entry.id}}" ><a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</div>
{{*if $entry.rateme*}}
-<div id="dir-rating-wrapper-{{$entry.id}}" style="float:right; width: 20%;">{{if $entry.total_ratings}}<a href="prep/{{$entry.hash}}">
-{{$entry.total_ratings}}</a>{{/if}}<br />
-<div id="dir-rating-slider-{{$entry.id}}" class="dir-slider" style="height: 32px; margin-right:10px;">
-<input id="dir-rating-range-{{$entry.id}}" type="text" value="0" name="fake-rating-{{$entry.id}}" style="display: none;">
+<div id="dir-rating-wrapper-{{$entry.id}}" class="directory-rating" >{{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}"><button class="btn btn-default">{{$entry.total_ratings}}</button></a>{{/if}}
+<button class="btn btn-default"><i class="icon-pencil"></i></button>
</div>
-</div>
-<div class="clear"></div>
-<script>
-$("#dir-rating-range-{{$entry.id}}").jRange({ from: -10, to: 10, step: 1, width:'100%', showLabels: false, showScale: true, scale : [ '-10','-5','0','5','10' ], onstatechange: function(v) { $("#contact-rating-mirror").val(v); } });
-</script>
{{*/if*}}
{{if $entry.public_forum}}
<div class="contact-forum">
diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl
index 49dea7d72..924bea252 100644
--- a/view/tpl/prep.tpl
+++ b/view/tpl/prep.tpl
@@ -12,9 +12,10 @@
</div>
<div class="prep-details">
<a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a>
-{{$rating_lbl}} {{$r.xlink_rating}}
+<div class="rating-value">{{$rating_lbl}} {{$r.xlink_rating}}</div>
{{if $r.xlink_rating_text}}
-{{$rating_text_label}} {{$r.xlink_rating_text}}
+<div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}}
+</div>
{{/if}}
</div>
<div class="clear"></div>