code>
65
+          <ion-segment-button value="list2">
66
+            <ion-label>
67
+              รายละเอียด
68
+            </ion-label>
69
+          </ion-segment-button>
70
+        </ion-segment>
71
+
72
+        <ion-list *ngIf="segment === 'list1'">
73
+          <ion-col size="12">
74
+            <!-- <div class="txt-lead">ที่อยู่</div> -->
75
+            <div [innerHTML]="placelist?.acf.address"></div>
76
+          </ion-col>
77
+        </ion-list>
78
+
79
+        <ion-list *ngIf="segment === 'list2'">
80
+          <ion-col size="12">
81
+            <!-- <div class="txt-lead">ที่อยู่</div> -->
82
+            <div [innerHTML]="placelist?.content.rendered"></div>
83
+          </ion-col>
84
+        </ion-list>
68
       </ion-col>
85
       </ion-col>
69
     </ion-row>
86
     </ion-row>
70
 
87
 

+ 0 - 17
src/app/placedetail/placedetail.page.scss

1
-// ion-toolbar{
2
-//     --background: transparent;
3
-//     --border-color: transparent;
4
-// }
5
-// ion-toolbar{
6
-//     --background: transparent;
7
-//     --border-color: transparent;
8
-// }
9
-// ion-content{
10
-//     --offset-top:0px;
11
-//     position: absolute;
12
-// }
13
-
14
 .bg {
1
 .bg {
15
   position: absolute;
2
   position: absolute;
16
   left: 0px;
3
   left: 0px;
29
     --background: white;
16
     --background: white;
30
   }
17
   }
31
 }
18
 }
32
-
33
-.asd {
34
-}
35
-
36
 .asd .country {
19
 .asd .country {
37
   position: absolute;
20
   position: absolute;
38
   top: 50px;
21
   top: 50px;

+ 19 - 19
src/app/placedetail/placedetail.page.ts

4
 
4
 
5
 import { Geolocation } from '@ionic-native/geolocation/ngx';
5
 import { Geolocation } from '@ionic-native/geolocation/ngx';
6
 import { NativeGeocoder, NativeGeocoderResult, NativeGeocoderOptions } from '@ionic-native/native-geocoder/ngx';
6
 import { NativeGeocoder, NativeGeocoderResult, NativeGeocoderOptions } from '@ionic-native/native-geocoder/ngx';
7
+import { CallNumber } from '@ionic-native/call-number/ngx';
8
+import { EmailComposer } from '@ionic-native/email-composer/ngx';
7
 
9
 
8
 declare var google;
10
 declare var google;
9
 
11
 
17
   data: any;
19
   data: any;
18
   placelist: any;
20
   placelist: any;
19
 
21
 
22
+  public segment: string = "list1";
23
+
20
   @ViewChild('map', { static: false }) mapElement: ElementRef;
24
   @ViewChild('map', { static: false }) mapElement: ElementRef;
21
   map: any;
25
   map: any;
22
   address: string;
26
   address: string;
24
   longitude: number;
28
   longitude: number;
25
   latdynamic: any;
29
   latdynamic: any;
26
   londynamic: any;
30
   londynamic: any;
27
-  
28
 
31
 
29
-  constructor(private wpservice: WpServiceService, private route: ActivatedRoute, private router: Router, private geolocation: Geolocation, private nativeGeocoder: NativeGeocoder) { }
32
+
33
+  constructor(private wpservice: WpServiceService, private route: ActivatedRoute, private router: Router, private geolocation: Geolocation, private nativeGeocoder: NativeGeocoder,private callNumber: CallNumber, private emailComposer: EmailComposer) { }
30
   @Input() id: string;
34
   @Input() id: string;
31
   showDiss = false;
35
   showDiss = false;
32
 
36
 
121
 
125
 
122
   }
126
   }
123
 
127
 
124
-  // getAddressFromCoords2(lattitude, longitude) {
125
-  //   console.log("getAddressFromCoords2 " + lattitude + " " + longitude);
126
-  //   let options: NativeGeocoderOptions = {
127
-  //     useLocale: true,
128
-  //     maxResults: 5
129
-  //   };
130
-  // }
131
-
132
-  // getGeoencoder(latitude, longitude) {
133
-  //   this.nativeGeocoder.reverseGeocode(latitude, longitude, this.geoencoderOptions)
134
-  //     .then((result: NativeGeocoderResult[]) => {
135
-  //       this.address = this.generateAddress(result[0]);
136
-  //     })
137
-  //     .catch((error: any) => {
138
-  //       alert('Error getting location' + JSON.stringify(error));
139
-  //     });
140
-  // }
128
+  segmentChanged(ev: any) {
129
+    this.segment = ev.detail.value;
130
+  }
131
+
132
+  callNow(number) {
133
+    this.callNumber.callNumber(number, true)
134
+      .then(res => console.log('Launched dialer!', res))
135
+      .catch(err => console.log('Error launching dialer', err));
136
+  }
137
+
138
+  email2Place(mail) {
139
+    this.emailComposer.open(mail)
140
+  }
141
 }
141
 }

+ 18 - 11
src/app/profile/profile.page.html

1
 <ion-header>
1
 <ion-header>
2
-  <ion-toolbar>
2
+  <ion-toolbar class="new-background-color">
3
+    <ion-buttons slot="start" color="light">
4
+      <ion-back-button></ion-back-button>
5
+    </ion-buttons>
3
     <ion-title>Wellness Route</ion-title>
