6
6
<div class =" relative overflow-hidden mb-8" >
7
7
<div class =" overflow-hidden px-3 py-10 flex justify-center" >
8
8
<div class =" w-full max-w-xs login-card" >
9
- <h3 style =" text-align : center " > - REGISTER - </h3 >
9
+ <h3 style =" text-align : center " > - {{ __ ( ' isp-access-register-title ' ) } } - </h3 >
10
10
<div class =" bg-white" >
11
11
<div class =" mb-4" >
12
12
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" name" >
13
- Name
13
+ {{ __ ( ' isp-access-register-name ' ) } }
14
14
</label >
15
15
<input
16
16
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
17
- id =" name" name =" name" type =" text" placeholder =" Name" required >
17
+ id =" name" name =" name" type =" text"
18
+ placeholder =" {{ __ (' isp-access-register-name' ) } }" required >
18
19
</div >
19
20
<div class =" mb-4" >
20
21
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" username" >
21
- Username
22
+ {{ __ ( ' isp-access-register-username ' ) } }
22
23
</label >
23
24
<input
24
25
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
25
- id =" username" name =" username" type =" text" placeholder =" Username" required >
26
+ id =" username" name =" username" type =" text"
27
+ placeholder =" {{ __ (' isp-access-register-username' ) } }" required >
26
28
</div >
27
29
<div class =" mb-4" >
28
30
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" password" >
29
- Password
31
+
32
+ {{ __ (' isp-access-register-password' ) } }
30
33
</label >
31
34
<input
32
35
class =" shadow appearance-none border border-red-500 rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline"
33
36
id =" password" name =" password" type =" password" placeholder =" ******************" required >
34
- <p class =" text-red-500 text-xs italic" >Please choose a password. </p >
37
+ <p class =" text-red-500 text-xs italic" >{{ __ ( ' isp-access-register- password-label ' ) } } </p >
35
38
</div >
36
39
37
40
<div class =" mb-4" >
38
41
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" phone" >
39
- Phone
42
+ {{ __ ( ' isp-access-register-phone ' ) } }
40
43
</label >
41
44
<input id =" phone" name =" phone" type =" tel" placeholder =" 722-xxx-xxx"
42
45
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" >
43
46
</div >
44
47
45
48
<div class =" mb-4" >
46
49
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" email" >
47
- Email
50
+ {{ __ ( ' isp-access-register-email ' ) } }
48
51
</label >
49
52
<input
50
53
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
51
- id =" email" name =" email" type =" email" placeholder =" Email" >
54
+ id =" email" name =" email" type =" email"
55
+ placeholder =" {{ __ (' isp-access-register-email' ) } }" >
52
56
</div >
53
57
54
58
<div class =" flex items-center justify-between" >
55
59
<button
56
60
class =" bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline"
57
61
type =" submit" name =" view" value =" submit-register" >
58
- Register
62
+ {{ __ ( ' isp-access-register-button ' ) } }
59
63
</button >
60
64
<button
61
65
class =" bg-red-500 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline"
62
66
type =" submit" name =" view" value =" login" >
63
- Back to Login
67
+ {{ __ ( ' isp-access-register-back-button ' ) } }
64
68
</button >
65
69
</div >
66
70
@@ -71,7 +75,7 @@ class="bg-red-500 text-white font-bold py-2 px-4 rounded focus:outline-none focu
71
75
</div >
72
76
</div >
73
77
<p class =" text-center text-gray-500 text-xs" >
74
- © ; 2022. All rights reserved.
78
+ © ; 2022 - {{ date ( ' Y ' ) } } . {{ __ ( ' isp-copy-right ' ) } }
75
79
</p >
76
80
</div >
77
81
</div >
0 commit comments