Pārlūkot izejas kodu

add position

master
azri 2 mēnešus atpakaļ
vecāks
revīzija
12433d53a1

+ 7
- 0
css/animate.css
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 44
- 1
css/app.css Parādīt failu

@@ -1,4 +1,38 @@
1
-/* CSS */
1
+.search-container{
2
+    background-image: url("../Mask_Group_2.png"); 
3
+    display: flex; 
4
+    flex-direction: column; 
5
+    justify-content: center;
6
+    padding: 2rem 4rem;
7
+}
8
+
9
+.search-container .logo{
10
+    height: auto;
11
+    width: 8%;
12
+}
13
+
14
+.search-container h6{
15
+    color: white; 
16
+    margin-bottom: 2px;
17
+}
18
+
19
+.search-container #searchInput{
20
+    border-radius: 21px; 
21
+    border: none; 
22
+    padding-left: 20px !important; 
23
+    flex: 1;
24
+}
25
+
26
+.search-container #searchInput::before {
27
+    content: "\f002"; /* Unicode for Font Awesome search icon */
28
+    font-family: 'FontAwesome';
29
+    position: absolute;
30
+    left: 10px;
31
+    top: 50%;
32
+    transform: translateY(-50%);
33
+    pointer-events: none;
34
+}
35
+
2 36
 .button-23 {
3 37
     background-color: #1F9027;
4 38
     border-radius: 8px;
@@ -48,6 +82,15 @@
48 82
     text-decoration: none;
49 83
     filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
50 84
 }
85
+
86
+.map-svg .disable {
87
+    fill: gray !important;
88
+}
89
+
90
+.map-svg .disable text{
91
+    color: gray !important;
92
+}
93
+
51 94
 .map-svg .pahang-barat {
52 95
     fill: #427bba;
53 96
 }

+ 6
- 0
css/fontawesome.css
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


details/penternakan_hsd_10006.html → details/detail_hsd10006.html Parādīt failu


details/penternakan_hsd_19372.html → details/detail_hsd19372.html Parādīt failu


+ 1
- 137
details/detail_hsd2384.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 1
- 137
details/detail_hsd4638.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 1
- 137
details/detail_hsd5621.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 2
- 138
details/detail_hsd5625.html Parādīt failu

@@ -8,144 +8,8 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
148
-
11
+    <link rel="stylesheet" href="../css/app.css">
12
+    
149 13
 </head>
150 14
 
151 15
 <body>

+ 1
- 137
details/detail_hsd5627.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 1
- 137
details/detail_hsd5714.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 1
- 137
details/detail_hsd5715.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

+ 1
- 137
details/detail_hsd5734.html Parādīt failu

@@ -8,143 +8,7 @@
8 8
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
9 9
     <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" defer></script>
10 10
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
11
-
12
-
13
-
14
-    <style>
15
-        html,
16
-        body {
17
-            height: 370px;
18
-            padding: 0;
19
-            margin: 0;
20
-        }
21
-
22
-        #map {
23
-            height: 360px;
24
-            width: 300px;
25
-            overflow: hidden;
26
-            float: left;
27
-            border: thin solid #333;
28
-        }
29
-
30
-        #capture {
31
-            height: 360px;
32
-            width: 480px;
33
-            overflow: hidden;
34
-            float: left;
35
-            background-color: #ECECFB;
36
-            border: thin solid #333;
37
-            border-left: none;
38
-        }
39
-
40
-        #pdfViewer {
41
-            width: 100%;
42
-            height: 600px;
43
-        }
44
-    </style>
45
-
46
-    <style>
47
-        /* CSS */
48
-        .button-23 {
49
-            background-color: #FFFFFF;
50
-            border: 1px solid #222222;
51
-            border-radius: 8px;
52
-            box-sizing: border-box;
53
-            color: #222222;
54
-            cursor: pointer;
55
-            display: inline-block;
56
-            font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
57
-            font-size: 16px;
58
-            font-weight: 600;
59
-            line-height: 20px;
60
-            margin: 0;
61
-            outline: none;
62
-            padding: 13px 23px;
63
-            position: relative;
64
-            text-align: center;
65
-            text-decoration: none;
66
-            touch-action: manipulation;
67
-            transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
68
-            user-select: none;
69
-            -webkit-user-select: none;
70
-            width: auto;
71
-        }
72
-
73
-        .button-23:focus-visible {
74
-            box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
75
-            transition: box-shadow .2s;
76
-        }
77
-
78
-        .button-23:active {
79
-            background-color: #F7F7F7;
80
-            border-color: #000000;
81
-            transform: scale(.96);
82
-        }
83
-
84
-        .button-23:disabled {
85
-            border-color: #DDDDDD;
86
-            color: #DDDDDD;
87
-            cursor: not-allowed;
88
-            opacity: 1;
89
-        }
90
-
91
-        .map-svg {
92
-            display: block;
93
-            margin: 0 auto;
94
-            filter: drop-shadow(-16px 11px 2px rgba(0, 0, 0, 0.5));
95
-
96
-            a {
97
-                transition: all 1s;
98
-                transform-origin: 50% 50%;
99
-                text-decoration: none;
100
-                filter: drop-shadow(3px 10px 5px rgb(0 0 0 / 0.4));
101
-
102
-                @media only screen and (min-width: 992px) {
103
-
104
-                    polygon,
105
-                    &:hover {
106
-                        cursor: pointer;
107
-                        transform: scale(1.05);
108
-                        filter: drop-shadow(0px 15px 12px rgb(0 0 0 / 0.7));
109
-
110
-                        .st0 {
111
-                            fill: $dark-default;
112
-                        }
113
-                    }
114
-                }
115
-            }
116
-
117
-            .pahang-barat {
118
-                fill: #427bba;
119
-            }
120
-
121
-            .pahang-tengah {
122
-                fill: #144172;
123
-            }
124
-
125
-            .pahang-timur {
126
-                fill: #0c6088;
127
-            }
128
-
129
-            .label-text {
130
-                font-size: 35px;
131
-                fill: white;
132
-                transform: translate(0,
133
-                        3px);
134
-                /* adjust vertical position to centre text */
135
-            }
136
-
137
-            .label-text-cameron {
138
-                font-size: 20px;
139
-                fill: white;
140
-                transform: translate(0,
141
-                        3px);
142
-                /* adjust vertical position to centre text */
143
-            }
144
-
145
-
146
-        }
147
-    </style>
11
+    <link rel="stylesheet" href="../css/app.css">
148 12
 
149 13
 </head>
150 14
 

details/penternakan_pn_17421_hsd_1950.html → details/detail_pn17421_hsd1950.html Parādīt failu

@@ -40,9 +40,6 @@
40 40
             </div>
41 41
         </div>
42 42
 
43
-
44
-
45
-
46 43
         <div class="text-center pt-5"
47 44
             style="background-color: white; display: flex; justify-content: center; align-items: left; padding-left: 100px; margin-top: 250px;">
48 45
             <div style="display: flex; flex-direction: row;">

details/penternakan_pn_17427_hsd_1949.html → details/detail_pn17427_hsd1949.html Parādīt failu


+ 15
- 44
index.html Parādīt failu

@@ -3,48 +3,30 @@
3 3
 
4 4
 <head>
5 5
     <meta charset="UTF-8">
6
-    <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
7
-    <!-- CSP is a PITA ;). Disabled, don't try this at home!-->
8 6
     <meta http-equiv="Content-Security-Policy" content="">
9
-    <!-- include bulma css -->
10
-    <link rel="stylesheet" href="bulma/css/bulma.min.css">
11 7
     <title>My Test App</title>
12 8
     <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
13 9
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
14 10
     <link rel="stylesheet" href="./css/app.css">
15 11
 
16
-
17
-
18
-    <script>
19
-        // window.addEventListener('load', (event) => {
20
-        //     document.querySelector(".hello").textContent = "Hello from Electron with bulma css!";
21
-        // });
22
-    </script>
23 12
 </head>
24 13
 
25 14
 <body>
26 15
     <section class="section" style="max-height: 120vh;">
27 16
 
28
-        <div
29
-            style="background-image: url(Mask_Group_2.png); min-height: 175px; display: flex; flex-direction: column; justify-content: center; padding-left: 100px;padding-right: 100px;">
30
-            <img class="pb-2" src="Group_49433x.png" style="height: auto;width: 8%" alt="">
31
-            <h6 style="color: white; margin-bottom: 2px;">Pelan Kawasan Tanah Milik Perbadanan</h6>
32
-            <h6 style="color: white; margin-bottom: 10px;font-weight: 400;">Setiausaha Kerajaan (PSK) Pahang Tanpa Skala
33
-            </h6>
17
+        <div class="search-container">
18
+            <img class="logo pb-4" src="Group_49433x.png" alt="">
19
+            <h6 class="fw-bolder" >Pelan Kawasan Tanah Milik Perbadanan</h6>
20
+            <h6 class="mb-3">Setiausaha Kerajaan (PSK) Pahang Tanpa Skala</h6>
34 21
 
35
-            <form id="fileForm" style="display: flex; align-items: center;">
36
-                <input id="fileNumber" type="search" class="p-1"
37
-                    style="border-radius: 21px; border: none; padding-left: 20px !important; flex: 1;"
38
-                    placeholder="Search Here">
39
-                <button class="btn btn-primary" type="submit" style="margin-left: 10px;">Search</button>
22
+            <form id="searchForm" class="d-flex justify-content-center">
23
+                <input id="searchInput" type="search" class="p-1 flex-grow-1" placeholder="Search Here">
24
+                <button class="btn btn-primary ms-4" type="submit">Search</button>
40 25
             </form>
41
-
42
-
43 26
         </div>
44 27
 
45
-        <div class="text-center pt-1"
46
-            style="background-color: white; min-height: 50px; display: flex; justify-content: center; align-items: center; padding-left: 0px;">
47
-            <div class="pt-5" style="width: 600px;height: 100px;">
28
+        <div class="text-center pt-1 bg-white d-flex justify-content-center ps-0">
29
+            <div class="py-5 px-3" style="width: 600px;height: 100px;">
48 30
                 <svg class="map-svg" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
49 31
                     xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-30 -30 1150 1150"
50 32
                     style="enable-background: new 0 0 1080 1080" xml:space="preserve">
@@ -52,7 +34,7 @@
52 34
                         <!-- Cameron Highland -->
53 35
                         <a href="#" data-area="cameron-highland" data-bs-toggle="tooltip" data-bs-placement="top"
54 36
                             title="Tooltip on top">
55
-                            <path id="cameron-highland" class="pahang-barat" d="M77.6,205.5c11.6-0.8,19.5-9.2,28.7-12c13-4,14.2-13.4,19.1-21.7c0,0,0,0,0,0c0,0,0,0,0,0
37
+                            <path id="cameron-highland" class="disable" d="M77.6,205.5c11.6-0.8,19.5-9.2,28.7-12c13-4,14.2-13.4,19.1-21.7c0,0,0,0,0,0c0,0,0,0,0,0
56 38
                                 c-0.1-5-0.2-10.1-0.3-15.1c-2.4-4.8-11.7-7.4-4.9-15.2h0c-0.1-1.5-0.3-3.1-0.4-4.6c0,0,0,0,0,0c-3.5-5.5-3.3-11-0.1-16.5
57 39
                                 c0,0,0,0,0,0c0.2-1.4,0.4-2.8,0.6-4.2c0.3,0.6,0.6,1.2,0.8,1.8c-0.1-0.7-0.3-1.3-0.8-1.8c-0.1-4.3-0.2-8.5-0.3-12.8
58 40
                                 c-4.4-8.1-14.8-8.3-20.2-16c-9.9-14.2-18.9-13.6-29.4,0.3c-4.4,5.8-9.1,7.1-15.1,3c-3.8-2.6-8.4-4.7-11.2-8.2
@@ -62,7 +44,7 @@
62 44
                                 c-2.8,0.3-5,1.6-6.7,3.8c-0.6,0.8-1.3,1.6-1.9,2.5c-6.7,5.6-3.9,16.8-12.8,21.2c-4.1,5.7,2.6,6.3,4.3,9.3c3.7,3.6,1.5,9.3,4.8,13
63 45
                                 c1.1,0.7,2.2,0.7,3.3,0c0.8-0.4,1.7-0.7,2.5-1.1c2.1-1.8,2.4-4.2,2.4-6.8c0.4,2,0.7,4.1,2.9,5.2l1.3,0.2l1.2-0.2
64 46
                                 c3-1.8,6-3.9,9.7-4.6c-0.3,3.7-4.7,4.4-5.1,7.7c2.5,3.5,6.6,3.3,10.2,4.1c7.6,1.7,10.4,7.2,6.9,13.1c-7.9,13.4,0.5,16.8,10.7,19.8
65
-                                C65.6,205,72.4,205.9,77.6,205.5z" />
47
+                                C65.6,205,72.4,205.9,77.6,205.5z"/>
66 48
                         </a>
67 49
                         <!-- Lipis -->
68 50
                         <a href="lists/lipis.html" data-area="lipis">
@@ -117,8 +99,8 @@
117 99
                                    C454.9,750.5,448.9,746.1,442.5,743.9z" />
118 100
                         </a>
