Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
b5e586ba
Commit
b5e586ba
authored
Sep 04, 2015
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Personel Info Edit
Edit view has been designed
parent
cc1173c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
personelinfo.html
app/components/personelinfo/personelinfo.html
+81
-0
No files found.
app/components/personelinfo/personelinfo.html
View file @
b5e586ba
...
...
@@ -73,6 +73,87 @@
<!-- personnel-info-left -->
</div>
<!-- end of personnel-info-container -->
<div
class=
"personnel-info-container personnel-info-edit"
>
<div
class=
"personnel-info-left"
>
<div
class=
"generic-profile-picture"
>
<img
src=
"../../img/sample-profile-pic.jpg"
/>
</div>
<div
style=
"margin-top:10px; text-align:center;"
>
<button
type=
"button"
class=
"btn btn-primary"
>
Değiştir
</button>
<button
type=
"button"
class=
"btn btn-danger"
>
Sil
</button>
</div>
</div>
<!-- end of personnel-info-left -->
<div
class=
"personnel-info-right"
>
<div
class=
"info-block"
>
<div
class=
"info-block-header"
>
<h2>
Kişisel Bilgiler
</h2>
</div>
<!-- end of info-block-header -->
<div
class=
"info-block-body"
>
<dl
class=
"dl-horizontal"
>
<dt>
Ad Soyad
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
"Gökhan Boranalp"
></dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Pozisyon
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
"Pozisyon"
></dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Cinsiyet
</dt>
<dd>
<select
class=
"form-control"
>
<option
value=
"male"
>
Erkek
</option>
<option
value=
"female"
>
Kadın
</option>
</select>
</dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Doğum Tarihi
</dt>
<dd>
<input
type=
"text"
class=
"form-control"
placeholder=
"Angular JS - Bootstrap Date Picker Eklenecek"
>
</dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
İkamet Adresi
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
"Gülbahçe Mah. İzmir Teknoloji Geliştirme Bölgesi A9 Blok 215/A IYTE Campus, URLA/IZMIR"
></dd>
</dl>
</div>
<!-- end of info-block-body -->
</div>
<!-- end of info block -->
<div
class=
"info-block"
>
<div
class=
"info-block-header"
>
<h2>
İletişim Bilgileri
</h2>
</div>
<!-- end of info-block-header -->
<div
class=
"info-block-body"
>
<dl
class=
"dl-horizontal"
>
<dt>
Ev Telefonu
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
""
></dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Cep Telefonu
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
"(+90) 123 456 7890 (Phone number mask uygulanacak)"
></dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Mail Adresi
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
"gokhan@zetaops.io"
></dd>
</dl>
<dl
class=
"dl-horizontal"
>
<dt>
Diğer Mail Adresi
</dt>
<dd><input
type=
"text"
class=
"form-control"
placeholder=
""
></dd>
</dl>
</div>
<!-- end of info-block-body -->
</div>
<!-- end of info block -->
</div>
<!-- personnel-info-left -->
</div>
<!-- end of personnel-info-container -->
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment