<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Panels - Stack Panel</title>
</head>
<body>
<div style="padding: 15px;">
<h3> StackPanel Example </h3>
<WAF:StackPanel style="width:200px;">
<addElement>
<WAF:StackPanelElement title="Mail">
<addElement>
<div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Inbox</div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Sent Mail</div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Draft</div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Spam</div>
</div>
</addElement>
</WAF:StackPanelElement>
</addElement>
<addElement>
<WAF:StackPanelElement title="Contacts">
<addElement>
<div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">All</div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Recently Used</div>
</div>
</addElement>
</WAF:StackPanelElement>
</addElement>
<addElement>
<WAF:StackPanelElement title="Organizer">
<addElement>
<div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Tasks</div>
<div style="font-weight: bold;color:#ABBCD3;font-size:120%;">Reminders</div>
</div>
</addElement>
</WAF:StackPanelElement>
</addElement>
</WAF:StackPanel>
</div>
</body>
</html>