-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditUser.html
242 lines (203 loc) · 7.78 KB
/
editUser.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>yeon</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<!-- <link rel="shortcut icon" href="images/favicon.ico"> -->
<!-- <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> -->
<!-- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> -->
<!-- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> -->
<!-- Included CSS files
================================================== -->
<link rel="stylesheet" type="text/css" href="assets/css/morph.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900' rel='stylesheet' type='text/css'>
<!-- Included javascript files
================================================== -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.full.min.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<input type="checkbox" name="user" id="user-profile">
<label class="user-profile" for="user-profile">
<div class="user-profile-img">
<img src="">
</div>
<span class="user-profile-name">
John Doe of The Crimson Heaven
</span>
</label>
<label class="side-menu" for="user-profile">
<!-- <a href="templates.html">Templates</a> -->
<a href="users.html">Users</a>
<a href="roles.html">Roles</a>
<a href="opd.html">OPD</a>
<hr>
<a href="login.html">Log out</a>
<div class="base-layer"></div>
</label>
<header>
<nav>
<a href="viewUser.html" class="button theme">
<i>close</i>
<span>Batal</span>
</a>
</nav>
</header>
<div class="main">
<div class="container">
<span class="section-title">Informasi pengguna</span>
<form class="form-default">
<label>
Nama
<input type="text" name="" value="John Doe">
</label>
<!-- <label>
Jabatan
<input type="text" name="" value="Walikota">
</label> -->
<label>
Golongan
<input type="text" name="" value="X">
</label>
<label>
Email
<input type="email" name="" value="[email protected]">
</label>
<label>
Nomor kontak
<input type="text" name="" value="0987654321">
</label>
<label>
Atasan langsung
<select>
<option></option>
<option selected>John Doe</option>
<option>Anne Doe</option>
</select>
</label>
<div class="checklist">
<hr>
<small>Hak akses umum</small>
<label>
Username
<input type="text" name="" value="JohnDoe">
</label>
<label>
Password lama
<input type="Password" name="" value="">
</label>
<label>
Password baru
<input type="Password" name="" value="">
</label>
<label>
Password baru lagi
<input type="Password" name="" value="">
</label>
<label>
<input type="checkbox" name="" checked>
<i>check_circle</i>
Menambah / mengubah user
</label>
<label>
<input type="checkbox" name="">
<i>check_circle</i>
Melihat semua surat
</label>
<label>
<input type="checkbox" name="" checked>
<i>check_circle</i>
Menambah / mengubah surat
</label>
<hr>
<small>Jenis surat yang dapat diakses</small>
<label>
<input type="checkbox" name="" checked>
<i>check_circle</i>
Surat undangan
</label>
<label>
<input type="checkbox" name="" checked>
<i>check_circle</i>
Surat pengantar
</label>
<label>
<input type="checkbox" name="" checked>
<i>check_circle</i>
Surat perintah
</label>
<label>
<input type="checkbox" name="">
<i>check_circle</i>
Suratan takdir
</label>
</div>
<hr>
<button class="button theme form">Simpan Data</button>
<!-- <div>
<hr>
<small>Upload tanda tangan (file PNG)</small>
<div class="file-upload">
<div class="file-select">
<div class="file-select-button" id="fileName">Nama file</div>
<div class="file-select-name" id="noFile">Belum ada file...</div>
<input type="file" name="import_file" id="chooseFile">
</div>
</div>
<br>
<button class="button theme form">Upload</button>
</div>
<br> -->
<div>
<hr>
<small>Upload sertifikat tanda tangan (file P12)</small>
<div class="file-upload">
<div class="file-select">
<div class="file-select-button" id="fileName">Nama file</div>
<div class="file-select-name" id="noFile">Belum ada file...</div>
<input type="file" name="import_file" id="chooseFile">
</div>
</div>
<br>
<button class="button theme form">Upload</button>
</div>
<br>
</form>
</div>
</div>
</body>
<script type="text/javascript">
// override input [file]
$('#chooseFile').bind('change', function () {
var filename = $("#chooseFile").val();
if (/^\s*$/.test(filename)) {
$(".file-upload").removeClass('active');
$("#noFile").text("No file chosen...");
}
else {
$(".file-upload").addClass('active');
$("#noFile").text(filename.replace("C:\\fakepath\\", ""));
}
});
</script>
</html>