| <%@ page contentType='text/html; charset=UTF-8' %> | |
| <%@ taglib uri='http://java.sun.com/jstl/core' prefix='c' %> | |
| <table width='100%'> | |
| <tr> | |
| <%-- Sidebar top component --%> | |
| <td width='150' height='50' valign='top' align='left'> | |
| <a href=''><img src='graphics/flags/britain_flag.gif' style='border: 0px'/></a> | |
| <a href=''><img src='graphics/flags/german_flag.gif' style='border: 0px'/></a> | |
| <a href=''><img src='graphics/flags/chinese_flag.gif' style='border: 0px'/></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <%-- Sidebar bottom component --%> | |
| <td> | |
| <table> | |
| <tr> | |
| <td> | |
| <font size='5'>Links</font><p> | |
| <a href=''>Home</a><br> | |
| <a href=''>Products</a><br> | |
| <a href=''>Downloads</a><br> | |
| <a href=''>White papers</a><br> | |
| <a href=''>Contact us</a><br> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> |