Newer
Older
tuve_tv_web / templates / profile.html
@reddawg reddawg on 20 Mar 2008 1002 bytes TUve Web Site
    <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}" WIDTH="200"></TD>
  <TD VALIGN="TOP"><B>{CAPTION}</B><BR><BR>{GENDER}<BR>{AGE} Years Old<BR>{LOCATION}<BR>Member Since: {REGISTERED}<BR>{ONLINE}</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>
<!-- 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 -->

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