Newer
Older
tuve_tv_web / templates / profile.html
@reddawg reddawg on 29 Apr 2008 1 KB Sync
    <div id="content_area">
    <div id="subnav">
<A HREF="javascript:startTUve()"><IMG SRC="/images/global/launch_button.gif" BORDER="0"></A>
</div>
    <div id="content">

<!-- Profile Section -->
<h1>{USER}</h1>
<TABLE BORDER="0">
<TR>
  <TD><IMG SRC="{PROFILE_IMAGE}"></TD>
  <TD>&nbsp;</TD>
  <TD VALIGN="TOP"><B>{CAPTION}</B><BR><BR>{GENDER}<BR>{AGE} Years Old<BR>{LOCATION}<BR>Member Since: {REGISTERED}<BR>{ONLINE}<BR><BR><TABLE BORDER="0"><TR><TD><B>Contact:</B></TD></TR><TR><TD><A HREF="/comment.php?data[pid]={PID}">Leave Comment</A></TD></TR><TR><TD><A HREF="/message.php?data[pid]={PID}">Send Message</A></TD></TR><TR><TD><A HREF="/frequest.php?data[pid]={PID}">Make Friend</A></TD></TR></TABLE>
</TD>
</TR>
</TABLE>
<!-- End Profile Section -->

<!-- About Me Section -->
<H2>About Me:</H2>
{ABOUT_ME}
<!-- End About Me Section -->

<!-- My Channels Section -->
<H2>{USER}'s Channels:</H2>
<TABLE BORDER="0">
{CHANNELS}
</TABLE>
<A HREF="/channels.php" CLASS="bigLink">See More Channels</A>
<!-- End My Channels Section -->

<!-- My Media Section -->
<H2>{USER}'s Media:</H2>
<TABLE BORDER="0">
{MEDIA}
</TABLE>
<!-- End My Media Section -->

<!-- My Buddies Section -->
<H2>{USER}'s Buddies:</H2>
<TABLE BORDER="0" WIDTH="100%">
{BUDDIES}
</TABLE>
<!-- End My Buddies Section -->

<!-- My Comments -->
<H2>{USER}'s Comments:</H2>
<TABLE BORDER="0">
{COMMENTS}
</TABLE>
<A HREF="/comment.php?data[pid]={PID}">Leave Comment</A>
<!-- End My Comments -->

<!-- Footer -->
    </div>
    <br clear="all" />
    </div>