6
     <ion-title>Wellness Route</ion-title>
4
   </ion-toolbar>
7
   </ion-toolbar>
5
 </ion-header>
8
 </ion-header>
6
-<ion-content fullscreen="true">
7
-  <!-- <div *ngIf="(user2 | async) as user; else loading"> -->
9
+<ion-content>
10
+  <ion-grid>
11
+    <!-- <div *ngIf="(user2 | async) as user; else loading"> -->
8
     <ion-row>
12
     <ion-row>
9
       <ion-col>
13
       <ion-col>
10
         <div class="ion-text-center">
14
         <div class="ion-text-center">
17
         <div class="card">
21
         <div class="card">
18
           <div class="header">
22
           <div class="header">
19
             <div class="avatar">
23
             <div class="avatar">
20
-              <img [src]="$any(user).picture_large.data.url" *ngIf="user['picture_large'] != undefined" />
21
-              <img src="/assets/images/icon-user.png" *ngIf="user['picture_large'] == undefined" />
24
+              <!-- <img [src]="$any(user).picture_large.data.url" *ngIf="user['picture_large'] != undefined" /> -->
25
+              <!-- <img src="/assets/images/icon-user.png" *ngIf="user['picture_large'] == undefined" /> -->
26
+              <img src="/assets/images/icon-user.png">
22
             </div>
27
             </div>
23
           </div>
28
           </div>
24
         </div>
29
         </div>
25
         <div class="card-body">
30
         <div class="card-body">
26
           <div class="user-meta ion-text-center">
31
           <div class="user-meta ion-text-center">
27
-            <h3 class="playername">{{ $any(user).name }}</h3>
32
+            <!-- <h3 class="playername">{{ $any(user).name }}</h3> -->
28
           </div>
33
           </div>
29
           <form>
34
           <form>
30
             <ion-item lines="full">
35
             <ion-item lines="full">
31
               <ion-label>ชื่อ</ion-label>
36
               <ion-label>ชื่อ</ion-label>
32
-              {{ $any(user).name }}
37
+              <!-- {{ $any(user).name }} -->
33
             </ion-item>
38
             </ion-item>
34
             <ion-item lines="full">
39
             <ion-item lines="full">
35
-              <ion-label>Email</ion-label>{{ $any(user).email }}
40
+              <ion-label>อีเมล์</ion-label>
41
+              <!-- {{ $any(user).email }} -->
36
             </ion-item>
42
             </ion-item>
37
             <div class="ion-padding-vertical">
43
             <div class="ion-padding-vertical">
38
-              <ion-button type="submit" color="danger" expand="block" (click)="logout()">Log Out</ion-button>
44
+              <!-- <ion-button type="submit" color="danger" expand="block" (click)="logout()">Log Out</ion-button> -->
39
             </div>
45
             </div>
40
           </form>
46
           </form>
41
         </div>
47
         </div>
42
       </ion-col>
48
       </ion-col>
43
     </ion-row>
49
     </ion-row>
44
-  <!-- </div> -->
45
-  <!-- <ng-template #loading>
50
+    <!-- </div> -->
51
+    <!-- <ng-template #loading>
46
     Loading stuff...
52
     Loading stuff...
47
   </ng-template> -->
53
   </ng-template> -->
54
+  </ion-grid>
48
 </ion-content>
55
 </ion-content>

+ 1 - 0
src/app/profile/profile.page.ts

