Skip to content

Commit

Permalink
tambahan informasi pada Profil(detail_karyawan)
Browse files Browse the repository at this point in the history
  • Loading branch information
RifalAl committed May 8, 2019
1 parent 3932bf7 commit b328b26
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions HR/components/base/karyawan_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,50 @@ <h5>Desain Grafis</h5>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="m_tabs_profil" role="tabpanel">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<div class="m-portlet__body">
<div class="m-form__section m-form__section--first">
<div class="form-group m-form__group">
<label for="example_input_full_name">
Nama
</label>
<input disabled="" type="text" class="form-control m-input" value="Ahmad Rifaldi">
</div>
<div class="form-group m-form__group">
<label for="example_input_full_name">
Posisi (kerjaan)
</label>
<input disabled="" type="text" class="form-control m-input" value="Desain Grafis">
</div>
<div class="form-group m-form__group">
<label for="example_input_full_name">
Alamat
</label>
<input disabled="" type="text" class="form-control m-input" value="Jln. Poros Malino, BTN Griya Riski Abadi C6">
</div>
<div class="form-group m-form__group">
<label for="example_input_full_name">
Email
</label>
<input disabled="" type="email" class="form-control m-input" value="[email protected]">
</div>
<div class="form-group m-form__group">
<label for="example_input_full_name">
No. Hp
</label>
<input disabled="" type="text" class="form-control m-input" value="085145322xxx">
</div>
<div class="form-group m-form__group">
<label for="example_input_full_name">
Username
</label>
<input disabled="" type="text" class="form-control m-input" value="aldi4rifaldi">
</div>
</div>
</div>
</div>
<div class="tab-pane" id="m_tabs_kehadiran" role="tabpanel">
<div class="row">
<div class="col-xl-6">
<div class="col-xl-6">
<div class="m-portlet m-portlet--bordered-semi m-portlet--half-height m-portlet--fit " style="height: 180px; ">
<div class="m-portlet__head">
<div class="m-portlet__head-caption">
Expand Down

0 comments on commit b328b26

Please sign in to comment.