PHP Classes

File: WIMembers/WIInc/sidebar.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIMembers/WIInc/sidebar.php   Download  
File: WIMembers/WIInc/sidebar.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 2,935 bytes
 

Contents

Class file image Download

<style type="text/css">
 
  .closed{
    display: none;
  }

    .open{
    display: block;
  }
</style>


  <div class="bio">
  <div class="titleP"><?php echo WILang::get('bio');?>:</div>
  <div id="bio">
    <?php echo $bio_body = $profile->userDetails($friendId, 'bio_body');?>
</div>


  </div>
  <div class="User-Info <?php echo WILang::get('info');?>">
<div class="titleP">
<?php echo $username = $profile->getInfo($friendId, 'username');

 ;
?><?php echo WILang::get('info');?>: </div>
 <div id="details"></div>
<?php echo $userinfo = $profile->Display_name($friendId); ?>

    </div><!-- end of userinfo-->


    <div class="user_location">
       <div class="titleP"><?php echo WILang::get('user_location');?> :</div>
       <div id="location">
       <?php echo $locationInfo = $profile->LocationInfo($friendId); ?>
</div>
        
         
         
        
          <div class="google_map" id="google_map">
          <div class="google_inner_map"><a href="#" onclick="return false" onmousedown="profile.toggleViewMap('google_map');">close map</a></div>
<iframe class="where_i_live" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=<?php echo "$city,+$state,+$country";?>&amp;ie=UTF8&amp;hq=&amp;hnear=<?php echo "$city,+$state,+$country";?>&amp;z=12&amp;output=embed"></iframe>
<div align="left" style="padding:4px; background-color:#D2F0D3;"><a href="#" onclick="return false" onmousedown="profile.toggleViewMap('google_map');">close map</a></div>
          </div>

    </div>

    <div class="social_profile">
    <div class="titleP"><?php echo WILang::get('social_info');?>:</div>
    <div id="social">
    <?php echo $Social_profile = $profile->Social_Profile($friendId); ?>

    </div>
   

    </div><!-- end social profile-->
 
  <div class="stats">
  <div class="friends">
  <div class="friends_bar">
  <div class="titleP"><?php echo WILang::get('friend');?>:</div>
  <div class="friend1">
    <?php echo $friendList = $profile->FriendsPopUp($friendId); ?>
<div id="view_all_friends"><?php echo WILang::get('friend');?>
<div class="friending">
                       <div class="friends_box">All Friends</div>
                       <a href="#" onclick="return false" onmousedown="profile.toggleViewAllFriends('view_all_friends');">close </a>
              </div>
              <div class="WIFriends">
                   <?php echo $friendPopBoxList; ?>
</div>
              <div style="padding:6px; background-color:#000; border-top:#666 1px solid; font-size:10px; color: #0F0;">
                       Temporary programming shows 50 maximum. Navigating through the full list is coming soon.
              </div>
              <?php echo $twitterWidget; ?>
<div class="infoBody" style="border-bottom:#999 1px solid;"></div>
<?php echo $blabberDisplayList; ?>
</div>
</div>
</div><!-- end stats-->