<%@ page import="java.util.*, com.jazzhouston.user.*, com.jazzhouston.venue.*, com.jazzhouston.event.*, com.jazzhouston.*" %> <%@ include file="/common/curtains_top.jsp" %> <% User theyBe = (User)agent.getItem(); if (theyBe==null ) { %> <% } Enumeration axes=null; Musician gigger=null; if (theyBe.getLocalPlayerFlag()==1) { gigger = (Musician)artists.getItem(); if (gigger!=null) { Vector instVector = gigger.getInstrumentVector(); if (instVector!=null) axes = instVector.elements(); } } int memberHere=0; if (youBe!=null && youBe.getUserID()==theyBe.getUserID()) memberHere=1; %> JazzHouston | Member Center | Member Profile <%@ include file="/common/curtains_untilstage.jsp" %>
>Home >Community Member Profile
JazzHouston.com Community Profile

<% if (theyBe.getFullName()!=null && theyBe.getFullName().length()>0) { %> <%=theyBe.getFullName()%>
<% } %> <% if (theyBe.getLocalPlayerFlag()==1) { %> Instruments: <% if (axes!=null) { int c=0; while (axes.hasMoreElements() ) { Instrument plays = (Instrument)axes.nextElement(); if (c!=0) { out.println(", "); } %> <%=plays.getName()%> <% c++; } } %>

<% } %> <% if (theyBe.getImageUrl()!=null && theyBe.getImageUrl().length()>0) { %> <%=theyBe.getFullName()%> <% } %>

<% if (theyBe.getAboutMe()!=null && theyBe.getAboutMe().length()>0) { %> <%=theyBe.getAboutMeRE()%>

<% } else { %> Sorry, no profile available.

<% } %>





<% if (memberHere==1) { %>

Update your Profile!

<% } %>
<%@ include file="/common/curtains_afterstage.jsp" %>