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 " > - {{ __ (' isp-access-register-title' ) } } - </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
- {{ __ (' isp-access-register-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
17
id =" name" name =" name" type =" text"
18
- placeholder =" {{ __ (' isp-access-register-name' ) } }" required >
18
+ placeholder =" {{ ___ (' isp-access-register-name' ) } }" required >
19
19
</div >
20
20
<div class =" mb-4" >
21
21
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" username" >
22
- {{ __ (' isp-access-register-username' ) } }
22
+ {{ ___ (' isp-access-register-username' ) } }
23
23
</label >
24
24
<input
25
25
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
26
26
id =" username" name =" username" type =" text"
27
- placeholder =" {{ __ (' isp-access-register-username' ) } }" required >
27
+ placeholder =" {{ ___ (' isp-access-register-username' ) } }" required >
28
28
</div >
29
29
<div class =" mb-4" >
30
30
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" password" >
31
31
32
- {{ __ (' isp-access-register-password' ) } }
32
+ {{ ___ (' isp-access-register-password' ) } }
33
33
</label >
34
34
<input
35
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"
36
36
id =" password" name =" password" type =" password" placeholder =" ******************" required >
37
- <p class =" text-red-500 text-xs italic" >{{ __ (' isp-access-register-password-label' ) } } </p >
37
+ <p class =" text-red-500 text-xs italic" >{{ ___ (' isp-access-register-password-label' ) } } </p >
38
38
</div >
39
39
40
40
<div class =" mb-4" >
41
41
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" phone" >
42
- {{ __ (' isp-access-register-phone' ) } }
42
+ {{ ___ (' isp-access-register-phone' ) } }
43
43
</label >
44
44
<input id =" phone" name =" phone" type =" tel" placeholder =" 722-xxx-xxx"
45
45
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" >
46
46
</div >
47
47
48
48
<div class =" mb-4" >
49
49
<label class =" block text-gray-700 text-sm font-bold mb-2" for =" email" >
50
- {{ __ (' isp-access-register-email' ) } }
50
+ {{ ___ (' isp-access-register-email' ) } }
51
51
</label >
52
52
<input
53
53
class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
54
54
id =" email" name =" email" type =" email"
55
- placeholder =" {{ __ (' isp-access-register-email' ) } }" >
55
+ placeholder =" {{ ___ (' isp-access-register-email' ) } }" >
56
56
</div >
57
57
58
58
<div class =" flex items-center justify-between" >
59
59
<button
60
60
class =" bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline"
61
61
type =" submit" name =" view" value =" submit-register" >
62
- {{ __ (' isp-access-register-button' ) } }
62
+ {{ ___ (' isp-access-register-button' ) } }
63
63
</button >
64
64
<button
65
65
class =" bg-red-500 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline"
66
66
type =" submit" name =" view" value =" login" >
67
- {{ __ (' isp-access-register-back-button' ) } }
67
+ {{ ___ (' isp-access-register-back-button' ) } }
68
68
</button >
69
69
</div >
70
70
@@ -75,7 +75,7 @@ class="bg-red-500 text-white font-bold py-2 px-4 rounded focus:outline-none focu
75
75
</div >
76
76
</div >
77
77
<p class =" text-center text-gray-500 text-xs" >
78
- © ; 2022 - {{ date (' Y' ) } } . {{ __ (' isp-copy-right' ) } }
78
+ © ; 2022 - {{ date (' Y' ) } } . {{ ___ (' isp-copy-right' ) } }
79
79
</p >
80
80
</div >
81
81
</div >
0 commit comments