Example #1
0
</b>
		                  </label>
		                  <div class="user-intro">
		                      <?php 
echo $model_UsersProfile->getIntro0();
?>
		                  </div>
		                  <div class="user-test-info">
		                                                  创建了<span class="red"><?php 
echo $model_UsersProfile->test_count;
?>
</span>个测试,被测试过<span class="red"><?php 
echo $model->answer_count;
?>
</span>次,准确率<span class="red"><?php 
echo UserProfile::getRate0();
?>
</span>。
		                  </div>
		              </td>
		          </tr>
		      </table>
		   </div>
		</div>
		
		<div class="user-info">
		  <div style="height: 3.5em;line-height: 3.5em;overflow: hidden;    font-size: 1.5em;">
		  下面这些测试页不错,你想试一下嘛
		  </div>
		   <?php 
foreach ($randSurvey as $key => $row) {