<%-- Copyright IBM Corp. 2002, 2006  All Rights Reserved. --%>
<%-- This jsp will render Tabs in Organization View --%>
<table class="wpsPortletTabBar" width="100%" border="0" cellpadding="0"
	cellspacing="0">
	<%-- vertical space --%>
	<%--
<tr><td><img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' width="1" height="10" alt="" border="0"/></td></tr>--%>
	<tr>
		<td>
		<table class="wpsPortletTabSet" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<%-- unselected tab --%>
				<td class="wpsPortletTab" valign="bottom" bgcolor="#eeeeee">
				<table border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td class="wpsPortletTabTopStart" width="5" height="5"></td>
						<td class="wpsPortletTabTopCenter"></td>
						<td class="wpsPortletTabTopEnd" width="5" height="5"></td>
					</tr>
					<tr>
						<td class="wpsPortletTabMiddleStart"><img
							src='<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>'
							alt="" /></td>
						<td class="wpsPortletTabMiddleCenter"><a
							title="<fmt:message key="PersonRecord" bundle="${portletBundle}" />"
							href="javascript:doShowProfile('<c:out value="${orgviewbean.wmmId}"/>')"
							class="wpsPortletTabLink" style="text-decoration:none;"><fmt:message
							key="PersonRecord" bundle="${portletBundle}" /></a></td>
						<td class="wpsPortletTabMiddleEnd"><img
							src='<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>'
							alt="" /></td>
					</tr>
					<tr>
						<td class="wpsPortletTabBottomStart" width="5" height="1"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%></td>
						<td class="wpsPortletTabBottomCenter" width="5" height="1"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%></td>
						<td class="wpsPortletTabBottomEnd" width="5" height="1"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>'alt="" />--%></td>
					</tr>
				</table>
				</td>
				<%-- selected tab --%>
				<td class="wpsPortletSelectedTab" valign="bottom" bgcolor="#eeeeee">
				<table border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td class="wpsPortletSelectedTabTopStart" width="5" height="5">
						</td>
						<td class="wpsPortletSelectedTabTopCenter"></td>
						<td class="wpsPortletSelectedTabTopEnd" width="5" height="5">
						</td>
					</tr>
					<tr>
						<td class="wpsPortletSelectedTabMiddleStart"><img
							src='<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>'
							alt="" /></td>
						<td class="wpsPortletSelectedTabMiddleCenter">
						<div class="wpsPortletSelectedTabLink"><fmt:message
							key="OrgView" bundle="${portletBundle}" /></div>
						</td>
						<td class="wpsPortletSelectedTabMiddleEnd"><img
							src='<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>'
							alt="" /></td>
					</tr>
					<tr>
						<td class="wpsPortletSelectedTabBottomStart" width="5" height="1"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%></td>
						<td class="wpsPortletSelectedTabBottomCenter" width="5" height="1"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%></td>
						<td class="wpsPortletSelectedTabBottomEnd" width="5" height="5"><%--<img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%></td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
	</tr>
	<!--tr>
		<td class="wpsPortletTabBarSeparator" bgcolor="#aaaaaa" height="1"><%-- <td class="wpsPortletTabBarSeparator" bgcolor="#aaaaaa" height="3"><img src= '<%= renderResponse.encodeURL("/"+context_root+"/images/dot.gif")%>' alt="" />--%>
		</td>
	</tr-->
</table>