diff --git a/index.html b/index.html index 7eb0fd4..6dcf024 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@

The Tree Encyclopedia

Index

+

@@ -50,8 +51,15 @@

Index

$("#i_summary").attr("src","oak_summary.html"); }) $("#beech").click(function(){ + $("#i_content").attr("src","beech_content.html"); + $("#i_summary").attr("src","beech_summary.html"); + + }) + $("#rosewood").click(function(){ + $("#i_content").attr("src","rosewood_content.html"); + $("#i_summary").attr("src","rosewood_summary.html"); }) /* This will not be merged ! */ diff --git a/rosewood_content.html b/rosewood_content.html new file mode 100644 index 0000000..4612a47 --- /dev/null +++ b/rosewood_content.html @@ -0,0 +1,23 @@ + + +

Rosewood

+ +

todo

+ +

todo

\ No newline at end of file diff --git a/rosewood_summary.html b/rosewood_summary.html new file mode 100644 index 0000000..364508b --- /dev/null +++ b/rosewood_summary.html @@ -0,0 +1,33 @@ + + + + +

Rosewood

+ +

todo

+ +

Family: todo. +

\ No newline at end of file