translation on voter home
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h4>Maklumat Calon</h4>
|
<h4>Maklumat Calon</h4>
|
||||||
<hr />
|
<hr />
|
||||||
<!-- <small>Click Picture to see details</small> -->
|
<small>Tekan gambar untuk maklumat calon</small>
|
||||||
<div class="panel panel-primary" v-for="position in data.positions">
|
<div class="panel panel-primary" v-for="position in data.positions">
|
||||||
<div class="panel-heading">{{ position.name }}</div>
|
<div class="panel-heading">{{ position.name }}</div>
|
||||||
<div class="panel-body table-responsive">
|
<div class="panel-body table-responsive">
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
<th>Nama</th>
|
<th>Nama</th>
|
||||||
<th>No. Anggota</th>
|
<th>No. Anggota</th>
|
||||||
<th>Unit</th>
|
<th>Unit</th>
|
||||||
<th>Taraf Pendidikan</th>
|
<!-- <th>Taraf Pendidikan</th>
|
||||||
<th>Pengalaman Kerja </th>
|
<th>Pengalaman Kerja </th> -->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
<td>{{ nominee.name }}</td>
|
<td>{{ nominee.name }}</td>
|
||||||
<td>{{ nominee.no_anggota }}</td>
|
<td>{{ nominee.no_anggota }}</td>
|
||||||
<td>{{ nominee.unit }}</td>
|
<td>{{ nominee.unit }}</td>
|
||||||
<td>{{ nominee.education }}</td>
|
<!-- <td>{{ nominee.education }}</td>
|
||||||
<td>{{ nominee.experience }}</td>
|
<td>{{ nominee.experience }}</td> -->
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -86,10 +86,10 @@
|
|||||||
<img :src="nomineeViewed.photo" class="thumbnail nominee-viewed-photo" />
|
<img :src="nomineeViewed.photo" class="thumbnail nominee-viewed-photo" />
|
||||||
</div>
|
</div>
|
||||||
<div class="detail-section">
|
<div class="detail-section">
|
||||||
<span><b> Name : </b>{{ nomineeViewed.name }}</span>
|
<span><b> Nama : </b>{{ nomineeViewed.name }}</span>
|
||||||
<span><b> Unit : </b>{{ nomineeViewed.unit }}</span>
|
<span><b> Unit : </b>{{ nomineeViewed.unit }}</span>
|
||||||
<span><b> Education : </b>{{ nomineeViewed.education }}</span>
|
<span><b> Taraf Pendidikan : </b>{{ nomineeViewed.education }}</span>
|
||||||
<span><b> Experience : </b>{{ nomineeViewed.experience }}</span>
|
<span><b> Pengalaman Kerja : </b>{{ nomineeViewed.experience }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user