diff --git a/app/templates/orbit_bootstrap/modules/book/index.html.erb b/app/templates/orbit_bootstrap/modules/book/index.html.erb new file mode 100644 index 0000000..b755ec1 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/book/index.html.erb @@ -0,0 +1,19 @@ +
+

+ {{widget-title}} +

+
+
+
+
+

+ {{book_title}} +

+

{{authors}}

+ Read More ยป +
+
+
+
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/book/show.html.erb b/app/templates/orbit_bootstrap/modules/book/show.html.erb new file mode 100644 index 0000000..716b4e6 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/book/show.html.erb @@ -0,0 +1,26 @@ +
+

+ {{title}} +

+

 {{year}}

+

 {{authors}}

+

 {{isbn}}

+

 {{language}}

+

 {{pages}}

+

 {{publish_date}}

+

 {{publication_date}}

+

 {{url}}

+

 {{note}}

+

 {{keywords}}

+

 {{publisher}}

+

 {{editor}}

+ + +