8
 export class ProfilePage implements OnInit {
8
 export class ProfilePage implements OnInit {
9
 
9
 
10
   user2: any;
10
   user2: any;
11
+  user: any;
11
   
12
   
12
   constructor() { }
13
   constructor() { }
13
 
14
 

+ 28 - 29
src/app/province/province.page.html

6
     <ion-title>Wellnewss Route</ion-title>
6
     <ion-title>Wellnewss Route</ion-title>
7
   </ion-toolbar>
7
   </ion-toolbar>
8
 </ion-header>
8
 </ion-header>
9
-
10
 <ion-content>
9
 <ion-content>
11
-  <img src="/assets/images/welcome_drone.jpeg" alt="">
12
-  <div class="holidaycard">
13
-    <ion-grid>
14
-      <ion-row>
15
-        <ion-col size="12">
16
-          <div class="txt-place-title">Province Name</div>
17
-        </ion-col>
18
-      </ion-row>
19
-      <ion-row>
20
-        <ion-col>
21
-          <ion-toolbar class="search">
22
-            <ion-searchbar placeholder="ค้นหา"></ion-searchbar>
23
-          </ion-toolbar>
24
-        </ion-col>
25
-      </ion-row>
26
-      <ion-card *ngFor="let provlist of provicelist">
27
-        <div *ngIf="$any(provlist).better_featured_image != null">
28
-          <img src="{{$any(provlist).better_featured_image.source_url}}" alt="">
29
-        </div>
30
-        <div *ngIf="$any(provlist).better_featured_image == null">
31
-          <img src="/assets/images/temp.png" />
32
-        </div>
33
-        <ion-card-header>
34
-          <a [routerLink]="['/tabs/place/', provlist.id]"><ion-card-title [innerHTML]="provlist.title.rendered"></ion-card-title></a>
35
-        </ion-card-header>
36
-      </ion-card>
37
-    </ion-grid>
38
-  </div>
10
+  <img src="/assets/images/image-004.jpg" alt="">
11
+  <ion-grid>
12
+    <ion-row>
13
+      <ion-col size="12">
14
+        <div class="txt-place-title">Province Name</div>
15
+      </ion-col>
16
+    </ion-row>
17
+    <ion-row>
18
+      <ion-col>
19
+        <ion-toolbar class="search">
20
+          <ion-searchbar placeholder="ค้นหา"></ion-searchbar>
21
+        </ion-toolbar>
22
+      </ion-col>
23
+    </ion-row>
24
+    <ion-card *ngFor="let provlist of provicelist">
25
+      <div *ngIf="$any(provlist).better_featured_image != null">
26
+        <img src="{{$any(provlist).better_featured_image.source_url}}" alt="">
27
+      </div>
28
+      <div *ngIf="$any(provlist).better_featured_image == null">
29
+        <img src="/assets/images/temp.png" />
30
+      </div>
31
+      <ion-card-header>
32
+        <a [routerLink]="['/tabs/place/', provlist.id]">
33
+          <ion-card-title [innerHTML]="provlist.title.rendered"></ion-card-title>
34
+        </a>
35
+      </ion-card-header>
36
+    </ion-card>
37
+  </ion-grid>
39
 </ion-content>
38
 </ion-content>

+ 12 - 12
src/app/province/province.page.scss

1
 
1
 
2
-.holidaycard {
3
-  position: absolute;
4
-  left: 0px;
5
-  // bottom: 0px;
6
-  top:200px;
7
-  min-height: 48%;
8
-  width: 100%;
9
-  padding: 5px;
10
-  border-radius: 15px ;
11
-  background: white;
12
-  --background: white;
13
-}
2
+// .holidaycard {
3
+//   position: absolute;
4
+//   left: 0px;
5
+//   // bottom: 0px;
6
+//   top:200px;
7
+//   min-height: 48%;
8
+//   width: 100%;
9
+//   padding: 5px;
10
+//   border-radius: 15px ;
11
+//   background: white;
12
+//   --background: white;
13
+// }
14
 
14
 
15
 ion-card-title {
15
 ion-card-title {
16
   font-family: "IBM Plex Sans Thai", sans-serif !important;
16
   font-family: "IBM Plex Sans Thai", sans-serif !important;

+ 10 - 7
src/app/register-form/register-form.page.html

1
 <ion-header>
1
 <ion-header>
2
-  <ion-toolbar>
2
+  <ion-toolbar class="new-background-color">
3
+    <ion-buttons slot="start" color="light">
4
+      <ion-back-button></ion-back-button>
5
+    </ion-buttons>
3
     <ion-title>Wellness Route</ion-title>
6
     <ion-title>Wellness Route</ion-title>
4
   </ion-toolbar>
7
   </ion-toolbar>
5
 </ion-header>
8
 </ion-header>
6
-
7
 <ion-content>
9
 <ion-content>
10
+  <div><img src="/assets/images/image-001.jpg"></div>
8
   <ion-row>
11
   <ion-row>
9
     <ion-col>
12
     <ion-col>
10
       <div class="ion-text-center">
13
       <div class="ion-text-center">
13
     </ion-col>
16
     </ion-col>
14
   </ion-row>
17
   </ion-row>
15
   <ion-row>
18
   <ion-row>
16
-    <ion-col>      
19
+    <ion-col>
17
       <form>
20
       <form>
18
-        <ion-text *ngIf="errorText" color="primary" style='background-color:#fff'>
21
+        <ion-text *ngIf="errorText" color="primary">
19
           {{ errorText }}
22
           {{ errorText }}
20
         </ion-text>
23
         </ion-text>
21
         <ion-item lines="full">
24
         <ion-item lines="full">
45
         </ion-item>
48
         </ion-item>
46
 
49
 
47
         <div class="ion-padding-vertical">
50
         <div class="ion-padding-vertical">
48
-          <ion-button type="submit" color="success" expand="block" (click)="register()">ลงทะเบียน</ion-button>
51
+          <ion-button type="submit" color="success" expand="block">ลงทะเบียน</ion-button>
49
         </div>
52
         </div>
50
       </form>
53
       </form>
51
     </ion-col>
54
     </ion-col>
52
-  </ion-row>  
53
-</ion-content>
55
+  </ion-row>
56
+</ion-content>

+ 10 - 7
src/app/register/register.page.html

1
 <ion-header>
1
 <ion-header>
2
-  <ion-toolbar>
3
-    <ion-title>ลงทะเบียน</ion-title>
2
+  <ion-toolbar class="new-background-color">
3
+    <ion-buttons slot="start" color="light">
4
+      <ion-back-button></ion-back-button>
5
+    </ion-buttons>
6
+    <ion-title>Wellness Route</ion-title>
4
   </ion-toolbar>
7
   </ion-toolbar>
5
 </ion-header>
8
 </ion-header>
6
-
7
 <ion-content class="auth-form">
9
 <ion-content class="auth-form">
10
+  <div><img src="/assets/images/image-001.jpg"></div>
8
   <ion-grid>
11
   <ion-grid>
9
     <ion-row>
12
     <ion-row>
10
       <ion-col align-self-center>
13
       <ion-col align-self-center>
11
-        <ion-button [routerLink]="['/registration']" expand="block" color="primary">Register</ion-button>
14
+        <ion-button [routerLink]="['/register-form']" expand="block" color="primary">ลงทะเบียนผู้ใช้งาน</ion-button>
12
 
15
 
13
-        <span class="divider line one-line">or</span>
16
+        <span class="divider line one-line">หรือ</span>
14
 
17
 
15
-        <span class="already">Already a user?</span>
18
+        <span class="already">มีชื่อผู้ใช้งานแล้ว</span>
16
 
19
 
17
-        <ion-button [routerLink]="['/login']" expand="block" color="danger">Sign In</ion-button>
20
+        <ion-button [routerLink]="['/login']" expand="block" color="danger">เข้าสู่ระบบ</ion-button>
18
       </ion-col>
21
       </ion-col>
19
     </ion-row>
22
     </ion-row>
20
   </ion-grid>
23
   </ion-grid>

+ 2 - 2
src/app/register/register.page.scss

12
   .line {
12
   .line {
13
     align-items: center;
13
     align-items: center;
14
     margin: 1em -1em;
14
     margin: 1em -1em;
15
-    color: #cccccc;
15
+    color: #5f5e5e;
16
     
16
     
17
     &:before,
17
     &:before,
18
     &:after {
18
     &:after {
24
   .one-line {
24
   .one-line {
25
     &:before,
25
     &:before,
26
     &:after {
26
     &:after {
27
-       background: #cccccc;
27
+       background: #5f5e5e;
28
     }
28
     }
29
   }
29
   }
30
   
30
   

+ 29 - 24
src/app/reset-password/reset-password.page.html

1
 <ion-header>
1
 <ion-header>
2
-  <ion-toolbar>
2
+  <ion-toolbar class="new-background-color">
3
+    <ion-buttons slot="start" color="light">
4
+      <ion-back-button></ion-back-button>
5
+    </ion-buttons>
3
     <ion-title>Wellness Route</ion-title>
6
     <ion-title>Wellness Route</ion-title>
4
   </ion-toolbar>
7
   </ion-toolbar>
5
 </ion-header>
8
 </ion-header>
6
-
7
 <ion-content>
9
 <ion-content>
8
-  <ion-row>
9
-    <ion-col class="ion-text-center">
10
-      <h1>กรุณาใส่รหัสผ่านใหม่</h1>
11
-    </ion-col>
12
-  </ion-row>
13
-  <form>
14
-    <ion-row>
15
-      <ion-col>
16
-        <ion-item lines="full">
17
-          <ion-label position="floating">รหัสผ่าน</ion-label>
18
-          <ion-input type="password" required></ion-input>
19
-        </ion-item>
20
-
21
-        <ion-item lines="full">
22
-          <ion-label position="floating">ยืนยัน รหัสผ่าน</ion-label>
23
-          <ion-input type="password" required></ion-input>
24
-        </ion-item>
25
-      </ion-col>
26
-    </ion-row>
10
+  <div><img src="/assets/images/image-007.jpg"></div>
11
+  <ion-grid>
27
     <ion-row>
12
     <ion-row>
28
-      <ion-col>
29
-        <ion-button type="submit" color="success" expand="block">ส่ง</ion-button>
13
+      <ion-col class="ion-text-center">
14
+        <h1>กรุณาใส่รหัสผ่านใหม่</h1>
30
       </ion-col>
15
       </ion-col>
31
     </ion-row>
16
     </ion-row>
32
-  </form>
17
+    <form>
18
+      <ion-row>
19
+        <ion-col>
20
+          <ion-item lines="full">
21
+            <ion-label position="floating">รหัสผ่าน</ion-label>
22
+            <ion-input type="password" required></ion-input>
23
+          </ion-item>
24
+
25
+          <ion-item lines="full">
26
+            <ion-label position="floating">ยืนยัน รหัสผ่าน</ion-label>
27
+            <ion-input type="password" required></ion-input>
28
+          </ion-item>
29
+        </ion-col>
30
+      </ion-row>
31
+      <ion-row>
32
+        <ion-col>
33
+          <ion-button type="submit" color="success" expand="block">ส่ง</ion-button>
34
+        </ion-col>
35
+      </ion-row>
36
+    </form>
37
+  </ion-grid>
33
 </ion-content>
38
 </ion-content>

+ 2 - 2
src/app/tabs/tabs.page.html

1
 <ion-tabs>
1
 <ion-tabs>
2
-  <ion-fab vertical="bottom" horizontal="center" translucent="true">
2
+  <!-- <ion-fab vertical="bottom" horizontal="center" translucent="true">
3
     <ion-fab-button routerLink="nearme" routerDirection="forward">
3
     <ion-fab-button routerLink="nearme" routerDirection="forward">
4
     <ion-icon name="navigate"></ion-icon>
4
     <ion-icon name="navigate"></ion-icon>
5
     </ion-fab-button>
5
     </ion-fab-button>
6
-  </ion-fab>
6
+  </ion-fab> -->
7
   <ion-tab-bar slot="bottom">
7
   <ion-tab-bar slot="bottom">
8
     <ion-tab-button tab="home">
8
     <ion-tab-button tab="home">
9
       <ion-icon name="home"></ion-icon>
9
       <ion-icon name="home"></ion-icon>

+ 2 - 1
src/app/wp-service.service.ts

31
 
31
 
32
   getPlaceDetail(id) {
32
   getPlaceDetail(id) {
33
     return this.http.get(
33
     return this.http.get(
34
-      "http://tamtime.iamarray.xyz/wp-json/wp/v2/place/"+id+"/?_embed"
34
+      // "http://tamtime.iamarray.xyz/wp-json/wp/v2/place/"+id+"/?_embed"
35
+      "/assets/json/place173.json"
35
     );
36
     );
36
   }
37
   }
37
 
38
 

BIN
src/assets/images/image-001.jpg


BIN
src/assets/images/image-002.jpg


BIN
src/assets/images/image-003.jpg


BIN
src/assets/images/image-004.jpg


BIN
src/assets/images/image-005.jpg


BIN
src/assets/images/image-006.jpg


BIN
src/assets/images/image-007.jpg


BIN
src/assets/images/image-008.jpg


BIN
src/assets/images/image-009.jpg


BIN
src/assets/images/image-010.jpg


BIN
src/assets/images/image-011.jpg


BIN
src/assets/images/image-012.jpg


Разница между файлами не показана из-за своего большого размера
+ 1 - 0
src/assets/json/place173.json


+ 18 - 7
src/global.scss

116
   --color: #ffffff;
116
   --color: #ffffff;
117
 }
117
 }
118
 
118
 
119
+// ion-content {
120
+//   --background: linear-gradient(
121
+//     to bottom,
122
+//     #a7e9ff,
123
+//     #8fd8fd,
124
+//     #7ec7fb,
125
+//     #78b4f6,
126
+//     #7c9fee
127
+//   );
128
+// }
129
+
119
 ion-title {
130
 ion-title {
120
   font-family: "Kanit", sans-serif !important;
131
   font-family: "Kanit", sans-serif !important;
121
   font-weight: 500;
132
   font-weight: 500;
160
 
171
 
161
 a {
172
 a {
162
   text-decoration: none;
173
   text-decoration: none;
163
- }
164
- 
165
-// ion-content {
166
-//   --background: url(/assets/images/wnr-bg.jpg) no-repeat center/cover fixed;
167
-// }
174
+}
175
+
176
+.image-page-cover {
177
+  height: 200px;
178
+}
168
 .ios ion-fab-button {
179
 .ios ion-fab-button {
169
-  position:absolute;
180
+  position: absolute;
170
   bottom: 25px;
181
   bottom: 25px;
171
-}
182
+}

tum/trafficcounter - Gogs: Simplico Git Service

Keine Beschreibung

Tum 84fcb913c1 abc vor 3 Jahren
..
frame0.jpg 84fcb913c1 abc vor 3 Jahren
frame1.jpg 84fcb913c1 abc vor 3 Jahren
frame10.jpg 84fcb913c1 abc vor 3 Jahren
frame100.jpg 84fcb913c1 abc vor 3 Jahren
frame101.jpg 84fcb913c1 abc vor 3 Jahren
frame102.jpg 84fcb913c1 abc vor 3 Jahren
frame103.jpg 84fcb913c1 abc vor 3 Jahren
frame104.jpg 84fcb913c1 abc vor 3 Jahren
frame105.jpg 84fcb913c1 abc vor 3 Jahren
frame106.jpg 84fcb913c1 abc vor 3 Jahren
frame107.jpg 84fcb913c1 abc vor 3 Jahren
frame108.jpg 84fcb913c1 abc vor 3 Jahren
frame109.jpg 84fcb913c1 abc vor 3 Jahren
frame11.jpg 84fcb913c1 abc vor 3 Jahren
frame110.jpg 84fcb913c1 abc vor 3 Jahren
frame111.jpg 84fcb913c1 abc vor 3 Jahren
frame112.jpg 84fcb913c1 abc vor 3 Jahren
frame113.jpg 84fcb913c1 abc vor 3 Jahren
frame114.jpg 84fcb913c1 abc vor 3 Jahren
frame115.jpg 84fcb913c1 abc vor 3 Jahren
frame116.jpg 84fcb913c1 abc vor 3 Jahren
frame117.jpg 84fcb913c1 abc vor 3 Jahren
frame118.jpg 84fcb913c1 abc vor 3 Jahren
frame119.jpg 84fcb913c1 abc vor 3 Jahren
frame12.jpg 84fcb913c1 abc vor 3 Jahren
frame120.jpg 84fcb913c1 abc vor 3 Jahren
frame121.jpg 84fcb913c1 abc vor 3 Jahren
frame122.jpg 84fcb913c1 abc vor 3 Jahren
frame123.jpg 84fcb913c1 abc vor 3 Jahren
frame124.jpg 84fcb913c1 abc vor 3 Jahren
frame125.jpg 84fcb913c1 abc vor 3 Jahren
frame126.jpg 84fcb913c1 abc vor 3 Jahren
frame127.jpg 84fcb913c1 abc vor 3 Jahren
frame128.jpg 84fcb913c1 abc vor 3 Jahren
frame129.jpg 84fcb913c1 abc vor 3 Jahren
frame13.jpg 84fcb913c1 abc vor 3 Jahren
frame130.jpg 84fcb913c1 abc vor 3 Jahren
frame131.jpg 84fcb913c1 abc vor 3 Jahren
frame132.jpg 84fcb913c1 abc vor 3 Jahren
frame133.jpg 84fcb913c1 abc vor 3 Jahren
frame134.jpg 84fcb913c1 abc vor 3 Jahren
frame135.jpg 84fcb913c1 abc vor 3 Jahren
frame136.jpg 84fcb913c1 abc vor 3 Jahren
frame137.jpg 84fcb913c1 abc vor 3 Jahren
frame138.jpg 84fcb913c1 abc vor 3 Jahren
frame139.jpg 84fcb913c1 abc vor 3 Jahren
frame14.jpg 84fcb913c1 abc vor 3 Jahren
frame140.jpg 84fcb913c1 abc vor 3 Jahren
frame141.jpg 84fcb913c1 abc vor 3 Jahren
frame142.jpg 84fcb913c1 abc vor 3 Jahren
frame143.jpg 84fcb913c1 abc vor 3 Jahren
frame144.jpg 84fcb913c1 abc vor 3 Jahren
frame145.jpg 84fcb913c1 abc vor 3 Jahren
frame146.jpg 84fcb913c1 abc vor 3 Jahren
frame147.jpg 84fcb913c1 abc vor 3 Jahren
frame148.jpg 84fcb913c1 abc vor 3 Jahren
frame149.jpg 84fcb913c1 abc vor 3 Jahren
frame15.jpg 84fcb913c1 abc vor 3 Jahren
frame150.jpg 84fcb913c1 abc vor 3 Jahren
frame151.jpg 84fcb913c1 abc vor 3 Jahren
frame152.jpg 84fcb913c1 abc vor 3 Jahren
frame153.jpg 84fcb913c1 abc vor 3 Jahren
frame154.jpg 84fcb913c1 abc vor 3 Jahren
frame155.jpg 84fcb913c1 abc vor 3 Jahren
frame156.jpg 84fcb913c1 abc vor 3 Jahren
frame157.jpg 84fcb913c1 abc vor 3 Jahren
frame158.jpg 84fcb913c1 abc vor 3 Jahren
frame159.jpg 84fcb913c1 abc vor 3 Jahren
frame16.jpg 84fcb913c1 abc vor 3 Jahren
frame160.jpg 84fcb913c1 abc vor 3 Jahren
frame161.jpg 84fcb913c1 abc vor 3 Jahren
frame162.jpg 84fcb913c1 abc vor 3 Jahren
frame163.jpg 84fcb913c1 abc vor 3 Jahren
frame164.jpg 84fcb913c1 abc vor 3 Jahren
frame165.jpg 84fcb913c1 abc vor 3 Jahren
frame166.jpg 84fcb913c1 abc vor 3 Jahren
frame167.jpg 84fcb913c1 abc vor 3 Jahren
frame168.jpg 84fcb913c1 abc vor 3 Jahren
frame169.jpg 84fcb913c1 abc vor 3 Jahren
frame17.jpg 84fcb913c1 abc vor 3 Jahren
frame170.jpg 84fcb913c1 abc vor 3 Jahren
frame171.jpg 84fcb913c1 abc vor 3 Jahren
frame172.jpg 84fcb913c1 abc vor 3 Jahren
frame173.jpg 84fcb913c1 abc vor 3 Jahren
frame174.jpg 84fcb913c1 abc vor 3 Jahren
frame175.jpg 84fcb913c1 abc vor 3 Jahren
frame176.jpg 84fcb913c1 abc vor 3 Jahren
frame177.jpg 84fcb913c1 abc vor 3 Jahren
frame178.jpg 84fcb913c1 abc vor 3 Jahren
frame179.jpg 84fcb913c1 abc vor 3 Jahren
frame18.jpg 84fcb913c1 abc vor 3 Jahren
frame180.jpg 84fcb913c1 abc vor 3 Jahren
frame181.jpg 84fcb913c1 abc vor 3 Jahren
frame182.jpg 84fcb913c1 abc vor 3 Jahren
frame183.jpg 84fcb913c1 abc vor 3 Jahren
frame184.jpg 84fcb913c1 abc vor 3 Jahren
frame185.jpg 84fcb913c1 abc vor 3 Jahren
frame186.jpg 84fcb913c1 abc vor 3 Jahren
frame187.jpg 84fcb913c1 abc vor 3 Jahren
frame188.jpg 84fcb913c1 abc vor 3 Jahren
frame189.jpg 84fcb913c1 abc vor 3 Jahren
frame19.jpg 84fcb913c1 abc vor 3 Jahren
frame190.jpg 84fcb913c1 abc vor 3 Jahren
frame191.jpg 84fcb913c1 abc vor 3 Jahren
frame192.jpg 84fcb913c1 abc vor 3 Jahren
frame193.jpg 84fcb913c1 abc vor 3 Jahren
frame194.jpg 84fcb913c1 abc vor 3 Jahren
frame195.jpg 84fcb913c1 abc vor 3 Jahren
frame196.jpg 84fcb913c1 abc vor 3 Jahren
frame197.jpg 84fcb913c1 abc vor 3 Jahren
frame198.jpg 84fcb913c1 abc vor 3 Jahren
frame199.jpg 84fcb913c1 abc vor 3 Jahren
frame2.jpg 84fcb913c1 abc vor 3 Jahren
frame20.jpg 84fcb913c1 abc vor 3 Jahren
frame200.jpg 84fcb913c1 abc vor 3 Jahren
frame201.jpg 84fcb913c1 abc vor 3 Jahren
frame202.jpg 84fcb913c1 abc vor 3 Jahren
frame203.jpg 84fcb913c1 abc vor 3 Jahren
frame204.jpg 84fcb913c1 abc vor 3 Jahren
frame205.jpg 84fcb913c1 abc vor 3 Jahren
frame206.jpg 84fcb913c1 abc vor 3 Jahren
frame207.jpg 84fcb913c1 abc vor 3 Jahren
frame208.jpg 84fcb913c1 abc vor 3 Jahren
frame209.jpg 84fcb913c1 abc vor 3 Jahren
frame21.jpg 84fcb913c1 abc vor 3 Jahren
frame210.jpg 84fcb913c1 abc vor 3 Jahren
frame211.jpg 84fcb913c1 abc vor 3 Jahren
frame212.jpg 84fcb913c1 abc vor 3 Jahren
frame213.jpg 84fcb913c1 abc vor 3 Jahren
frame214.jpg 84fcb913c1 abc vor 3 Jahren
frame215.jpg 84fcb913c1 abc vor 3 Jahren
frame216.jpg 84fcb913c1 abc vor 3 Jahren
frame217.jpg 84fcb913c1 abc vor 3 Jahren
frame218.jpg 84fcb913c1 abc vor 3 Jahren
frame219.jpg 84fcb913c1 abc vor 3 Jahren
frame22.jpg 84fcb913c1 abc vor 3 Jahren
frame220.jpg 84fcb913c1 abc vor 3 Jahren
frame221.jpg 84fcb913c1 abc vor 3 Jahren
frame222.jpg 84fcb913c1 abc vor 3 Jahren
frame223.jpg 84fcb913c1 abc vor 3 Jahren
frame224.jpg 84fcb913c1 abc vor 3 Jahren
frame225.jpg 84fcb913c1 abc vor 3 Jahren
frame226.jpg 84fcb913c1 abc vor 3 Jahren
frame227.jpg 84fcb913c1 abc vor 3 Jahren
frame228.jpg 84fcb913c1 abc vor 3 Jahren
frame229.jpg 84fcb913c1 abc vor 3 Jahren
frame23.jpg 84fcb913c1 abc vor 3 Jahren
frame230.jpg 84fcb913c1 abc vor 3 Jahren
frame231.jpg 84fcb913c1 abc vor 3 Jahren
frame232.jpg 84fcb913c1 abc vor 3 Jahren
frame233.jpg 84fcb913c1 abc vor 3 Jahren
frame234.jpg 84fcb913c1 abc vor 3 Jahren
frame235.jpg 84fcb913c1 abc vor 3 Jahren
frame236.jpg 84fcb913c1 abc vor 3 Jahren
frame237.jpg 84fcb913c1 abc vor 3 Jahren
frame238.jpg 84fcb913c1 abc vor 3 Jahren
frame239.jpg 84fcb913c1 abc vor 3 Jahren
frame24.jpg 84fcb913c1 abc vor 3 Jahren
frame240.jpg 84fcb913c1 abc vor 3 Jahren
frame241.jpg 84fcb913c1 abc vor 3 Jahren
frame242.jpg 84fcb913c1 abc vor 3 Jahren
frame243.jpg 84fcb913c1 abc vor 3 Jahren
frame244.jpg 84fcb913c1 abc vor 3 Jahren
frame245.jpg 84fcb913c1 abc vor 3 Jahren
frame246.jpg 84fcb913c1 abc vor 3 Jahren
frame247.jpg 84fcb913c1 abc vor 3 Jahren
frame248.jpg 84fcb913c1 abc vor 3 Jahren
frame249.jpg 84fcb913c1 abc vor 3 Jahren
frame25.jpg 84fcb913c1 abc vor 3 Jahren
frame250.jpg 84fcb913c1 abc vor 3 Jahren
frame251.jpg 84fcb913c1 abc vor 3 Jahren
frame252.jpg 84fcb913c1 abc vor 3 Jahren
frame253.jpg 84fcb913c1 abc vor 3 Jahren
frame254.jpg 84fcb913c1 abc vor 3 Jahren
frame255.jpg 84fcb913c1 abc vor 3 Jahren
frame256.jpg 84fcb913c1 abc vor 3 Jahren
frame257.jpg 84fcb913c1 abc vor 3 Jahren
frame258.jpg 84fcb913c1 abc vor 3 Jahren
frame259.jpg 84fcb913c1 abc vor 3 Jahren
frame26.jpg 84fcb913c1 abc vor 3 Jahren
frame260.jpg 84fcb913c1 abc vor 3 Jahren
frame261.jpg 84fcb913c1 abc vor 3 Jahren
frame262.jpg 84fcb913c1 abc vor 3 Jahren
frame263.jpg 84fcb913c1 abc vor 3 Jahren
frame264.jpg 84fcb913c1 abc vor 3 Jahren
frame27.jpg 84fcb913c1 abc vor 3 Jahren
frame28.jpg 84fcb913c1 abc vor 3 Jahren
frame29.jpg 84fcb913c1 abc vor 3 Jahren
frame3.jpg 84fcb913c1 abc vor 3 Jahren
frame30.jpg 84fcb913c1 abc vor 3 Jahren
frame31.jpg 84fcb913c1 abc vor 3 Jahren
frame32.jpg 84fcb913c1 abc vor 3 Jahren
frame33.jpg 84fcb913c1 abc vor 3 Jahren
frame34.jpg 84fcb913c1 abc vor 3 Jahren
frame35.jpg 84fcb913c1 abc vor 3 Jahren
frame36.jpg 84fcb913c1 abc vor 3 Jahren
frame37.jpg 84fcb913c1 abc vor 3 Jahren
frame38.jpg 84fcb913c1 abc vor 3 Jahren
frame39.jpg 84fcb913c1 abc vor 3 Jahren
frame4.jpg 84fcb913c1 abc vor 3 Jahren
frame40.jpg 84fcb913c1 abc vor 3 Jahren
frame41.jpg 84fcb913c1 abc vor 3 Jahren
frame42.jpg 84fcb913c1 abc vor 3 Jahren
frame43.jpg 84fcb913c1 abc vor 3 Jahren
frame44.jpg 84fcb913c1 abc vor 3 Jahren
frame45.jpg 84fcb913c1 abc vor 3 Jahren
frame46.jpg 84fcb913c1 abc vor 3 Jahren
frame47.jpg 84fcb913c1 abc vor 3 Jahren
frame48.jpg 84fcb913c1 abc vor 3 Jahren
frame49.jpg 84fcb913c1 abc vor 3 Jahren
frame5.jpg 84fcb913c1 abc vor 3 Jahren
frame50.jpg 84fcb913c1 abc vor 3 Jahren
frame51.jpg 84fcb913c1 abc vor 3 Jahren
frame52.jpg 84fcb913c1 abc vor 3 Jahren
frame53.jpg 84fcb913c1 abc vor 3 Jahren
frame54.jpg 84fcb913c1 abc vor 3 Jahren
frame55.jpg 84fcb913c1 abc vor 3 Jahren
frame56.jpg 84fcb913c1 abc vor 3 Jahren
frame57.jpg 84fcb913c1 abc vor 3 Jahren
frame58.jpg 84fcb913c1 abc vor 3 Jahren
frame59.jpg 84fcb913c1 abc vor 3 Jahren
frame6.jpg 84fcb913c1 abc vor 3 Jahren
frame60.jpg 84fcb913c1 abc vor 3 Jahren
frame61.jpg 84fcb913c1 abc vor 3 Jahren
frame62.jpg 84fcb913c1 abc vor 3 Jahren
frame63.jpg 84fcb913c1 abc vor 3 Jahren
frame64.jpg 84fcb913c1 abc vor 3 Jahren
frame65.jpg 84fcb913c1 abc vor 3 Jahren
frame66.jpg 84fcb913c1 abc vor 3 Jahren
frame67.jpg 84fcb913c1 abc vor 3 Jahren
frame68.jpg 84fcb913c1 abc vor 3 Jahren
frame69.jpg 84fcb913c1 abc vor 3 Jahren
frame7.jpg 84fcb913c1 abc vor 3 Jahren
frame70.jpg 84fcb913c1 abc vor 3 Jahren
frame71.jpg 84fcb913c1 abc vor 3 Jahren
frame72.jpg 84fcb913c1 abc vor 3 Jahren
frame73.jpg 84fcb913c1 abc vor 3 Jahren
frame74.jpg 84fcb913c1 abc vor 3 Jahren
frame75.jpg 84fcb913c1 abc vor 3 Jahren
frame76.jpg 84fcb913c1 abc vor 3 Jahren
frame77.jpg 84fcb913c1 abc vor 3 Jahren
frame78.jpg 84fcb913c1 abc vor 3 Jahren
frame79.jpg 84fcb913c1 abc vor 3 Jahren
frame8.jpg 84fcb913c1 abc vor 3 Jahren
frame80.jpg 84fcb913c1 abc vor 3 Jahren
frame81.jpg 84fcb913c1 abc vor 3 Jahren
frame82.jpg 84fcb913c1 abc vor 3 Jahren
frame83.jpg 84fcb913c1 abc vor 3 Jahren
frame84.jpg 84fcb913c1 abc vor 3 Jahren
frame85.jpg 84fcb913c1 abc vor 3 Jahren
frame86.jpg 84fcb913c1 abc vor 3 Jahren
frame87.jpg 84fcb913c1 abc vor 3 Jahren
frame88.jpg 84fcb913c1 abc vor 3 Jahren
frame89.jpg 84fcb913c1 abc vor 3 Jahren
frame9.jpg 84fcb913c1 abc vor 3 Jahren
frame90.jpg 84fcb913c1 abc vor 3 Jahren
frame91.jpg 84fcb913c1 abc vor 3 Jahren
frame92.jpg 84fcb913c1 abc vor 3 Jahren
frame93.jpg 84fcb913c1 abc vor 3 Jahren
frame94.jpg 84fcb913c1 abc vor 3 Jahren
frame95.jpg 84fcb913c1 abc vor 3 Jahren
frame96.jpg 84fcb913c1 abc vor 3 Jahren
frame97.jpg 84fcb913c1 abc vor 3 Jahren
frame98.jpg 84fcb913c1 abc vor 3 Jahren
frame99.jpg 84fcb913c1 abc vor 3 Jahren
tum/soc - Gogs: Simplico Git Service

1 Commits (16e6a89dbbf99c8c6463aae0719417308e8f37ed)

Autor SHA1 Mensaje Fecha
  tum 9de2549954 first commit hace 1 mes