homepagePHP/app/Admin/View/default/User/browse.html

23 lines
520 B
HTML
Executable File

<div class="form-group">
<label>真实姓名:</label>
<p>{$profile.real_name}</p>
<label>邮箱:</label>
<p>{$profile.email}</p>
<label>手机:</label>
<p>{$profile.telephone}</p>
<label>性别:</label>
<p>{$profile.gender}</p>
<label>所在公司/学校:</label>
<p>{$profile.company}</p>
<label>是否参加过EV举办的活动:</label>
<p>{$profile.join_activity}</p>
<label>注册原因:</label>
<p>{$profile.reason}</p>
</div>