119 101
                         <!-- Jerantut -->
120
-                        <a href="#" data-area="jerantut">
121
-                            <path id="jerantut" class="pahang-barat" d="M431.5,110.2c5.4,5.9,6.4,12.3,2.5,19.5c-3.7,6.8-4.5,14.3-3.7,21.9h0c6.1,6.2,11.1,12-3.4,12.9
102
+                        <a href="#" data-area="jerantut" style="color:gray !important">
103
+                            <path id="jerantut" class="disable" d="M431.5,110.2c5.4,5.9,6.4,12.3,2.5,19.5c-3.7,6.8-4.5,14.3-3.7,21.9h0c6.1,6.2,11.1,12-3.4,12.9
122 104
                                 c-4.7,0.3-7.1,4.1-9.8,7.3c-3.3,9.5-3.4,18.6,2.6,27.4c4.8,7.1,2.7,15.3,3.2,23.1c6.7,4.2,9.9,10.2,9.4,18.1c0,0.4-0.1,0.9,0,1.3
123 105
                                 c10.5,20.1,4.7,41.2,3.7,62c3.3,0.8,6.6,1.5,9.9,2.3c7.1,1.7,16,3.6,16.1,11.6c0.1,7.7-5.5,14.9-13.2,18.9c-4.1,2.1-8.1,4.6-12.5,6
124 106
                                 c-7.9,2.5-18.2,1.9-15.2,15.6c0.5,2.3-6.1,5.6-8,2.5c-6.5-10.5-22-8.4-27-20.7c-2.8-6.9-11.3-6.5-16.5-10.9c-3.7-3.2-7.2-0.5-7,4.7
@@ -246,26 +228,15 @@
246 228
             </div>
247 229
         </div>
248 230
 
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259 231
     </section>
260 232
 
261
-    <script defer src="/ruta relativa a mi archivo .js"></script>
262 233
 
263 234
     <script>
264 235
 
265
-        document.getElementById('fileForm').addEventListener('submit', function (event) {
236
+        document.getElementById('searchForm').addEventListener('submit', function (event) {
266 237
             event.preventDefault(); // Prevent the form from submitting the traditional way
267 238
 
268
-            var fileInput = document.getElementById('fileNumber').value;
239
+            var fileInput = document.getElementById('searchInput').value;
269 240
             var numberRegex = /\d/; // Regular expression to check for any digit
270 241
             var matchedFile;
271 242
 

+ 2
- 2
lists/lipis.html Parādīt failu

@@ -74,10 +74,10 @@
74 74
             </div>
75 75
             <div class="text-center pt-2 text-nowrap flex-wrap"
76 76
                 style="background-color: white; display: flex; justify-content: left; align-items: left; padding-left: 100px; margin-top: 0;gap: 10px;padding-right: 100px;">
77
-                <a href="../details/penternakan_pn_17421_hsd_1950.html" class="button-23 mb-2 mr-2"
77
+                <a href="../details/detail_pn17421_hsd1950.html" class="button-23 mb-2 mr-2"
78 78
                     style="background-color: #1F9027; color: white; border: none;" role="button">PN 17421 (HSD 1950)</a>
79 79
 
80
-                    <a href="../details/penternakan_pn_17427_hsd_1949.html" class="button-23 mb-2 mr-2"
80
+                    <a href="../details/detail_pn17427_hsd1949.html" class="button-23 mb-2 mr-2"
81 81
                     style="background-color: #1F9027; color: white; border: none;" role="button">PN 17427 (HSD 1949)</a>
82 82
             </div>
83 83
         </div>

+ 1
- 0
lists/rompin.html Parādīt failu

@@ -12,6 +12,7 @@
12 12
     <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
13 13
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-abc123..." crossorigin="anonymous" />
14 14
     <link rel="stylesheet" href="../css/app.css">
15
+    <link rel="stylesheet" href="../css/animate.css">
15 16
 </head>
16 17
 
17 18
 <body>

pdf_pages/hsd_10006.html → pdf_pages/view_pdf_hsd10006.html Parādīt failu


pdf_pages/hsd_19372.html → pdf_pages/view_pdf_hsd19372.html Parādīt failu


pdf_pages/pn_17421_hsd_1950.html → pdf_pages/view_pdf_pn17421_hsd1950.html Parādīt failu


pdf_pages/pn_17427_hsd_1949.html → pdf_pages/view_pdf_pn17427_hsd1949.html Parādīt failu


Notiek ielāde…
Atcelt
Saglabāt