|
|
Line 499: |
Line 499: |
| </div> | | </div> |
| </body> | | </body> |
− |
| |
− | <script>
| |
− | $( "#astrid" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").show();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#eline" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").show();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#frederik" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").show();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#jasper" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").show();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#ines" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").show();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#laura" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").show();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#laurens" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").show();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#leen" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").show();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#moritz" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").show();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#laetitia" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").show();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#ovia" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").show();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− |
| |
− | $( "#thomas" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").show();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− |
| |
− | $( "#vincent" ).click(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").show();
| |
− | $(".general").hide();
| |
− |
| |
− | });
| |
− |
| |
− | $( "#astrid" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").show();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#astrid" ).mouseleave(function() {
| |
− | $(".astrid").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#eline" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").show();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#eline" ).mouseleave(function() {
| |
− | $(".eline").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#frederik" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").show();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#frederik" ).mouseleave(function() {
| |
− | $(".frederik").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#jasper" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").show();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#jasper" ).mouseleave(function() {
| |
− | $(".jasper").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#ines" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").show();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#ines" ).mouseleave(function() {
| |
− | $(".ines").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#laura" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").show();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#laura" ).mouseleave(function() {
| |
− | $(".laura").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#laurens" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").show();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#laurens" ).mouseleave(function() {
| |
− | $(".laurens").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#leen" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").show();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#leen" ).mouseleave(function() {
| |
− | $(".leen").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#moritz" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").show();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#moritz" ).mouseleave(function() {
| |
− | $(".moritz").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#laetitia" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").show();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#laetitia" ).mouseleave(function() {
| |
− | $(".laetitia").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#ovia" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").show();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#ovia" ).mouseleave(function() {
| |
− | $(".ovia").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#thomas" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").show();
| |
− | $(".vincent").hide();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#thomas" ).mouseleave(function() {
| |
− | $(".thomas").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− | $( "#vincent" ).mouseenter(function() {
| |
− | $(".bigpicture").show();
| |
− | $(".info").show();
| |
− | $(".cartoon").show();
| |
− | $(".astrid").hide();
| |
− | $(".eline").hide();
| |
− | $(".frederik").hide();
| |
− | $(".jasper").hide();
| |
− | $(".ines").hide();
| |
− | $(".laura").hide();
| |
− | $(".laurens").hide();
| |
− | $(".leen").hide();
| |
− | $(".moritz").hide();
| |
− | $(".laetitia").hide();
| |
− | $(".ovia").hide();
| |
− | $(".thomas").hide();
| |
− | $(".vincent").show();
| |
− | $(".general").hide();
| |
− | });
| |
− |
| |
− | $( "#vincent" ).mouseleave(function() {
| |
− | $(".vincent").hide();
| |
− | $(".general").show();
| |
− | $(".bigpicture").hide();
| |
− | $(".info").hide();
| |
− | $(".cartoon").hide();
| |
− | });
| |
− |
| |
− |
| |
− | </script>
| |
| | | |
| </html> | | </html> |
| {{KU_Leuven/modeling/internal/ultra/test/footer}} | | {{KU_Leuven/modeling/internal/ultra/test/footer}} |