Exemple #1
0
        ?>
			 <div class="style_addr"><?php 
        echo $M_style->addr;
        ?>
</div>
			 <div class="style_score"><?php 
        echo $M_style->score;
        ?>
&nbsp;Points</div>
			 <div class="style_answer"><?php 
        echo $M_style->answers;
        ?>
&nbsp;Answers</div>
			</div>
			<div class="sub2"><?php 
        $M_item_styles = style_item_display($M_style->UserID);
        ?>
			 <div style="padding-top:10px;"></div>
			 <?php 
        foreach ($M_item_styles as $M_item_style) {
            ?>
			 <div class="style_item_type"><?php 
            echo $M_item_style->type;
            ?>
:</div>
			 <div class="style_item_value"><?php 
            echo $M_item_style->brand;
            ?>
</div>
			 <?php 
        }
    echo $guru_info['pic'];
    ?>
" width="270" height="360"></div>
		 <?php 
}
?>
	
		 <input type="hidden" name="guru_id" id="guru_id" value="">
		 <input type="hidden" name="commit" value="commit">
		 <input type="hidden" id="userid" name="userid" value="<?php 
echo $user->ID;
?>
">

		 <div style="float:left"><?php 
$M_item_styles = style_item_display($user->ID);
?>
		  <table>
		  <?php 
foreach ($M_item_styles as $M_item_style) {
    ?>
		   <tr>
		    <td><div class="upload_item_type"><?php 
    echo $M_item_style->type;
    ?>
:</div></td>
		    <td><div class="upload_item_value"><?php 
    echo $M_item_style->brand;
    ?>
</div></td>	
		   </tr>