diff --git a/server/documents/views/card.html.eco b/server/documents/views/card.html.eco old mode 100644 new mode 100755 index bd4a592c1..3657f50cb --- a/server/documents/views/card.html.eco +++ b/server/documents/views/card.html.eco @@ -273,9 +273,7 @@ themes : ['Default', 'Basic']

Link

A card can contain contain links as images, headers, or inside content

-
- - To make the entire content of a card link, check out the link variation below +
To make the entire content of a card link, check out the link variation below
@@ -448,66 +444,74 @@ themes : ['Default', 'Basic']
- +
-
- Elliot Fu +
+ Rating: +
- +
-
- Helen Troy +
+ Rating: +
- +
-
- Jenny Hess +
+ Rating: +
- +
-
- Veronika Ossi +
+ Rating: +
- +
-
- Stevie Feliciano +
+ Rating: +
- +
-
- Steve Jobes +
+ Rating: +
- +
-
- Justen Kitsune +
+ Rating: +
- +
-
- Daniel Louise +
+ Rating: +
diff --git a/server/documents/views/item.html.eco b/server/documents/views/item.html.eco index 78b15051d..fff287653 100755 --- a/server/documents/views/item.html.eco +++ b/server/documents/views/item.html.eco @@ -33,7 +33,7 @@ themes : ['Default']

A group of items.

-
+
@@ -56,7 +56,7 @@ themes : ['Default']
-
+
@@ -81,7 +81,7 @@ themes : ['Default']
-
+
@@ -104,7 +104,6 @@ themes : ['Default']
-
@@ -116,26 +115,20 @@ themes : ['Default']
-
Arrowhead Valley Camp
-
- This camp in the Hudson Valley is perfect for teenagers from 10-14. -
+
12 Amazing Secrets for Long Life
+
You won't believe how well it works.
-
Buck's Homebrew Stayaway
-
- This adult stay away from home camp will teach you everything you need to know about forestry and homebrew. -
+
The Last Words of a Dying Astronaut
+
Inspirational words shared by someone truly special.
-
Astrology Camp
-
- Learn astrology the old fashioned way in this stayaway camp for kids aged 8-17. -
+
A Funny Trick to Becoming Rich
+
This is an easy way anyone can become rich
diff --git a/server/files/images/movies/1942.jpg b/server/files/images/movies/1942.jpg new file mode 100755 index 000000000..d45881d5d Binary files /dev/null and b/server/files/images/movies/1942.jpg differ diff --git a/server/files/images/movies/adaptation-horizontal.jpg b/server/files/images/movies/adaptation-horizontal.jpg new file mode 100755 index 000000000..d93b7992d Binary files /dev/null and b/server/files/images/movies/adaptation-horizontal.jpg differ diff --git a/server/files/images/movies/adaptation.jpg b/server/files/images/movies/adaptation.jpg new file mode 100755 index 000000000..5d51e41ad Binary files /dev/null and b/server/files/images/movies/adaptation.jpg differ diff --git a/server/files/images/movies/happiness.jpg b/server/files/images/movies/happiness.jpg new file mode 100755 index 000000000..b3d5740e2 Binary files /dev/null and b/server/files/images/movies/happiness.jpg differ diff --git a/server/files/images/movies/hemingway.jpg b/server/files/images/movies/hemingway.jpg new file mode 100755 index 000000000..0b2960ffb Binary files /dev/null and b/server/files/images/movies/hemingway.jpg differ diff --git a/server/files/images/movies/sherlock.jpg b/server/files/images/movies/sherlock.jpg new file mode 100755 index 000000000..81f6a2999 Binary files /dev/null and b/server/files/images/movies/sherlock.jpg differ diff --git a/server/files/javascript/card.js b/server/files/javascript/card.js index c6f4f9183..a049988b3 100755 --- a/server/files/javascript/card.js +++ b/server/files/javascript/card.js @@ -5,7 +5,7 @@ semantic.card.ready = function() { // selector cache var - $icon = $('.card .icon, .card .corner.label'), + $icon = $('.card .corner.label'), handler ; @@ -14,6 +14,10 @@ semantic.card.ready = function() { }; + $('.ui.rating') + .rating() + ; + $icon .state() ;