orbit4-5/app/templates/orbit_bootstrap/modules/member/show.html.erb

65 lines
1.3 KiB
Plaintext
Raw Normal View History

<article class="show" module="member">
<div class="post-name">
<h1>{{name}}</h1>
</div>
<small>
<span>
Roles :
<span data-list="roles" data-level="0">
<a href="#"><span class="label label-info">{{role}}</span></a>
</span>
</span>
</small>
<div data-list="role_fields" data-level="0">
<p>{{role_field_title}} : {{role_field_value}}</p>
</div>
<table>
<thead>
<tr class="table">
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>id number:</td>
<td>{{id}}</td>
</tr>
<tr>
<td>e-mail:</td>
<td>{{email}}</td>
</tr>
<tr>
<td>gender:</td>
<td>{{gender}}</td>
</tr>
<tr>
<td>birthday:</td>
<td>{{birthday}}</td>
</tr>
<tr>
<td>office telephone:</td>
<td>{{office}}</td>
</tr>
</tbody>
</table>
<div data-list="custom_fields" data-level="0">
<p>{{custom_field_title}} : {{custom_field_value}}</p>
</div>
<section class="post">
<p class="pic"><img src="{{img_src}}" alt=""></p>
<h3>Autobiography:</h3>
<p>{{autobiography}}</p>
</section>
<div data-list="plugins" data-level="0">
<ul>
<li>{{plugin_title}} : <div data-list="plugin_data" data-level="1"><ul><li><a href="{{link_to_show}}">{{data_title}}</a></li></ul></div></li>
</ul>
</div>
</article>