diff --git a/src/Resources/contao/templates/article_rateit_default.html5 b/src/Resources/contao/templates/article_rateit_default.html5 new file mode 100644 index 0000000..c8698ad --- /dev/null +++ b/src/Resources/contao/templates/article_rateit_default.html5 @@ -0,0 +1,41 @@ +extend('mod_article'); ?> + +block('content'); ?> + rateit_rating_before): ?> + + block('rating'); ?> +
+ showBefore) : ?> +
description ?>
+ +
+
+
+
+ showAfter) : ?> +
description ?>
+ +
+ endblock(); ?> + + + parent(); ?> + rateit_rating_after): ?> + + block('rating'); ?> +
+ showBefore) : ?> +
description ?>
+ +
+
+
+
+ showAfter) : ?> +
description ?>
+ +
+ endblock(); ?> + + +endblock(); ?> diff --git a/src/Resources/contao/templates/article_rateit_default_microdata.html5 b/src/Resources/contao/templates/article_rateit_default_microdata.html5 new file mode 100644 index 0000000..b3a0ac0 --- /dev/null +++ b/src/Resources/contao/templates/article_rateit_default_microdata.html5 @@ -0,0 +1,16 @@ +extend('article_rateit_default'); ?> + +block('rating'); ?> + +
+ parent(); ?> + itemreviewed; ?> + + actRating; ?> + 0 + maxRating; ?> + votes; ?> + +
+ +endblock(); ?>