View | Details | Raw Unified | Return to bug 131510
Collapse All | Expand All

(-)www/phpgedview/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpGedView
8
PORTNAME=	phpGedView
9
PORTVERSION=	4.1.4
9
PORTVERSION=	4.2
10
PORTREVISION=	1
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	phpgedview
12
MASTER_SITE_SUBDIR=	phpgedview
(-)www/phpgedview/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PhpGedView-basic-4.1.4.zip) = bdae5870c85ba6bf2968e49362258f72
1
MD5 (PhpGedView-basic-4.2.zip) = c7dbf0c345722b89a4b199c4d1ed4423
2
SHA256 (PhpGedView-basic-4.1.4.zip) = bac53c01aaf1132559ae43362a4a6496b77cea6ffee13c57ce91129e959d4e95
2
SHA256 (PhpGedView-basic-4.2.zip) = 24b11ceb843a34218412a37bfddf52f97b2e2288e806a7e4b9b6c6da64291db3
3
SIZE (PhpGedView-basic-4.1.4.zip) = 4753913
3
SIZE (PhpGedView-basic-4.2.zip) = 4638056
(-)www/phpgedview/files/pkg-message.in (-18 / +43 lines)
Lines 1-24 Link Here
1
=======================================
1
************************************************************************
2
2
For initial installation with Apache, you should:
3
For initial installation with Apache, you should:
3
4
4
1) Add the following to your Apache configuration, and
5
1. Add the following to your Apache configuration, and restart the
5
   restart the server:
6
   server:
6
7
7
   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
8
	Alias /phpGedView %%WWWDIR%%/
8
9
9
   Alias /phpGedView %%WWWDIR%%/
10
	### Add the AcceptPathInfo directive only for Apache 2.0.30
10
   AcceptPathInfo On
11
	### or later.
12
	AcceptPathInfo On
13
14
	<Directory %%WWWDIR%%>
15
		AllowOverride None
16
		Order Allow,Deny
17
		Allow from all
18
	</Directory>
19
20
2. Visit your phpGedView site with a browser (i.e.,
21
	http://your.server.com/phpGedView/)
22
   and you should be taken to the install script, which will lead you
23
   through setting up phpGedView, creating an admin account, etc.
24
25
************************************************************************
26
27
If you are upgrading from phpGedView 4.1.x, you will need to manually
28
take care of the following:
29
30
1. Back-up your three configuration files, copy in the new ones, and
31
   then merge your local changes into the new ones:
32
33
	cd %%WWWDIR%%
34
	for x in config.php config_download.php config_gedcom.php; do
35
		mv $x $x-4.1.x
36
		cp $x-dist $x
37
		diff $x-4.1.x $x
38
		.. edit as appropriate ..
39
	done
40
41
2. When you first access phpGedView 4.2 you may see errors about
42
   missing SQL database field "i_sex" and it will warn you that your
43
   GEDCOM is not imported, even though it was before under 4.1.x.  If
44
   this happens, you will need to re-import your GEDCOM data.  Click on
45
   "Import" then follow the dialog "erase old data and replace with new".
11
46
12
   <Directory %%WWWDIR%%>
47
   Be sure to back up your old database and GEDCOM file first.
13
      AllowOverride None
14
      Order Allow,Deny
15
      Allow from all
16
   </Directory>
17
18
2) Visit your phpGedView site with a browser (i.e.,
19
   http://your.server.com/phpGedView/)
20
   and you should be taken to the install script, 
21
   which will lead you through setting up phpGedView, 
22
   creating an admin account, etc.
23
48
24
=======================================
49
************************************************************************
(-)www/phpgedview/pkg-plist (-501 / +486 lines)
Lines 14-57 Link Here
14
%%WWWDIR%%/DB/sqlite.php
14
%%WWWDIR%%/DB/sqlite.php
15
%%WWWDIR%%/DB/storage.php
15
%%WWWDIR%%/DB/storage.php
16
%%WWWDIR%%/DB/sybase.php
16
%%WWWDIR%%/DB/sybase.php
17
%%WWWDIR%%/DB.php
18
%%WWWDIR%%/GPL.txt
19
%%WWWDIR%%/PEAR.php
20
%%WWWDIR%%/SOAP/.htaccess
21
%%WWWDIR%%/SOAP/Base.php
22
%%WWWDIR%%/SOAP/Client.php
23
%%WWWDIR%%/SOAP/Disco.php
24
%%WWWDIR%%/SOAP/Fault.php
25
%%WWWDIR%%/SOAP/HTTP/Net/Socket.php
17
%%WWWDIR%%/SOAP/HTTP/Net/Socket.php
26
%%WWWDIR%%/SOAP/HTTP/Net/URL.php
18
%%WWWDIR%%/SOAP/HTTP/Net/URL.php
27
%%WWWDIR%%/SOAP/HTTP/Request/Listener.php
19
%%WWWDIR%%/SOAP/HTTP/Request/Listener.php
28
%%WWWDIR%%/SOAP/HTTP/Request.php
20
%%WWWDIR%%/SOAP/HTTP/Request.php
29
%%WWWDIR%%/SOAP/Net/Socket.php
21
%%WWWDIR%%/SOAP/Net/Socket.php
30
%%WWWDIR%%/SOAP/Net/URL.php
22
%%WWWDIR%%/SOAP/Net/URL.php
31
%%WWWDIR%%/SOAP/Parser.php
32
%%WWWDIR%%/SOAP/Server/Email.php
23
%%WWWDIR%%/SOAP/Server/Email.php
33
%%WWWDIR%%/SOAP/Server/Email_Gateway.php
24
%%WWWDIR%%/SOAP/Server/Email_Gateway.php
34
%%WWWDIR%%/SOAP/Server/TCP.php
25
%%WWWDIR%%/SOAP/Server/TCP.php
35
%%WWWDIR%%/SOAP/Server.php
36
%%WWWDIR%%/SOAP/Transport/HTTP.php
26
%%WWWDIR%%/SOAP/Transport/HTTP.php
37
%%WWWDIR%%/SOAP/Transport/SMTP.php
27
%%WWWDIR%%/SOAP/Transport/SMTP.php
38
%%WWWDIR%%/SOAP/Transport/TCP.php
28
%%WWWDIR%%/SOAP/Transport/TCP.php
39
%%WWWDIR%%/SOAP/Transport.php
40
%%WWWDIR%%/SOAP/Type/dateTime.php
29
%%WWWDIR%%/SOAP/Type/dateTime.php
41
%%WWWDIR%%/SOAP/Type/duration.php
30
%%WWWDIR%%/SOAP/Type/duration.php
42
%%WWWDIR%%/SOAP/Type/hexBinary.php
31
%%WWWDIR%%/SOAP/Type/hexBinary.php
32
%%WWWDIR%%/SOAP/tools/genproxy.php
33
%%WWWDIR%%/SOAP/.htaccess
34
%%WWWDIR%%/SOAP/Base.php
35
%%WWWDIR%%/SOAP/Client.php
36
%%WWWDIR%%/SOAP/Disco.php
37
%%WWWDIR%%/SOAP/Fault.php
38
%%WWWDIR%%/SOAP/Parser.php
39
%%WWWDIR%%/SOAP/Server.php
40
%%WWWDIR%%/SOAP/Transport.php
43
%%WWWDIR%%/SOAP/Value.php
41
%%WWWDIR%%/SOAP/Value.php
44
%%WWWDIR%%/SOAP/WSDL.php
42
%%WWWDIR%%/SOAP/WSDL.php
45
%%WWWDIR%%/SOAP/tools/genproxy.php
46
%%WWWDIR%%/accesskeyHeaders.php
47
%%WWWDIR%%/addmedia.php
48
%%WWWDIR%%/addremotelink.php
49
%%WWWDIR%%/addsearchlink.php
50
%%WWWDIR%%/admin.php
51
%%WWWDIR%%/aliveinyear.php
52
%%WWWDIR%%/ancestry.php
53
%%WWWDIR%%/autocomplete.js
54
%%WWWDIR%%/base_stats.php
55
%%WWWDIR%%/blocks/.htaccess
43
%%WWWDIR%%/blocks/.htaccess
56
%%WWWDIR%%/blocks/block_htmlplus.php
44
%%WWWDIR%%/blocks/block_htmlplus.php
57
%%WWWDIR%%/blocks/block_htmlplus_keywords.tpl
45
%%WWWDIR%%/blocks/block_htmlplus_keywords.tpl
Lines 62-67 Link Here
62
%%WWWDIR%%/blocks/gedcom_favorites.php
50
%%WWWDIR%%/blocks/gedcom_favorites.php
63
%%WWWDIR%%/blocks/gedcom_news.php
51
%%WWWDIR%%/blocks/gedcom_news.php
64
%%WWWDIR%%/blocks/gedcom_stats.php
52
%%WWWDIR%%/blocks/gedcom_stats.php
53
%%WWWDIR%%/blocks/getting_started.php
65
%%WWWDIR%%/blocks/html_block.php
54
%%WWWDIR%%/blocks/html_block.php
66
%%WWWDIR%%/blocks/logged_in.php
55
%%WWWDIR%%/blocks/logged_in.php
67
%%WWWDIR%%/blocks/login_block.php
56
%%WWWDIR%%/blocks/login_block.php
Lines 71-76 Link Here
71
%%WWWDIR%%/blocks/rss_block.php
60
%%WWWDIR%%/blocks/rss_block.php
72
%%WWWDIR%%/blocks/theme_select.php
61
%%WWWDIR%%/blocks/theme_select.php
73
%%WWWDIR%%/blocks/todays_events.php
62
%%WWWDIR%%/blocks/todays_events.php
63
%%WWWDIR%%/blocks/todo.php
64
%%WWWDIR%%/blocks/top10_givnnames.php
74
%%WWWDIR%%/blocks/top10_pageviews.php
65
%%WWWDIR%%/blocks/top10_pageviews.php
75
%%WWWDIR%%/blocks/top10_surnames.php
66
%%WWWDIR%%/blocks/top10_surnames.php
76
%%WWWDIR%%/blocks/upcoming_events.php
67
%%WWWDIR%%/blocks/upcoming_events.php
Lines 79-155 Link Here
79
%%WWWDIR%%/blocks/user_messages.php
70
%%WWWDIR%%/blocks/user_messages.php
80
%%WWWDIR%%/blocks/user_welcome.php
71
%%WWWDIR%%/blocks/user_welcome.php
81
%%WWWDIR%%/blocks/yahrzeit.php
72
%%WWWDIR%%/blocks/yahrzeit.php
82
%%WWWDIR%%/calendar.php
83
%%WWWDIR%%/changelanguage.php
84
%%WWWDIR%%/changelog.php
85
%%WWWDIR%%/changelog.txt
86
%%WWWDIR%%/checklang.php
87
%%WWWDIR%%/client.php
88
%%WWWDIR%%/clippings.php
89
%%WWWDIR%%/compact.php
90
@unexec if cmp -s %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi
91
%%WWWDIR%%/config.php-dist
92
@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then /bin/cp -p %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; /bin/chmod a+w %D/%%WWWDIR%%/config.php; fi
93
@unexec if cmp -s %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; then rm -f %D/%%WWWDIR%%/config_download.php; fi
94
%%WWWDIR%%/config_download.php-dist
95
@exec if [ ! -f %D/%%WWWDIR%%/config_download.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; /bin/chmod a+w %D/%%WWWDIR%%/config_download.php; fi
96
@unexec if cmp -s %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; then rm -f %D/%%WWWDIR%%/config_gedcom.php; fi
97
%%WWWDIR%%/config_gedcom.php-dist
98
@exec if [ ! -f %D/%%WWWDIR%%/config_gedcom.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; /bin/chmod a+w %D/%%WWWDIR%%/config_gedcom.php; fi
99
%%WWWDIR%%/descendancy.php
100
%%WWWDIR%%/dir_editor.php
101
%%WWWDIR%%/downloadbackup.php
102
%%WWWDIR%%/downloadgedcom.php
103
%%WWWDIR%%/edit_changes.php
104
%%WWWDIR%%/edit_interface.php
105
%%WWWDIR%%/edit_merge.php
106
%%WWWDIR%%/edit_privacy.php
107
%%WWWDIR%%/edit_quickupdate.php
108
%%WWWDIR%%/editcomment.php
109
%%WWWDIR%%/editconfig.php
110
%%WWWDIR%%/editconfig_gedcom.php
111
%%WWWDIR%%/editconfig_help.php
112
%%WWWDIR%%/editgedcoms.php
113
%%WWWDIR%%/editlang.php
114
%%WWWDIR%%/editlang_edit.php
115
%%WWWDIR%%/editlang_edit_settings.php
116
%%WWWDIR%%/editnews.php
117
%%WWWDIR%%/edituser.php
118
%%WWWDIR%%/expand_view.php
119
%%WWWDIR%%/extract.php
120
%%WWWDIR%%/family.php
121
%%WWWDIR%%/familybook.php
122
%%WWWDIR%%/famlist.php
123
%%WWWDIR%%/fanchart.php
124
%%WWWDIR%%/faq.php
125
%%WWWDIR%%/find.php
126
%%WWWDIR%%/gdbi.php
127
%%WWWDIR%%/gedcheck.php
128
%%WWWDIR%%/gedrecord.php
129
%%WWWDIR%%/genservice.php
130
%%WWWDIR%%/help_text.php
131
%%WWWDIR%%/hitcount.php
132
%%WWWDIR%%/hooks/.htaccess
73
%%WWWDIR%%/hooks/.htaccess
133
%%WWWDIR%%/hourglass.php
134
%%WWWDIR%%/hourglass_ajax.php
135
%%WWWDIR%%/ical.php
136
%%WWWDIR%%/imageflush.php
137
%%WWWDIR%%/images/0.jpg
138
%%WWWDIR%%/images/1.jpg
139
%%WWWDIR%%/images/2.jpg
140
%%WWWDIR%%/images/3.jpg
141
%%WWWDIR%%/images/4.jpg
142
%%WWWDIR%%/images/5.jpg
143
%%WWWDIR%%/images/6.jpg
144
%%WWWDIR%%/images/7.jpg
145
%%WWWDIR%%/images/8.jpg
146
%%WWWDIR%%/images/9.jpg
147
%%WWWDIR%%/images/RESN_confidential.gif
148
%%WWWDIR%%/images/RESN_locked.gif
149
%%WWWDIR%%/images/RESN_none.gif
150
%%WWWDIR%%/images/RESN_privacy.gif
151
%%WWWDIR%%/images/admin.gif
152
%%WWWDIR%%/images/bubble.gif
153
%%WWWDIR%%/images/buttons/addrepository.gif
74
%%WWWDIR%%/images/buttons/addrepository.gif
154
%%WWWDIR%%/images/buttons/addsource.gif
75
%%WWWDIR%%/images/buttons/addsource.gif
155
%%WWWDIR%%/images/buttons/autocomplete.gif
76
%%WWWDIR%%/images/buttons/autocomplete.gif
Lines 164-184 Link Here
164
%%WWWDIR%%/images/buttons/source.gif
85
%%WWWDIR%%/images/buttons/source.gif
165
%%WWWDIR%%/images/buttons/target.gif
86
%%WWWDIR%%/images/buttons/target.gif
166
%%WWWDIR%%/images/buttons/view_all.gif
87
%%WWWDIR%%/images/buttons/view_all.gif
167
%%WWWDIR%%/images/calendar.gif
168
%%WWWDIR%%/images/cfamily.gif
169
%%WWWDIR%%/images/checked.gif
170
%%WWWDIR%%/images/checked_qm.gif
171
%%WWWDIR%%/images/children.gif
172
%%WWWDIR%%/images/clippings.gif
173
%%WWWDIR%%/images/darrow.gif
174
%%WWWDIR%%/images/darrow2.gif
175
%%WWWDIR%%/images/ddarrow.gif
176
%%WWWDIR%%/images/descendancy.gif
177
%%WWWDIR%%/images/dline.gif
178
%%WWWDIR%%/images/dline2.gif
179
%%WWWDIR%%/images/edit_sour.gif
180
%%WWWDIR%%/images/favicon.ico
181
%%WWWDIR%%/images/feed-icon16x16.png
182
%%WWWDIR%%/images/flags/acadia.gif
88
%%WWWDIR%%/images/flags/acadia.gif
183
%%WWWDIR%%/images/flags/afghanistan.gif
89
%%WWWDIR%%/images/flags/afghanistan.gif
184
%%WWWDIR%%/images/flags/albania.gif
90
%%WWWDIR%%/images/flags/albania.gif
Lines 225-230 Link Here
225
%%WWWDIR%%/images/flags/canada.gif
131
%%WWWDIR%%/images/flags/canada.gif
226
%%WWWDIR%%/images/flags/cape colony.gif
132
%%WWWDIR%%/images/flags/cape colony.gif
227
%%WWWDIR%%/images/flags/cape verde.gif
133
%%WWWDIR%%/images/flags/cape verde.gif
134
%%WWWDIR%%/images/flags/catalonia.gif
228
%%WWWDIR%%/images/flags/cayman islands.gif
135
%%WWWDIR%%/images/flags/cayman islands.gif
229
%%WWWDIR%%/images/flags/central african republic.gif
136
%%WWWDIR%%/images/flags/central african republic.gif
230
%%WWWDIR%%/images/flags/chad.gif
137
%%WWWDIR%%/images/flags/chad.gif
Lines 240-248 Link Here
240
%%WWWDIR%%/images/flags/cook islands.gif
147
%%WWWDIR%%/images/flags/cook islands.gif
241
%%WWWDIR%%/images/flags/costa rica.gif
148
%%WWWDIR%%/images/flags/costa rica.gif
242
%%WWWDIR%%/images/flags/croatia.gif
149
%%WWWDIR%%/images/flags/croatia.gif
150
%%WWWDIR%%/images/flags/cz.gif
243
%%WWWDIR%%/images/flags/cuba.gif
151
%%WWWDIR%%/images/flags/cuba.gif
244
%%WWWDIR%%/images/flags/cyprus.gif
152
%%WWWDIR%%/images/flags/cyprus.gif
245
%%WWWDIR%%/images/flags/cz.gif
246
%%WWWDIR%%/images/flags/czech republic.gif
153
%%WWWDIR%%/images/flags/czech republic.gif
247
%%WWWDIR%%/images/flags/czechoslovakia.gif
154
%%WWWDIR%%/images/flags/czechoslovakia.gif
248
%%WWWDIR%%/images/flags/côte d'ivoire.gif
155
%%WWWDIR%%/images/flags/côte d'ivoire.gif
Lines 308-320 Link Here
308
%%WWWDIR%%/images/flags/hungary.gif
215
%%WWWDIR%%/images/flags/hungary.gif
309
%%WWWDIR%%/images/flags/iceland.gif
216
%%WWWDIR%%/images/flags/iceland.gif
310
%%WWWDIR%%/images/flags/india.gif
217
%%WWWDIR%%/images/flags/india.gif
218
%%WWWDIR%%/images/flags/it.gif
311
%%WWWDIR%%/images/flags/indonesia.gif
219
%%WWWDIR%%/images/flags/indonesia.gif
312
%%WWWDIR%%/images/flags/iran.gif
220
%%WWWDIR%%/images/flags/iran.gif
313
%%WWWDIR%%/images/flags/iraq.gif
221
%%WWWDIR%%/images/flags/iraq.gif
314
%%WWWDIR%%/images/flags/ireland.gif
222
%%WWWDIR%%/images/flags/ireland.gif
315
%%WWWDIR%%/images/flags/isle of man.gif
223
%%WWWDIR%%/images/flags/isle of man.gif
316
%%WWWDIR%%/images/flags/israel.gif
224
%%WWWDIR%%/images/flags/israel.gif
317
%%WWWDIR%%/images/flags/it.gif
318
%%WWWDIR%%/images/flags/italy.gif
225
%%WWWDIR%%/images/flags/italy.gif
319
%%WWWDIR%%/images/flags/jamaica.gif
226
%%WWWDIR%%/images/flags/jamaica.gif
320
%%WWWDIR%%/images/flags/japan.gif
227
%%WWWDIR%%/images/flags/japan.gif
Lines 457-464 Link Here
457
%%WWWDIR%%/images/flags/united arab emirates.gif
364
%%WWWDIR%%/images/flags/united arab emirates.gif
458
%%WWWDIR%%/images/flags/united kingdom.gif
365
%%WWWDIR%%/images/flags/united kingdom.gif
459
%%WWWDIR%%/images/flags/united nations.gif
366
%%WWWDIR%%/images/flags/united nations.gif
460
%%WWWDIR%%/images/flags/upper volta.gif
461
%%WWWDIR%%/images/flags/uruguay.gif
367
%%WWWDIR%%/images/flags/uruguay.gif
368
%%WWWDIR%%/images/flags/upper volta.gif
462
%%WWWDIR%%/images/flags/us minor outlying islands.gif
369
%%WWWDIR%%/images/flags/us minor outlying islands.gif
463
%%WWWDIR%%/images/flags/usa.gif
370
%%WWWDIR%%/images/flags/usa.gif
464
%%WWWDIR%%/images/flags/ussr.gif
371
%%WWWDIR%%/images/flags/ussr.gif
Lines 478-492 Link Here
478
%%WWWDIR%%/images/flags/west indies.gif
385
%%WWWDIR%%/images/flags/west indies.gif
479
%%WWWDIR%%/images/flags/western sahara.gif
386
%%WWWDIR%%/images/flags/western sahara.gif
480
%%WWWDIR%%/images/flags/yemen.gif
387
%%WWWDIR%%/images/flags/yemen.gif
388
%%WWWDIR%%/images/flags/zh.gif
481
%%WWWDIR%%/images/flags/yugoslavia.gif
389
%%WWWDIR%%/images/flags/yugoslavia.gif
482
%%WWWDIR%%/images/flags/zaire.gif
390
%%WWWDIR%%/images/flags/zaire.gif
483
%%WWWDIR%%/images/flags/zambia.gif
391
%%WWWDIR%%/images/flags/zambia.gif
484
%%WWWDIR%%/images/flags/zh.gif
485
%%WWWDIR%%/images/flags/zimbabwe.gif
392
%%WWWDIR%%/images/flags/zimbabwe.gif
486
%%WWWDIR%%/images/flags/åland islands.gif
393
%%WWWDIR%%/images/flags/åland islands.gif
394
%%WWWDIR%%/images/media/doc.gif
395
%%WWWDIR%%/images/media/ged.gif
396
%%WWWDIR%%/images/media/html.gif
397
%%WWWDIR%%/images/media/pdf.gif
398
%%WWWDIR%%/images/media/tex.gif
399
%%WWWDIR%%/images/small/admin.gif
400
%%WWWDIR%%/images/small/ancestry.gif
401
%%WWWDIR%%/images/small/calendar.gif
402
%%WWWDIR%%/images/small/cfamily.gif
403
%%WWWDIR%%/images/small/childless.gif
404
%%WWWDIR%%/images/small/clippings.gif
405
%%WWWDIR%%/images/small/descendancy.gif
406
%%WWWDIR%%/images/small/edit_fam.gif
407
%%WWWDIR%%/images/small/edit_indi.gif
408
%%WWWDIR%%/images/small/edit_repo.gif
409
%%WWWDIR%%/images/small/edit_sour.gif
410
%%WWWDIR%%/images/small/fambook.gif
411
%%WWWDIR%%/images/small/fanchart.gif
412
%%WWWDIR%%/images/small/fe_male.gif
413
%%WWWDIR%%/images/small/female.gif
414
%%WWWDIR%%/images/small/gedcom.gif
415
%%WWWDIR%%/images/small/help.gif
416
%%WWWDIR%%/images/small/hourglass.gif
417
%%WWWDIR%%/images/small/indis.gif
418
%%WWWDIR%%/images/small/male.gif
419
%%WWWDIR%%/images/small/media.gif
420
%%WWWDIR%%/images/small/my_gedview.gif
421
%%WWWDIR%%/images/small/notes.gif
422
%%WWWDIR%%/images/small/patriarch.gif
423
%%WWWDIR%%/images/small/pedigree.gif
424
%%WWWDIR%%/images/small/place.gif
425
%%WWWDIR%%/images/small/relationship.gif
426
%%WWWDIR%%/images/small/reports.gif
427
%%WWWDIR%%/images/small/repository.gif
428
%%WWWDIR%%/images/small/search.gif
429
%%WWWDIR%%/images/small/sfamily.gif
430
%%WWWDIR%%/images/small/source.gif
431
%%WWWDIR%%/images/small/statistic.gif
432
%%WWWDIR%%/images/small/timeline.gif
433
%%WWWDIR%%/images/RESN_confidential.gif
434
%%WWWDIR%%/images/RESN_locked.gif
435
%%WWWDIR%%/images/RESN_none.gif
436
%%WWWDIR%%/images/RESN_privacy.gif
437
%%WWWDIR%%/images/admin.gif
438
%%WWWDIR%%/images/audio.png
439
%%WWWDIR%%/images/bubble.gif
440
%%WWWDIR%%/images/calendar.gif
441
%%WWWDIR%%/images/cfamily.gif
442
%%WWWDIR%%/images/checked.gif
443
%%WWWDIR%%/images/checked_qm.gif
444
%%WWWDIR%%/images/children.gif
445
%%WWWDIR%%/images/clippings.gif
446
%%WWWDIR%%/images/darrow.gif
447
%%WWWDIR%%/images/darrow2.gif
448
%%WWWDIR%%/images/ddarrow.gif
449
%%WWWDIR%%/images/descendancy.gif
450
%%WWWDIR%%/images/dline.gif
451
%%WWWDIR%%/images/xml.gif
452
%%WWWDIR%%/images/dline2.gif
453
%%WWWDIR%%/images/edit_sour.gif
454
%%WWWDIR%%/images/favicon.ico
455
%%WWWDIR%%/images/fe_male.gif
456
%%WWWDIR%%/images/feed-icon16x16.png
457
%%WWWDIR%%/images/female.gif
458
%%WWWDIR%%/images/flash.png
459
%%WWWDIR%%/images/flashrem.png
487
%%WWWDIR%%/images/forbidden.gif
460
%%WWWDIR%%/images/forbidden.gif
488
%%WWWDIR%%/images/gedcom.gif
461
%%WWWDIR%%/images/gedcom.gif
489
%%WWWDIR%%/images/gedview.gif
462
%%WWWDIR%%/images/gedview.gif
463
%%WWWDIR%%/images/globe.png
490
%%WWWDIR%%/images/hcal.png
464
%%WWWDIR%%/images/hcal.png
491
%%WWWDIR%%/images/help.gif
465
%%WWWDIR%%/images/help.gif
492
%%WWWDIR%%/images/hline.gif
466
%%WWWDIR%%/images/hline.gif
Lines 498-511 Link Here
498
%%WWWDIR%%/images/loading.gif
472
%%WWWDIR%%/images/loading.gif
499
%%WWWDIR%%/images/lsdnarrow.gif
473
%%WWWDIR%%/images/lsdnarrow.gif
500
%%WWWDIR%%/images/lsltarrow.gif
474
%%WWWDIR%%/images/lsltarrow.gif
475
%%WWWDIR%%/images/male.gif
501
%%WWWDIR%%/images/lsrtarrow.gif
476
%%WWWDIR%%/images/lsrtarrow.gif
502
%%WWWDIR%%/images/lsuparrow.gif
477
%%WWWDIR%%/images/lsuparrow.gif
503
%%WWWDIR%%/images/mapq.gif
478
%%WWWDIR%%/images/mapq.gif
504
%%WWWDIR%%/images/media/doc.gif
505
%%WWWDIR%%/images/media/ged.gif
506
%%WWWDIR%%/images/media/html.gif
507
%%WWWDIR%%/images/media/pdf.gif
508
%%WWWDIR%%/images/media/tex.gif
509
%%WWWDIR%%/images/media.gif
479
%%WWWDIR%%/images/media.gif
510
%%WWWDIR%%/images/menu_gallery.gif
480
%%WWWDIR%%/images/menu_gallery.gif
511
%%WWWDIR%%/images/menu_punbb.gif
481
%%WWWDIR%%/images/menu_punbb.gif
Lines 516-521 Link Here
516
%%WWWDIR%%/images/notes.gif
486
%%WWWDIR%%/images/notes.gif
517
%%WWWDIR%%/images/patriarch.gif
487
%%WWWDIR%%/images/patriarch.gif
518
%%WWWDIR%%/images/pedigree.gif
488
%%WWWDIR%%/images/pedigree.gif
489
%%WWWDIR%%/images/picasa.png
519
%%WWWDIR%%/images/pix1.gif
490
%%WWWDIR%%/images/pix1.gif
520
%%WWWDIR%%/images/place.gif
491
%%WWWDIR%%/images/place.gif
521
%%WWWDIR%%/images/plus.gif
492
%%WWWDIR%%/images/plus.gif
Lines 531-569 Link Here
531
%%WWWDIR%%/images/search.gif
502
%%WWWDIR%%/images/search.gif
532
%%WWWDIR%%/images/selected.png
503
%%WWWDIR%%/images/selected.png
533
%%WWWDIR%%/images/sfamily.gif
504
%%WWWDIR%%/images/sfamily.gif
534
%%WWWDIR%%/images/small/admin.gif
535
%%WWWDIR%%/images/small/ancestry.gif
536
%%WWWDIR%%/images/small/calendar.gif
537
%%WWWDIR%%/images/small/cfamily.gif
538
%%WWWDIR%%/images/small/childless.gif
539
%%WWWDIR%%/images/small/clippings.gif
540
%%WWWDIR%%/images/small/descendancy.gif
541
%%WWWDIR%%/images/small/edit_fam.gif
542
%%WWWDIR%%/images/small/edit_indi.gif
543
%%WWWDIR%%/images/small/edit_sour.gif
544
%%WWWDIR%%/images/small/fambook.gif
545
%%WWWDIR%%/images/small/fanchart.gif
546
%%WWWDIR%%/images/small/fe_male.gif
547
%%WWWDIR%%/images/small/female.gif
548
%%WWWDIR%%/images/small/gedcom.gif
549
%%WWWDIR%%/images/small/help.gif
550
%%WWWDIR%%/images/small/hourglass.gif
551
%%WWWDIR%%/images/small/indis.gif
552
%%WWWDIR%%/images/small/male.gif
553
%%WWWDIR%%/images/small/media.gif
554
%%WWWDIR%%/images/small/my_gedview.gif
555
%%WWWDIR%%/images/small/notes.gif
556
%%WWWDIR%%/images/small/patriarch.gif
557
%%WWWDIR%%/images/small/pedigree.gif
558
%%WWWDIR%%/images/small/place.gif
559
%%WWWDIR%%/images/small/relationship.gif
560
%%WWWDIR%%/images/small/reports.gif
561
%%WWWDIR%%/images/small/repository.gif
562
%%WWWDIR%%/images/small/search.gif
563
%%WWWDIR%%/images/small/sfamily.gif
564
%%WWWDIR%%/images/small/source.gif
565
%%WWWDIR%%/images/small/statistic.gif
566
%%WWWDIR%%/images/small/timeline.gif
567
%%WWWDIR%%/images/source.gif
505
%%WWWDIR%%/images/source.gif
568
%%WWWDIR%%/images/spacer.gif
506
%%WWWDIR%%/images/spacer.gif
569
%%WWWDIR%%/images/statistic.gif
507
%%WWWDIR%%/images/statistic.gif
Lines 579-596 Link Here
579
%%WWWDIR%%/images/udarrow.gif
517
%%WWWDIR%%/images/udarrow.gif
580
%%WWWDIR%%/images/vline.gif
518
%%WWWDIR%%/images/vline.gif
581
%%WWWDIR%%/images/warning.gif
519
%%WWWDIR%%/images/warning.gif
582
%%WWWDIR%%/images/xml.gif
583
%%WWWDIR%%/images/zoomin.gif
520
%%WWWDIR%%/images/zoomin.gif
584
%%WWWDIR%%/images/zoomout.gif
521
%%WWWDIR%%/images/zoomout.gif
585
%%WWWDIR%%/imageview.php
522
%%WWWDIR%%/includes/classes/class_date.php
586
%%WWWDIR%%/includes/.htaccess
523
%%WWWDIR%%/includes/classes/class_event.php
587
%%WWWDIR%%/includes/GEClippings.php
524
%%WWWDIR%%/includes/classes/class_family.php
588
%%WWWDIR%%/includes/GEDownloadGedcom.php
525
%%WWWDIR%%/includes/classes/class_feedcreator.php
589
%%WWWDIR%%/includes/GEWebService.php
526
%%WWWDIR%%/includes/classes/class_geclippings.php
590
%%WWWDIR%%/includes/GrampsExport.php
527
%%WWWDIR%%/includes/classes/class_gedcomrecord.php
591
%%WWWDIR%%/includes/authentication.php
528
%%WWWDIR%%/includes/classes/class_gedownloadgedcom.php
592
%%WWWDIR%%/includes/class_stats.php
529
%%WWWDIR%%/includes/classes/class_gewebservice.php
593
%%WWWDIR%%/includes/class_stats_compat.php
530
%%WWWDIR%%/includes/classes/class_grampsexport.php
531
%%WWWDIR%%/includes/classes/class_localclient.php
532
%%WWWDIR%%/includes/classes/class_media.php
533
%%WWWDIR%%/includes/classes/class_menu.php
534
%%WWWDIR%%/includes/classes/class_menubar.php
535
%%WWWDIR%%/includes/classes/class_mutex.php
536
%%WWWDIR%%/includes/classes/class_person.php
537
%%WWWDIR%%/includes/classes/class_phpmailer.php
538
%%WWWDIR%%/includes/classes/class_reportpdf.php
539
%%WWWDIR%%/includes/classes/class_reportbase.php
540
%%WWWDIR%%/includes/classes/class_reporthtml.php
541
%%WWWDIR%%/includes/classes/class_repository.php
542
%%WWWDIR%%/includes/classes/class_serviceclient.php
543
%%WWWDIR%%/includes/classes/class_smtp.php
544
%%WWWDIR%%/includes/classes/class_source.php
545
%%WWWDIR%%/includes/classes/class_stats.php
546
%%WWWDIR%%/includes/classes/class_stats_compat.php
547
%%WWWDIR%%/includes/classes/class_stats_ui.php
548
%%WWWDIR%%/includes/classes/class_treenav.php
549
%%WWWDIR%%/includes/controllers/advancedsearch_ctrl.php
594
%%WWWDIR%%/includes/controllers/ancestry_ctrl.php
550
%%WWWDIR%%/includes/controllers/ancestry_ctrl.php
595
%%WWWDIR%%/includes/controllers/basecontrol.php
551
%%WWWDIR%%/includes/controllers/basecontrol.php
596
%%WWWDIR%%/includes/controllers/clippings_ctrl.php
552
%%WWWDIR%%/includes/controllers/clippings_ctrl.php
Lines 601-614 Link Here
601
%%WWWDIR%%/includes/controllers/lifespan_ctrl.php
557
%%WWWDIR%%/includes/controllers/lifespan_ctrl.php
602
%%WWWDIR%%/includes/controllers/media_ctrl.php
558
%%WWWDIR%%/includes/controllers/media_ctrl.php
603
%%WWWDIR%%/includes/controllers/pedigree_ctrl.php
559
%%WWWDIR%%/includes/controllers/pedigree_ctrl.php
560
%%WWWDIR%%/includes/controllers/remotelink_ctrl.php
561
%%WWWDIR%%/includes/controllers/repository_ctrl.php
604
%%WWWDIR%%/includes/controllers/search_ctrl.php
562
%%WWWDIR%%/includes/controllers/search_ctrl.php
605
%%WWWDIR%%/includes/controllers/source_ctrl.php
563
%%WWWDIR%%/includes/controllers/source_ctrl.php
606
%%WWWDIR%%/includes/controllers/timeline_ctrl.php
564
%%WWWDIR%%/includes/controllers/timeline_ctrl.php
607
%%WWWDIR%%/includes/controllers/usermigrate_ctrl.php
565
%%WWWDIR%%/includes/controllers/usermigrate_ctrl.php
608
%%WWWDIR%%/includes/cssparser.inc.php
609
%%WWWDIR%%/includes/date_class.php
610
%%WWWDIR%%/includes/dmarray.full.utf-8.php
611
%%WWWDIR%%/includes/extras/functions.ar.php
566
%%WWWDIR%%/includes/extras/functions.ar.php
567
%%WWWDIR%%/includes/extras/functions.de.php
612
%%WWWDIR%%/includes/extras/functions.el.php
568
%%WWWDIR%%/includes/extras/functions.el.php
613
%%WWWDIR%%/includes/extras/functions.en.php
569
%%WWWDIR%%/includes/extras/functions.en.php
614
%%WWWDIR%%/includes/extras/functions.fi.php
570
%%WWWDIR%%/includes/extras/functions.fi.php
Lines 617-698 Link Here
617
%%WWWDIR%%/includes/extras/functions.tr.php
573
%%WWWDIR%%/includes/extras/functions.tr.php
618
%%WWWDIR%%/includes/extras/sample_custom_welcome_menu.php
574
%%WWWDIR%%/includes/extras/sample_custom_welcome_menu.php
619
%%WWWDIR%%/includes/extras/sample_optional_menu.php
575
%%WWWDIR%%/includes/extras/sample_optional_menu.php
620
%%WWWDIR%%/includes/family_class.php
621
%%WWWDIR%%/includes/feedcreator.class.php
622
%%WWWDIR%%/includes/fonts/.noencode
623
%%WWWDIR%%/includes/fonts/DejaVuSans.ttf
576
%%WWWDIR%%/includes/fonts/DejaVuSans.ttf
624
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/AUTHORS
577
%%WWWDIR%%/includes/fonts/LICENSE
625
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/BUGS
578
%%WWWDIR%%/includes/functions/functions.php
626
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/LICENSE
579
%%WWWDIR%%/includes/functions/functions_UTF8.php
627
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/NEWS
580
%%WWWDIR%%/includes/functions/functions_charts.php
628
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/README
581
%%WWWDIR%%/includes/functions/functions_date.php
629
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/langcover.txt
582
%%WWWDIR%%/includes/functions/functions_db.php
630
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/status.txt
583
%%WWWDIR%%/includes/functions/functions_edit.php
631
%%WWWDIR%%/includes/fonts/dejavu-ttf-2.15/unicover.txt
584
%%WWWDIR%%/includes/functions/functions_editlang.php
632
%%WWWDIR%%/includes/fonts/dejavusans.ctg.z
585
%%WWWDIR%%/includes/functions/functions_export.php
633
%%WWWDIR%%/includes/fonts/dejavusans.php
586
%%WWWDIR%%/includes/functions/functions_import.php
634
%%WWWDIR%%/includes/fonts/dejavusans.z
587
%%WWWDIR%%/includes/functions/functions_lang.php
635
%%WWWDIR%%/includes/functions.php
588
%%WWWDIR%%/includes/functions/functions_mail.php
636
%%WWWDIR%%/includes/functions_charts.php
589
%%WWWDIR%%/includes/functions/functions_media_reorder.php
637
%%WWWDIR%%/includes/functions_date.php
590
%%WWWDIR%%/includes/functions/functions_mediadb.php
638
%%WWWDIR%%/includes/functions_db.php
591
%%WWWDIR%%/includes/functions/functions_name.php
639
%%WWWDIR%%/includes/functions_edit.php
592
%%WWWDIR%%/includes/functions/functions_places.php
640
%%WWWDIR%%/includes/functions_editlang.php
593
%%WWWDIR%%/includes/functions/functions_print.php
641
%%WWWDIR%%/includes/functions_export.php
594
%%WWWDIR%%/includes/functions/functions_print_facts.php
642
%%WWWDIR%%/includes/functions_import.php
595
%%WWWDIR%%/includes/functions/functions_print_lists.php
643
%%WWWDIR%%/includes/functions_lang.php
596
%%WWWDIR%%/includes/functions/functions_privacy.php
644
%%WWWDIR%%/includes/functions_mail.php
597
%%WWWDIR%%/includes/functions/functions_rss.php
645
%%WWWDIR%%/includes/functions_mediadb.php
598
%%WWWDIR%%/includes/functions/functions_rtl.php
646
%%WWWDIR%%/includes/functions_name.php
599
%%WWWDIR%%/includes/functions/functions_tools.php
647
%%WWWDIR%%/includes/functions_places.php
600
%%WWWDIR%%/includes/.htaccess
648
%%WWWDIR%%/includes/functions_print.php
601
%%WWWDIR%%/includes/accesskeyHeaders.php
649
%%WWWDIR%%/includes/functions_print_facts.php
602
%%WWWDIR%%/includes/authentication.php
650
%%WWWDIR%%/includes/functions_print_lists.php
603
%%WWWDIR%%/includes/cssparser.inc.php
651
%%WWWDIR%%/includes/functions_privacy.php
604
%%WWWDIR%%/includes/dmsounds_UTF8.php
652
%%WWWDIR%%/includes/functions_rss.php
605
%%WWWDIR%%/includes/family_nav.php
653
%%WWWDIR%%/includes/functions_rtl.php
654
%%WWWDIR%%/includes/functions_tools.php
655
%%WWWDIR%%/includes/gedcomrecord.php
656
%%WWWDIR%%/includes/grampsxml.rng
606
%%WWWDIR%%/includes/grampsxml.rng
657
%%WWWDIR%%/includes/help_text_vars.php
607
%%WWWDIR%%/includes/help_text_vars.php
608
%%WWWDIR%%/includes/hitcount.php
658
%%WWWDIR%%/includes/index_cache.php
609
%%WWWDIR%%/includes/index_cache.php
659
%%WWWDIR%%/includes/lang_codes_std.php
610
%%WWWDIR%%/includes/lang_codes_std.php
660
%%WWWDIR%%/includes/lang_settings_std.php
611
%%WWWDIR%%/includes/lang_settings_std.php
661
%%WWWDIR%%/includes/localclient_class.php
612
%%WWWDIR%%/includes/media_reorder.php
662
%%WWWDIR%%/includes/media_class.php
613
%%WWWDIR%%/includes/media_reorder_count.php
663
%%WWWDIR%%/includes/menu.php
614
%%WWWDIR%%/includes/session.php
664
%%WWWDIR%%/includes/mutex_class.php
615
%%WWWDIR%%/includes/media_tab_head.php
665
%%WWWDIR%%/includes/pclzip.lib.php
616
%%WWWDIR%%/includes/pclzip.lib.php
666
%%WWWDIR%%/includes/person_class.php
667
%%WWWDIR%%/includes/reportbase.php
668
%%WWWDIR%%/includes/reportheader.php
617
%%WWWDIR%%/includes/reportheader.php
669
%%WWWDIR%%/includes/reporthtml.php
618
%%WWWDIR%%/includes/session_spider.php
670
%%WWWDIR%%/includes/reportpdf.php
671
%%WWWDIR%%/includes/repository_class.php
672
%%WWWDIR%%/includes/serviceclient_class.php
673
%%WWWDIR%%/includes/session.php
674
%%WWWDIR%%/includes/sort_tables_utf8.php
619
%%WWWDIR%%/includes/sort_tables_utf8.php
675
%%WWWDIR%%/includes/source_class.php
676
%%WWWDIR%%/includes/specialchars.php
620
%%WWWDIR%%/includes/specialchars.php
677
%%WWWDIR%%/includes/templecodes.php
621
%%WWWDIR%%/includes/templecodes.php
678
%%WWWDIR%%/index/.htaccess
622
%%WWWDIR%%/index/.htacces
679
%%WWWDIR%%/index/index.php
623
%%WWWDIR%%/index/index.php
680
%%WWWDIR%%/index.php
681
%%WWWDIR%%/index_edit.php
682
%%WWWDIR%%/indilist.php
683
%%WWWDIR%%/individual.php
684
%%WWWDIR%%/inverselink.php
685
%%WWWDIR%%/js/behaviour.js.htm
686
%%WWWDIR%%/js/bennolan/behaviour.js
624
%%WWWDIR%%/js/bennolan/behaviour.js
687
%%WWWDIR%%/js/bosrup/overlib.js
625
%%WWWDIR%%/js/bosrup/overlib.js
688
%%WWWDIR%%/js/bosrup/overlib_mini.js
626
%%WWWDIR%%/js/bosrup/overlib_mini.js
689
%%WWWDIR%%/js/conio/prototype.js
627
%%WWWDIR%%/js/conio/prototype.js
690
%%WWWDIR%%/js/dhtmlXTabbar.js.htm
628
%%WWWDIR%%/js/jquery/indicator.gif
629
%%WWWDIR%%/js/jquery/jquery.ajaxQueue.js
630
%%WWWDIR%%/js/jquery/jquery.autocomplete.css
631
%%WWWDIR%%/js/jquery/jquery.autocomplete.js
632
%%WWWDIR%%/js/jquery/jquery.autocomplete.min.js
633
%%WWWDIR%%/js/jquery/jquery.min.js
691
%%WWWDIR%%/js/kryogenix/locale.js
634
%%WWWDIR%%/js/kryogenix/locale.js
692
%%WWWDIR%%/js/kryogenix/sorttable.js
635
%%WWWDIR%%/js/kryogenix/sorttable.js
693
%%WWWDIR%%/js/kryogenix/sorttable_filter.js
636
%%WWWDIR%%/js/kryogenix/sorttable_filter.js
694
%%WWWDIR%%/js/overlib.js.htm
695
%%WWWDIR%%/js/prototype.js.htm
696
%%WWWDIR%%/js/scbr/dhtmlXTabbar/css/dhtmlXTabbar.css
637
%%WWWDIR%%/js/scbr/dhtmlXTabbar/css/dhtmlXTabbar.css
697
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_left.gif
638
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_left.gif
698
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_middle.gif
639
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_middle.gif
Lines 708-728 Link Here
708
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_left.gif
649
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_left.gif
709
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_middle.gif
650
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_middle.gif
710
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_right.gif
651
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_right.gif
711
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/loading.gif
712
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_left.gif
652
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_left.gif
713
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_middle.gif
653
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_middle.gif
714
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_right.gif
654
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_right.gif
715
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_left.gif
655
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_left.gif
716
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_middle.gif
656
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_middle.gif
717
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_right.gif
657
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_right.gif
718
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_b.gif
719
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_l.gif
720
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_r.gif
721
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_t.gif
722
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/th_dhtmlxtabbar.gif
723
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_left.gif
724
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_middle.gif
725
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_right.gif
726
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/_p_middle_over.gif
658
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/_p_middle_over.gif
727
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_left.gif
659
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_left.gif
728
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_middle.gif
660
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_middle.gif
Lines 731-741 Link Here
731
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle.gif
663
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle.gif
732
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle_over.gif
664
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle_over.gif
733
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_right.gif
665
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_right.gif
734
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left.gif
735
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left_skos.gif
736
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_middle.gif
737
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right.gif
738
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right_skos.gif
739
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left.gif
666
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left.gif
740
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left_skos.gif
667
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left_skos.gif
741
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_middle.gif
668
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_middle.gif
Lines 747-752 Link Here
747
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_middle_over.gif
674
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_middle_over.gif
748
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right.gif
675
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right.gif
749
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right_skos.gif
676
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right_skos.gif
677
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_left.gif
678
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_middle.gif
679
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_right.gif
680
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left.gif
681
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left_skos.gif
682
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_middle.gif
683
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right.gif
684
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right_skos.gif
685
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/loading.gif
686
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_b.gif
687
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_l.gif
688
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_r.gif
689
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_t.gif
690
%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/th_dhtmlxtabbar.gif
750
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXCommon.js
691
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXCommon.js
751
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar.js
692
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar.js
752
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar_start.js
693
%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar_start.js
Lines 759-767 Link Here
759
%%WWWDIR%%/js/scriptaculous/effects.js
700
%%WWWDIR%%/js/scriptaculous/effects.js
760
%%WWWDIR%%/js/scriptaculous/scriptaculous.js
701
%%WWWDIR%%/js/scriptaculous/scriptaculous.js
761
%%WWWDIR%%/js/scriptaculous/slider.js
702
%%WWWDIR%%/js/scriptaculous/slider.js
703
%%WWWDIR%%/js/autocomplete.js.htm
704
%%WWWDIR%%/js/behaviour.js.htm
705
%%WWWDIR%%/js/dhtmlXTabbar.js.htm
706
%%WWWDIR%%/js/overlib.js.htm
707
%%WWWDIR%%/js/prototype.js.htm
762
%%WWWDIR%%/js/scriptaculous.js.htm
708
%%WWWDIR%%/js/scriptaculous.js.htm
763
%%WWWDIR%%/js/sorttable.js.htm
709
%%WWWDIR%%/js/sorttable.js.htm
764
%%WWWDIR%%/lang_move.php
710
%%WWWDIR%%/js/translate.js
711
%%WWWDIR%%/js/treenav.js
765
%%WWWDIR%%/languages/.htaccess
712
%%WWWDIR%%/languages/.htaccess
766
%%WWWDIR%%/languages/admin.de.php
713
%%WWWDIR%%/languages/admin.de.php
767
%%WWWDIR%%/languages/admin.en.php
714
%%WWWDIR%%/languages/admin.en.php
Lines 779-784 Link Here
779
%%WWWDIR%%/languages/configure_help.sv.php
726
%%WWWDIR%%/languages/configure_help.sv.php
780
%%WWWDIR%%/languages/countries.de.php
727
%%WWWDIR%%/languages/countries.de.php
781
%%WWWDIR%%/languages/countries.en.php
728
%%WWWDIR%%/languages/countries.en.php
729
%%WWWDIR%%/languages/lang.de.php
782
%%WWWDIR%%/languages/countries.fr.php
730
%%WWWDIR%%/languages/countries.fr.php
783
%%WWWDIR%%/languages/countries.he.php
731
%%WWWDIR%%/languages/countries.he.php
784
%%WWWDIR%%/languages/countries.nl.php
732
%%WWWDIR%%/languages/countries.nl.php
Lines 801-806 Link Here
801
%%WWWDIR%%/languages/faqlist.de.php
749
%%WWWDIR%%/languages/faqlist.de.php
802
%%WWWDIR%%/languages/faqlist.en.php
750
%%WWWDIR%%/languages/faqlist.en.php
803
%%WWWDIR%%/languages/faqlist.fr.php
751
%%WWWDIR%%/languages/faqlist.fr.php
752
%%WWWDIR%%/languages/faqlist.he.php
753
%%WWWDIR%%/languages/faqlist.nl.php
754
%%WWWDIR%%/languages/faqlist.no.php
755
%%WWWDIR%%/languages/faqlist.sv.php
804
%%WWWDIR%%/languages/help_text.de.php
756
%%WWWDIR%%/languages/help_text.de.php
805
%%WWWDIR%%/languages/help_text.en.php
757
%%WWWDIR%%/languages/help_text.en.php
806
%%WWWDIR%%/languages/help_text.fr.php
758
%%WWWDIR%%/languages/help_text.fr.php
Lines 808-874 Link Here
808
%%WWWDIR%%/languages/help_text.nl.php
760
%%WWWDIR%%/languages/help_text.nl.php
809
%%WWWDIR%%/languages/help_text.no.php
761
%%WWWDIR%%/languages/help_text.no.php
810
%%WWWDIR%%/languages/help_text.sv.php
762
%%WWWDIR%%/languages/help_text.sv.php
811
%%WWWDIR%%/languages/lang.de.php
812
%%WWWDIR%%/languages/lang.en.php
763
%%WWWDIR%%/languages/lang.en.php
813
%%WWWDIR%%/languages/lang.fr.php
764
%%WWWDIR%%/languages/lang.fr.php
814
%%WWWDIR%%/languages/lang.he.php
765
%%WWWDIR%%/languages/lang.he.php
815
%%WWWDIR%%/languages/lang.nl.php
766
%%WWWDIR%%/languages/lang.nl.php
816
%%WWWDIR%%/languages/lang.no.php
767
%%WWWDIR%%/languages/lang.no.php
817
%%WWWDIR%%/languages/lang.sv.php
768
%%WWWDIR%%/languages/lang.sv.php
818
%%WWWDIR%%/lifespan.php
819
%%WWWDIR%%/login.php
820
%%WWWDIR%%/login_register.php
821
%%WWWDIR%%/manageservers.php
822
%%WWWDIR%%/media/BenjaminHarrison.gif
823
%%WWWDIR%%/media/BillClinton.gif
824
%%WWWDIR%%/media/Finlay Genealogy/index.php
825
%%WWWDIR%%/media/Frank's Navy/index.php
826
%%WWWDIR%%/media/GeorgeBush.gif
827
%%WWWDIR%%/media/GeorgeWBush.gif
828
%%WWWDIR%%/media/GeorgeWashington.gif
829
%%WWWDIR%%/media/GeraldFord.gif
830
%%WWWDIR%%/media/GroverCleveland.gif
831
%%WWWDIR%%/media/MediaInfo.txt
832
%%WWWDIR%%/media/Wiltbank Genealogy/index.php
833
%%WWWDIR%%/media/belgian.gif
834
%%WWWDIR%%/media/index.php
835
%%WWWDIR%%/media/subfolder/Sunset.jpg
836
%%WWWDIR%%/media/subfolder/index.php
837
%%WWWDIR%%/media/thumbs/BenjaminHarrison.gif
838
%%WWWDIR%%/media/thumbs/BillClinton.gif
839
%%WWWDIR%%/media/thumbs/Finlay Genealogy/index.php
840
%%WWWDIR%%/media/thumbs/Frank's Navy/index.php
841
%%WWWDIR%%/media/thumbs/GeorgeBush.gif
842
%%WWWDIR%%/media/thumbs/GeorgeWBush.gif
843
%%WWWDIR%%/media/thumbs/GeorgeWashington.gif
844
%%WWWDIR%%/media/thumbs/GeraldFord.gif
845
%%WWWDIR%%/media/thumbs/GroverCleveland.gif
846
%%WWWDIR%%/media/thumbs/ThumbsInfo.txt
769
%%WWWDIR%%/media/thumbs/ThumbsInfo.txt
847
%%WWWDIR%%/media/thumbs/Wiltbank Genealogy/index.php
848
%%WWWDIR%%/media/thumbs/belgian.gif
849
%%WWWDIR%%/media/thumbs/index.php
770
%%WWWDIR%%/media/thumbs/index.php
850
%%WWWDIR%%/media/thumbs/subfolder/Sunset.jpg
771
%%WWWDIR%%/media/MediaInfo.txt
851
%%WWWDIR%%/media/thumbs/subfolder/index.php
772
%%WWWDIR%%/media/index.php
852
%%WWWDIR%%/media/thumbs/urls/index.php
853
%%WWWDIR%%/media.php
854
%%WWWDIR%%/mediafirewall.php
855
%%WWWDIR%%/mediafix.php
856
%%WWWDIR%%/medialist.php
857
%%WWWDIR%%/mediaviewer.php
858
%%WWWDIR%%/message.php
859
%%WWWDIR%%/module.php
860
%%WWWDIR%%/modules/readme.txt
773
%%WWWDIR%%/modules/readme.txt
861
%%WWWDIR%%/patriarchlist.php
862
%%WWWDIR%%/pedigree.php
863
%%WWWDIR%%/pgvinfo.php
864
%%WWWDIR%%/pgvnuke/.htaccess
865
%%WWWDIR%%/pgvnuke/pgv_footer.php
866
%%WWWDIR%%/pgvnuke/pgvindex.php
867
%%WWWDIR%%/pgvnuke/post-config.php
868
%%WWWDIR%%/pgvnuke/postged-readme.txt
869
%%WWWDIR%%/pgvnuke/postwrap.js
870
%%WWWDIR%%/phpgedview.js
871
%%WWWDIR%%/placelist.php
872
%%WWWDIR%%/places/acdropdown.js
774
%%WWWDIR%%/places/acdropdown.js
873
%%WWWDIR%%/places/arrowdown.gif
775
%%WWWDIR%%/places/arrowdown.gif
874
%%WWWDIR%%/places/dropdown.css
776
%%WWWDIR%%/places/dropdown.css
Lines 876-889 Link Here
876
%%WWWDIR%%/places/getobject.js
778
%%WWWDIR%%/places/getobject.js
877
%%WWWDIR%%/places/modomt.js
779
%%WWWDIR%%/places/modomt.js
878
%%WWWDIR%%/places/xmlextras.js
780
%%WWWDIR%%/places/xmlextras.js
879
%%WWWDIR%%/postgedview.php
880
%%WWWDIR%%/printlog.php
881
%%WWWDIR%%/privacy.php
882
%%WWWDIR%%/readme.txt
883
%%WWWDIR%%/relationship.php
884
%%WWWDIR%%/repo.php
885
%%WWWDIR%%/repolist.php
886
%%WWWDIR%%/reportengine.php
887
%%WWWDIR%%/reports/.htaccess
781
%%WWWDIR%%/reports/.htaccess
888
%%WWWDIR%%/reports/addresslabels.xml
782
%%WWWDIR%%/reports/addresslabels.xml
889
%%WWWDIR%%/reports/addresslist.xml
783
%%WWWDIR%%/reports/addresslist.xml
Lines 900-933 Link Here
900
%%WWWDIR%%/reports/pedigree_l.xml
794
%%WWWDIR%%/reports/pedigree_l.xml
901
%%WWWDIR%%/reports/relativelist.xml
795
%%WWWDIR%%/reports/relativelist.xml
902
%%WWWDIR%%/reports/relativelist_ext.xml
796
%%WWWDIR%%/reports/relativelist_ext.xml
903
%%WWWDIR%%/rss.php
797
%%WWWDIR%%/tcpdf/config/lang/eng.php
904
%%WWWDIR%%/sanity_check.php
798
%%WWWDIR%%/tcpdf/config/tcpdf_config.php
905
%%WWWDIR%%/sanity_env_check.php
799
%%WWWDIR%%/tcpdf/fonts/dejavusans.ctg.z
906
%%WWWDIR%%/search.php
800
%%WWWDIR%%/tcpdf/fonts/dejavusans.php
907
%%WWWDIR%%/search_engine.php
801
%%WWWDIR%%/tcpdf/fonts/dejavusans.z
908
%%WWWDIR%%/searchhelp.php
802
%%WWWDIR%%/tcpdf/fonts/helvetica.php
909
%%WWWDIR%%/serviceClientTest.php
910
%%WWWDIR%%/source.php
911
%%WWWDIR%%/sourcelist.php
912
%%WWWDIR%%/statistics.php
913
%%WWWDIR%%/statisticsplot.php
914
%%WWWDIR%%/strings.js
915
%%WWWDIR%%/tcpdf/CHANGELOG.TXT
803
%%WWWDIR%%/tcpdf/CHANGELOG.TXT
916
%%WWWDIR%%/tcpdf/LICENSE.TXT
804
%%WWWDIR%%/tcpdf/LICENSE.TXT
917
%%WWWDIR%%/tcpdf/README.TXT
805
%%WWWDIR%%/tcpdf/README.TXT
918
%%WWWDIR%%/tcpdf/config/lang/eng.php
806
%%WWWDIR%%/tcpdf/barcodes.php
919
%%WWWDIR%%/tcpdf/config/tcpdf_config.php
807
%%WWWDIR%%/tcpdf/htmlcolors.php
920
%%WWWDIR%%/tcpdf/html_entity_decode_php4.php
921
%%WWWDIR%%/tcpdf/tcpdf.php
808
%%WWWDIR%%/tcpdf/tcpdf.php
922
%%WWWDIR%%/themechange.php
809
%%WWWDIR%%/tcpdf/unicode_data.php
923
%%WWWDIR%%/themes/cloudy/footer.html
924
%%WWWDIR%%/themes/cloudy/header.html
925
%%WWWDIR%%/themes/cloudy/images/ancestry.gif
926
%%WWWDIR%%/themes/cloudy/images/background.jpg
927
%%WWWDIR%%/themes/cloudy/images/barra.gif
928
%%WWWDIR%%/themes/cloudy/images/blokcontent.gif
929
%%WWWDIR%%/themes/cloudy/images/blokfooter.gif
930
%%WWWDIR%%/themes/cloudy/images/blokheader.gif
931
%%WWWDIR%%/themes/cloudy/images/buttons/addrepository.gif
810
%%WWWDIR%%/themes/cloudy/images/buttons/addrepository.gif
932
%%WWWDIR%%/themes/cloudy/images/buttons/addsource.gif
811
%%WWWDIR%%/themes/cloudy/images/buttons/addsource.gif
933
%%WWWDIR%%/themes/cloudy/images/buttons/autocomplete.gif
812
%%WWWDIR%%/themes/cloudy/images/buttons/autocomplete.gif
Lines 939-944 Link Here
939
%%WWWDIR%%/themes/cloudy/images/buttons/place.gif
818
%%WWWDIR%%/themes/cloudy/images/buttons/place.gif
940
%%WWWDIR%%/themes/cloudy/images/buttons/repository.gif
819
%%WWWDIR%%/themes/cloudy/images/buttons/repository.gif
941
%%WWWDIR%%/themes/cloudy/images/buttons/source.gif
820
%%WWWDIR%%/themes/cloudy/images/buttons/source.gif
821
%%WWWDIR%%/themes/cloudy/images/small/admin.gif
822
%%WWWDIR%%/themes/cloudy/images/small/ancestry.gif
823
%%WWWDIR%%/themes/cloudy/images/small/calendar.gif
824
%%WWWDIR%%/themes/cloudy/images/small/cfamily.gif
825
%%WWWDIR%%/themes/cloudy/images/small/clippings.gif
826
%%WWWDIR%%/themes/cloudy/images/small/descendancy.gif
827
%%WWWDIR%%/themes/cloudy/images/small/edit_fam.gif
828
%%WWWDIR%%/themes/cloudy/images/small/edit_indi.gif
829
%%WWWDIR%%/themes/cloudy/images/small/edit_repo.gif
830
%%WWWDIR%%/themes/cloudy/images/small/edit_sour.gif
831
%%WWWDIR%%/themes/cloudy/images/small/fambook.gif
832
%%WWWDIR%%/themes/cloudy/images/small/fanchart.gif
833
%%WWWDIR%%/themes/cloudy/images/small/fav.gif
834
%%WWWDIR%%/themes/cloudy/images/small/fe_male.gif
835
%%WWWDIR%%/themes/cloudy/images/small/female.gif
836
%%WWWDIR%%/themes/cloudy/images/small/gedcom.gif
837
%%WWWDIR%%/themes/cloudy/images/small/help.gif
838
%%WWWDIR%%/themes/cloudy/images/small/home.gif
839
%%WWWDIR%%/themes/cloudy/images/small/hourglass.gif
840
%%WWWDIR%%/themes/cloudy/images/small/indis.gif
841
%%WWWDIR%%/themes/cloudy/images/small/lists.gif
842
%%WWWDIR%%/themes/cloudy/images/small/male.gif
843
%%WWWDIR%%/themes/cloudy/images/small/media.gif
844
%%WWWDIR%%/themes/cloudy/images/small/menu_help.gif
845
%%WWWDIR%%/themes/cloudy/images/small/menu_media.gif
846
%%WWWDIR%%/themes/cloudy/images/small/menu_repository.gif
847
%%WWWDIR%%/themes/cloudy/images/small/menu_source.gif
848
%%WWWDIR%%/themes/cloudy/images/small/my_gedview.gif
849
%%WWWDIR%%/themes/cloudy/images/small/notes.gif
850
%%WWWDIR%%/themes/cloudy/images/small/patriarch.gif
851
%%WWWDIR%%/themes/cloudy/images/small/pedigree.gif
852
%%WWWDIR%%/themes/cloudy/images/small/place.gif
853
%%WWWDIR%%/themes/cloudy/images/small/printer.gif
854
%%WWWDIR%%/themes/cloudy/images/small/relationship.gif
855
%%WWWDIR%%/themes/cloudy/images/small/report.gif
856
%%WWWDIR%%/themes/cloudy/images/small/repository.gif
857
%%WWWDIR%%/themes/cloudy/images/small/search.gif
858
%%WWWDIR%%/themes/cloudy/images/small/sfamily.gif
859
%%WWWDIR%%/themes/cloudy/images/small/source.gif
860
%%WWWDIR%%/themes/cloudy/images/small/statistic.gif
861
%%WWWDIR%%/themes/cloudy/images/small/timeline.gif
862
%%WWWDIR%%/themes/cloudy/images/ancestry.gif
863
%%WWWDIR%%/themes/cloudy/images/background.jpg
864
%%WWWDIR%%/themes/cloudy/images/barra.gif
865
%%WWWDIR%%/themes/cloudy/images/blokcontent.gif
866
%%WWWDIR%%/themes/cloudy/images/blokfooter.gif
867
%%WWWDIR%%/themes/cloudy/images/blokheader.gif
942
%%WWWDIR%%/themes/cloudy/images/cabeza.jpg
868
%%WWWDIR%%/themes/cloudy/images/cabeza.jpg
943
%%WWWDIR%%/themes/cloudy/images/calendar.gif
869
%%WWWDIR%%/themes/cloudy/images/calendar.gif
944
%%WWWDIR%%/themes/cloudy/images/cfamily.gif
870
%%WWWDIR%%/themes/cloudy/images/cfamily.gif
Lines 951-956 Link Here
951
%%WWWDIR%%/themes/cloudy/images/dline.gif
877
%%WWWDIR%%/themes/cloudy/images/dline.gif
952
%%WWWDIR%%/themes/cloudy/images/dline2.gif
878
%%WWWDIR%%/themes/cloudy/images/dline2.gif
953
%%WWWDIR%%/themes/cloudy/images/favicon.ico
879
%%WWWDIR%%/themes/cloudy/images/favicon.ico
880
%%WWWDIR%%/themes/cloudy/images/fe_male.gif
881
%%WWWDIR%%/themes/cloudy/images/female.gif
954
%%WWWDIR%%/themes/cloudy/images/gedcom.gif
882
%%WWWDIR%%/themes/cloudy/images/gedcom.gif
955
%%WWWDIR%%/themes/cloudy/images/gedview.gif
883
%%WWWDIR%%/themes/cloudy/images/gedview.gif
956
%%WWWDIR%%/themes/cloudy/images/go.gif
884
%%WWWDIR%%/themes/cloudy/images/go.gif
Lines 980-985 Link Here
980
%%WWWDIR%%/themes/cloudy/images/lsltarrow.gif
908
%%WWWDIR%%/themes/cloudy/images/lsltarrow.gif
981
%%WWWDIR%%/themes/cloudy/images/lsrtarrow.gif
909
%%WWWDIR%%/themes/cloudy/images/lsrtarrow.gif
982
%%WWWDIR%%/themes/cloudy/images/lsuparrow.gif
910
%%WWWDIR%%/themes/cloudy/images/lsuparrow.gif
911
%%WWWDIR%%/themes/cloudy/images/male.gif
983
%%WWWDIR%%/themes/cloudy/images/media.gif
912
%%WWWDIR%%/themes/cloudy/images/media.gif
984
%%WWWDIR%%/themes/cloudy/images/menu_gallery.gif
913
%%WWWDIR%%/themes/cloudy/images/menu_gallery.gif
985
%%WWWDIR%%/themes/cloudy/images/menu_punbb.gif
914
%%WWWDIR%%/themes/cloudy/images/menu_punbb.gif
Lines 1012-1067 Link Here
1012
%%WWWDIR%%/themes/cloudy/images/right3.gif
941
%%WWWDIR%%/themes/cloudy/images/right3.gif
1013
%%WWWDIR%%/themes/cloudy/images/search.gif
942
%%WWWDIR%%/themes/cloudy/images/search.gif
1014
%%WWWDIR%%/themes/cloudy/images/sfamily.gif
943
%%WWWDIR%%/themes/cloudy/images/sfamily.gif
1015
%%WWWDIR%%/themes/cloudy/images/small/0.jpg
1016
%%WWWDIR%%/themes/cloudy/images/small/1.jpg
1017
%%WWWDIR%%/themes/cloudy/images/small/2.jpg
1018
%%WWWDIR%%/themes/cloudy/images/small/3.jpg
1019
%%WWWDIR%%/themes/cloudy/images/small/4.jpg
1020
%%WWWDIR%%/themes/cloudy/images/small/5.jpg
1021
%%WWWDIR%%/themes/cloudy/images/small/6.jpg
1022
%%WWWDIR%%/themes/cloudy/images/small/7.jpg
1023
%%WWWDIR%%/themes/cloudy/images/small/8.jpg
1024
%%WWWDIR%%/themes/cloudy/images/small/9.jpg
1025
%%WWWDIR%%/themes/cloudy/images/small/admin.gif
1026
%%WWWDIR%%/themes/cloudy/images/small/ancestry.gif
1027
%%WWWDIR%%/themes/cloudy/images/small/calendar.gif
1028
%%WWWDIR%%/themes/cloudy/images/small/cfamily.gif
1029
%%WWWDIR%%/themes/cloudy/images/small/clippings.gif
1030
%%WWWDIR%%/themes/cloudy/images/small/descendancy.gif
1031
%%WWWDIR%%/themes/cloudy/images/small/edit_fam.gif
1032
%%WWWDIR%%/themes/cloudy/images/small/edit_indi.gif
1033
%%WWWDIR%%/themes/cloudy/images/small/edit_sour.gif
1034
%%WWWDIR%%/themes/cloudy/images/small/fambook.gif
1035
%%WWWDIR%%/themes/cloudy/images/small/fanchart.gif
1036
%%WWWDIR%%/themes/cloudy/images/small/fav.gif
1037
%%WWWDIR%%/themes/cloudy/images/small/fe_male.gif
1038
%%WWWDIR%%/themes/cloudy/images/small/female.gif
1039
%%WWWDIR%%/themes/cloudy/images/small/gedcom.gif
1040
%%WWWDIR%%/themes/cloudy/images/small/help.gif
1041
%%WWWDIR%%/themes/cloudy/images/small/home.gif
1042
%%WWWDIR%%/themes/cloudy/images/small/hourglass.gif
1043
%%WWWDIR%%/themes/cloudy/images/small/indis.gif
1044
%%WWWDIR%%/themes/cloudy/images/small/lists.gif
1045
%%WWWDIR%%/themes/cloudy/images/small/male.gif
1046
%%WWWDIR%%/themes/cloudy/images/small/media.gif
1047
%%WWWDIR%%/themes/cloudy/images/small/menu_help.gif
1048
%%WWWDIR%%/themes/cloudy/images/small/menu_media.gif
1049
%%WWWDIR%%/themes/cloudy/images/small/menu_repository.gif
1050
%%WWWDIR%%/themes/cloudy/images/small/menu_source.gif
1051
%%WWWDIR%%/themes/cloudy/images/small/my_gedview.gif
1052
%%WWWDIR%%/themes/cloudy/images/small/notes.gif
1053
%%WWWDIR%%/themes/cloudy/images/small/patriarch.gif
1054
%%WWWDIR%%/themes/cloudy/images/small/pedigree.gif
1055
%%WWWDIR%%/themes/cloudy/images/small/place.gif
1056
%%WWWDIR%%/themes/cloudy/images/small/printer.gif
1057
%%WWWDIR%%/themes/cloudy/images/small/relationship.gif
1058
%%WWWDIR%%/themes/cloudy/images/small/report.gif
1059
%%WWWDIR%%/themes/cloudy/images/small/repository.gif
1060
%%WWWDIR%%/themes/cloudy/images/small/search.gif
1061
%%WWWDIR%%/themes/cloudy/images/small/sfamily.gif
1062
%%WWWDIR%%/themes/cloudy/images/small/source.gif
1063
%%WWWDIR%%/themes/cloudy/images/small/statistic.gif
1064
%%WWWDIR%%/themes/cloudy/images/small/timeline.gif
1065
%%WWWDIR%%/themes/cloudy/images/sombra.gif
944
%%WWWDIR%%/themes/cloudy/images/sombra.gif
1066
%%WWWDIR%%/themes/cloudy/images/source.gif
945
%%WWWDIR%%/themes/cloudy/images/source.gif
1067
%%WWWDIR%%/themes/cloudy/images/spacer.gif
946
%%WWWDIR%%/themes/cloudy/images/spacer.gif
Lines 1076-1120 Link Here
1076
%%WWWDIR%%/themes/cloudy/images/vline.gif
955
%%WWWDIR%%/themes/cloudy/images/vline.gif
1077
%%WWWDIR%%/themes/cloudy/images/zoomin.gif
956
%%WWWDIR%%/themes/cloudy/images/zoomin.gif
1078
%%WWWDIR%%/themes/cloudy/images/zoomout.gif
957
%%WWWDIR%%/themes/cloudy/images/zoomout.gif
958
%%WWWDIR%%/themes/cloudy/templates/block_main_temp.php
959
%%WWWDIR%%/themes/cloudy/templates/block_small_temp.php
960
%%WWWDIR%%/themes/cloudy/templates/personbox_template.php
961
%%WWWDIR%%/themes/cloudy/footer.php
962
%%WWWDIR%%/themes/cloudy/header.php
1079
%%WWWDIR%%/themes/cloudy/mozilla.css
963
%%WWWDIR%%/themes/cloudy/mozilla.css
1080
%%WWWDIR%%/themes/cloudy/msie.css
964
%%WWWDIR%%/themes/cloudy/msie.css
1081
%%WWWDIR%%/themes/cloudy/netscape.css
965
%%WWWDIR%%/themes/cloudy/netscape.css
1082
%%WWWDIR%%/themes/cloudy/opera.css
966
%%WWWDIR%%/themes/cloudy/opera.css
1083
%%WWWDIR%%/themes/cloudy/print.css
967
%%WWWDIR%%/themes/cloudy/print.css
1084
%%WWWDIR%%/themes/cloudy/print_footer.html
968
%%WWWDIR%%/themes/cloudy/print_footer.php
1085
%%WWWDIR%%/themes/cloudy/print_header.html
969
%%WWWDIR%%/themes/cloudy/print_header.php
1086
%%WWWDIR%%/themes/cloudy/style.css
970
%%WWWDIR%%/themes/cloudy/style.css
1087
%%WWWDIR%%/themes/cloudy/style_rtl.css
971
%%WWWDIR%%/themes/cloudy/style_rtl.css
1088
%%WWWDIR%%/themes/cloudy/theme.php
972
%%WWWDIR%%/themes/cloudy/theme.php
1089
%%WWWDIR%%/themes/cloudy/toplinks.html
973
%%WWWDIR%%/themes/cloudy/toplinks.php
1090
%%WWWDIR%%/themes/ocean/footer.html
974
%%WWWDIR%%/themes/ocean/templates/block_main_temp.php
1091
%%WWWDIR%%/themes/ocean/header.html
975
%%WWWDIR%%/themes/ocean/templates/block_small_temp.php
976
%%WWWDIR%%/themes/ocean/templates/personbox_template.php
977
%%WWWDIR%%/themes/ocean/footer.php
1092
%%WWWDIR%%/themes/ocean/header.jpg
978
%%WWWDIR%%/themes/ocean/header.jpg
979
%%WWWDIR%%/themes/ocean/header.php
1093
%%WWWDIR%%/themes/ocean/mozilla.css
980
%%WWWDIR%%/themes/ocean/mozilla.css
1094
%%WWWDIR%%/themes/ocean/msie.css
981
%%WWWDIR%%/themes/ocean/msie.css
1095
%%WWWDIR%%/themes/ocean/netscape.css
982
%%WWWDIR%%/themes/ocean/netscape.css
1096
%%WWWDIR%%/themes/ocean/opera.css
983
%%WWWDIR%%/themes/ocean/opera.css
1097
%%WWWDIR%%/themes/ocean/print.css
984
%%WWWDIR%%/themes/ocean/print.css
1098
%%WWWDIR%%/themes/ocean/print_footer.html
985
%%WWWDIR%%/themes/ocean/print_footer.php
1099
%%WWWDIR%%/themes/ocean/print_header.html
986
%%WWWDIR%%/themes/ocean/print_header.php
1100
%%WWWDIR%%/themes/ocean/style.css
987
%%WWWDIR%%/themes/ocean/style.css
1101
%%WWWDIR%%/themes/ocean/style_rtl.css
988
%%WWWDIR%%/themes/ocean/style_rtl.css
1102
%%WWWDIR%%/themes/ocean/theme.php
989
%%WWWDIR%%/themes/ocean/theme.php
1103
%%WWWDIR%%/themes/ocean/toplinks.html
990
%%WWWDIR%%/themes/ocean/toplinks.php
1104
%%WWWDIR%%/themes/simplygreen/footer.html
1105
%%WWWDIR%%/themes/simplygreen/header.html
1106
%%WWWDIR%%/themes/simplygreen/images/0.jpg
1107
%%WWWDIR%%/themes/simplygreen/images/1.jpg
1108
%%WWWDIR%%/themes/simplygreen/images/2.jpg
1109
%%WWWDIR%%/themes/simplygreen/images/3.jpg
1110
%%WWWDIR%%/themes/simplygreen/images/4.jpg
1111
%%WWWDIR%%/themes/simplygreen/images/5.jpg
1112
%%WWWDIR%%/themes/simplygreen/images/6.jpg
1113
%%WWWDIR%%/themes/simplygreen/images/7.jpg
1114
%%WWWDIR%%/themes/simplygreen/images/8.jpg
1115
%%WWWDIR%%/themes/simplygreen/images/9.jpg
1116
%%WWWDIR%%/themes/simplygreen/images/ancestry.gif
1117
%%WWWDIR%%/themes/simplygreen/images/bannerimage.jpg
1118
%%WWWDIR%%/themes/simplygreen/images/buttons/addrepository.gif
991
%%WWWDIR%%/themes/simplygreen/images/buttons/addrepository.gif
1119
%%WWWDIR%%/themes/simplygreen/images/buttons/addsource.gif
992
%%WWWDIR%%/themes/simplygreen/images/buttons/addsource.gif
1120
%%WWWDIR%%/themes/simplygreen/images/buttons/autocomplete.gif
993
%%WWWDIR%%/themes/simplygreen/images/buttons/autocomplete.gif
Lines 1126-1131 Link Here
1126
%%WWWDIR%%/themes/simplygreen/images/buttons/place.gif
999
%%WWWDIR%%/themes/simplygreen/images/buttons/place.gif
1127
%%WWWDIR%%/themes/simplygreen/images/buttons/repository.gif
1000
%%WWWDIR%%/themes/simplygreen/images/buttons/repository.gif
1128
%%WWWDIR%%/themes/simplygreen/images/buttons/source.gif
1001
%%WWWDIR%%/themes/simplygreen/images/buttons/source.gif
1002
%%WWWDIR%%/themes/simplygreen/images/small/admin.gif
1003
%%WWWDIR%%/themes/simplygreen/images/small/ancestry.gif
1004
%%WWWDIR%%/themes/simplygreen/images/small/calendar.gif
1005
%%WWWDIR%%/themes/simplygreen/images/small/cfamily.gif
1006
%%WWWDIR%%/themes/simplygreen/images/small/clippings.gif
1007
%%WWWDIR%%/themes/simplygreen/images/small/descendancy.gif
1008
%%WWWDIR%%/themes/simplygreen/images/small/fambook.gif
1009
%%WWWDIR%%/themes/simplygreen/images/small/fanchart.gif
1010
%%WWWDIR%%/themes/simplygreen/images/small/fe_male.gif
1011
%%WWWDIR%%/themes/simplygreen/images/small/female.gif
1012
%%WWWDIR%%/themes/simplygreen/images/small/gedcom.gif
1013
%%WWWDIR%%/themes/simplygreen/images/small/help.gif
1014
%%WWWDIR%%/themes/simplygreen/images/small/hourglass.gif
1015
%%WWWDIR%%/themes/simplygreen/images/small/indis.gif
1016
%%WWWDIR%%/themes/simplygreen/images/small/male.gif
1017
%%WWWDIR%%/themes/simplygreen/images/small/media.gif
1018
%%WWWDIR%%/themes/simplygreen/images/small/my_gedview.gif
1019
%%WWWDIR%%/themes/simplygreen/images/small/notes.gif
1020
%%WWWDIR%%/themes/simplygreen/images/small/pedigree.gif
1021
%%WWWDIR%%/themes/simplygreen/images/small/place.gif
1022
%%WWWDIR%%/themes/simplygreen/images/small/relationship.gif
1023
%%WWWDIR%%/themes/simplygreen/images/small/repository.gif
1024
%%WWWDIR%%/themes/simplygreen/images/small/search.gif
1025
%%WWWDIR%%/themes/simplygreen/images/small/sfamily.gif
1026
%%WWWDIR%%/themes/simplygreen/images/small/source.gif
1027
%%WWWDIR%%/themes/simplygreen/images/small/statistic.gif
1028
%%WWWDIR%%/themes/simplygreen/images/small/timeline.gif
1029
%%WWWDIR%%/themes/simplygreen/images/ancestry.gif
1030
%%WWWDIR%%/themes/simplygreen/images/bannerimage.jpg
1129
%%WWWDIR%%/themes/simplygreen/images/calendar.gif
1031
%%WWWDIR%%/themes/simplygreen/images/calendar.gif
1130
%%WWWDIR%%/themes/simplygreen/images/cfamily.gif
1032
%%WWWDIR%%/themes/simplygreen/images/cfamily.gif
1131
%%WWWDIR%%/themes/simplygreen/images/clippings.gif
1033
%%WWWDIR%%/themes/simplygreen/images/clippings.gif
Lines 1136-1141 Link Here
1136
%%WWWDIR%%/themes/simplygreen/images/dline.gif
1038
%%WWWDIR%%/themes/simplygreen/images/dline.gif
1137
%%WWWDIR%%/themes/simplygreen/images/dline2.gif
1039
%%WWWDIR%%/themes/simplygreen/images/dline2.gif
1138
%%WWWDIR%%/themes/simplygreen/images/favicon.ico
1040
%%WWWDIR%%/themes/simplygreen/images/favicon.ico
1041
%%WWWDIR%%/themes/simplygreen/images/fe_male.gif
1042
%%WWWDIR%%/themes/simplygreen/images/female.gif
1139
%%WWWDIR%%/themes/simplygreen/images/folder.gif
1043
%%WWWDIR%%/themes/simplygreen/images/folder.gif
1140
%%WWWDIR%%/themes/simplygreen/images/gedcom.gif
1044
%%WWWDIR%%/themes/simplygreen/images/gedcom.gif
1141
%%WWWDIR%%/themes/simplygreen/images/gedview.gif
1045
%%WWWDIR%%/themes/simplygreen/images/gedview.gif
Lines 1154-1159 Link Here
1154
%%WWWDIR%%/themes/simplygreen/images/lsltarrow.gif
1058
%%WWWDIR%%/themes/simplygreen/images/lsltarrow.gif
1155
%%WWWDIR%%/themes/simplygreen/images/lsrtarrow.gif
1059
%%WWWDIR%%/themes/simplygreen/images/lsrtarrow.gif
1156
%%WWWDIR%%/themes/simplygreen/images/lsuparrow.gif
1060
%%WWWDIR%%/themes/simplygreen/images/lsuparrow.gif
1061
%%WWWDIR%%/themes/simplygreen/images/male.gif
1157
%%WWWDIR%%/themes/simplygreen/images/media.gif
1062
%%WWWDIR%%/themes/simplygreen/images/media.gif
1158
%%WWWDIR%%/themes/simplygreen/images/minus.gif
1063
%%WWWDIR%%/themes/simplygreen/images/minus.gif
1159
%%WWWDIR%%/themes/simplygreen/images/move.gif
1064
%%WWWDIR%%/themes/simplygreen/images/move.gif
Lines 1168-1200 Link Here
1168
%%WWWDIR%%/themes/simplygreen/images/remove.gif
1073
%%WWWDIR%%/themes/simplygreen/images/remove.gif
1169
%%WWWDIR%%/themes/simplygreen/images/search.gif
1074
%%WWWDIR%%/themes/simplygreen/images/search.gif
1170
%%WWWDIR%%/themes/simplygreen/images/sfamily.gif
1075
%%WWWDIR%%/themes/simplygreen/images/sfamily.gif
1171
%%WWWDIR%%/themes/simplygreen/images/small/admin.gif
1172
%%WWWDIR%%/themes/simplygreen/images/small/ancestry.gif
1173
%%WWWDIR%%/themes/simplygreen/images/small/calendar.gif
1174
%%WWWDIR%%/themes/simplygreen/images/small/cfamily.gif
1175
%%WWWDIR%%/themes/simplygreen/images/small/clippings.gif
1176
%%WWWDIR%%/themes/simplygreen/images/small/descendancy.gif
1177
%%WWWDIR%%/themes/simplygreen/images/small/fambook.gif
1178
%%WWWDIR%%/themes/simplygreen/images/small/fanchart.gif
1179
%%WWWDIR%%/themes/simplygreen/images/small/fe_male.gif
1180
%%WWWDIR%%/themes/simplygreen/images/small/female.gif
1181
%%WWWDIR%%/themes/simplygreen/images/small/gedcom.gif
1182
%%WWWDIR%%/themes/simplygreen/images/small/help.gif
1183
%%WWWDIR%%/themes/simplygreen/images/small/hourglass.gif
1184
%%WWWDIR%%/themes/simplygreen/images/small/indis.gif
1185
%%WWWDIR%%/themes/simplygreen/images/small/male.gif
1186
%%WWWDIR%%/themes/simplygreen/images/small/media.gif
1187
%%WWWDIR%%/themes/simplygreen/images/small/my_gedview.gif
1188
%%WWWDIR%%/themes/simplygreen/images/small/notes.gif
1189
%%WWWDIR%%/themes/simplygreen/images/small/pedigree.gif
1190
%%WWWDIR%%/themes/simplygreen/images/small/place.gif
1191
%%WWWDIR%%/themes/simplygreen/images/small/relationship.gif
1192
%%WWWDIR%%/themes/simplygreen/images/small/repository.gif
1193
%%WWWDIR%%/themes/simplygreen/images/small/search.gif
1194
%%WWWDIR%%/themes/simplygreen/images/small/sfamily.gif
1195
%%WWWDIR%%/themes/simplygreen/images/small/source.gif
1196
%%WWWDIR%%/themes/simplygreen/images/small/statistic.gif
1197
%%WWWDIR%%/themes/simplygreen/images/small/timeline.gif
1198
%%WWWDIR%%/themes/simplygreen/images/source.gif
1076
%%WWWDIR%%/themes/simplygreen/images/source.gif
1199
%%WWWDIR%%/themes/simplygreen/images/spacer.gif
1077
%%WWWDIR%%/themes/simplygreen/images/spacer.gif
1200
%%WWWDIR%%/themes/simplygreen/images/statistic.gif
1078
%%WWWDIR%%/themes/simplygreen/images/statistic.gif
Lines 1208-1224 Link Here
1208
%%WWWDIR%%/themes/simplygreen/images/vline.gif
1086
%%WWWDIR%%/themes/simplygreen/images/vline.gif
1209
%%WWWDIR%%/themes/simplygreen/images/zoomin.gif
1087
%%WWWDIR%%/themes/simplygreen/images/zoomin.gif
1210
%%WWWDIR%%/themes/simplygreen/images/zoomout.gif
1088
%%WWWDIR%%/themes/simplygreen/images/zoomout.gif
1089
%%WWWDIR%%/themes/simplygreen/templates/block_main_temp.php
1090
%%WWWDIR%%/themes/simplygreen/templates/block_small_temp.php
1091
%%WWWDIR%%/themes/simplygreen/templates/personbox_template.php
1092
%%WWWDIR%%/themes/simplygreen/footer.php
1093
%%WWWDIR%%/themes/simplygreen/header.php
1211
%%WWWDIR%%/themes/simplygreen/mozilla.css
1094
%%WWWDIR%%/themes/simplygreen/mozilla.css
1212
%%WWWDIR%%/themes/simplygreen/msie.css
1095
%%WWWDIR%%/themes/simplygreen/msie.css
1213
%%WWWDIR%%/themes/simplygreen/netscape.css
1096
%%WWWDIR%%/themes/simplygreen/netscape.css
1214
%%WWWDIR%%/themes/simplygreen/opera.css
1097
%%WWWDIR%%/themes/simplygreen/opera.css
1215
%%WWWDIR%%/themes/simplygreen/print.css
1098
%%WWWDIR%%/themes/simplygreen/print.css
1216
%%WWWDIR%%/themes/simplygreen/print_footer.html
1099
%%WWWDIR%%/themes/simplygreen/print_footer.php
1217
%%WWWDIR%%/themes/simplygreen/print_header.html
1100
%%WWWDIR%%/themes/simplygreen/print_header.php
1218
%%WWWDIR%%/themes/simplygreen/style.css
1101
%%WWWDIR%%/themes/simplygreen/style.css
1219
%%WWWDIR%%/themes/simplygreen/style_rtl.css
1102
%%WWWDIR%%/themes/simplygreen/style_rtl.css
1220
%%WWWDIR%%/themes/simplygreen/theme.php
1103
%%WWWDIR%%/themes/simplygreen/theme.php
1221
%%WWWDIR%%/themes/simplygreen/toplinks.html
1104
%%WWWDIR%%/themes/simplygreen/toplinks.php
1105
%%WWWDIR%%/themes/standard/templates/block_main_temp.php
1106
%%WWWDIR%%/themes/standard/templates/block_small_temp.php
1107
%%WWWDIR%%/themes/standard/templates/personbox_template.php
1222
%%WWWDIR%%/themes/standard/footer.php
1108
%%WWWDIR%%/themes/standard/footer.php
1223
%%WWWDIR%%/themes/standard/header.jpg
1109
%%WWWDIR%%/themes/standard/header.jpg
1224
%%WWWDIR%%/themes/standard/header.php
1110
%%WWWDIR%%/themes/standard/header.php
Lines 1233-1252 Link Here
1233
%%WWWDIR%%/themes/standard/style_rtl.css
1119
%%WWWDIR%%/themes/standard/style_rtl.css
1234
%%WWWDIR%%/themes/standard/theme.php
1120
%%WWWDIR%%/themes/standard/theme.php
1235
%%WWWDIR%%/themes/standard/toplinks.php
1121
%%WWWDIR%%/themes/standard/toplinks.php
1236
%%WWWDIR%%/themes/xenea/footer.html
1237
%%WWWDIR%%/themes/xenea/header.html
1238
%%WWWDIR%%/themes/xenea/images/0.jpg
1239
%%WWWDIR%%/themes/xenea/images/1.jpg
1240
%%WWWDIR%%/themes/xenea/images/2.jpg
1241
%%WWWDIR%%/themes/xenea/images/3.jpg
1242
%%WWWDIR%%/themes/xenea/images/4.jpg
1243
%%WWWDIR%%/themes/xenea/images/5.jpg
1244
%%WWWDIR%%/themes/xenea/images/6.jpg
1245
%%WWWDIR%%/themes/xenea/images/7.jpg
1246
%%WWWDIR%%/themes/xenea/images/8.jpg
1247
%%WWWDIR%%/themes/xenea/images/9.jpg
1248
%%WWWDIR%%/themes/xenea/images/ancestry.gif
1249
%%WWWDIR%%/themes/xenea/images/barra.gif
1250
%%WWWDIR%%/themes/xenea/images/buttons/addrepository.gif
1122
%%WWWDIR%%/themes/xenea/images/buttons/addrepository.gif
1251
%%WWWDIR%%/themes/xenea/images/buttons/addsource.gif
1123
%%WWWDIR%%/themes/xenea/images/buttons/addsource.gif
1252
%%WWWDIR%%/themes/xenea/images/buttons/autocomplete.gif
1124
%%WWWDIR%%/themes/xenea/images/buttons/autocomplete.gif
Lines 1258-1274 Link Here
1258
%%WWWDIR%%/themes/xenea/images/buttons/place.gif
1130
%%WWWDIR%%/themes/xenea/images/buttons/place.gif
1259
%%WWWDIR%%/themes/xenea/images/buttons/repository.gif
1131
%%WWWDIR%%/themes/xenea/images/buttons/repository.gif
1260
%%WWWDIR%%/themes/xenea/images/buttons/source.gif
1132
%%WWWDIR%%/themes/xenea/images/buttons/source.gif
1261
%%WWWDIR%%/themes/xenea/images/cabeza.jpg
1262
%%WWWDIR%%/themes/xenea/images/cabeza_rtl.jpg
1263
%%WWWDIR%%/themes/xenea/images/calendar.gif
1264
%%WWWDIR%%/themes/xenea/images/cfamily.gif
1265
%%WWWDIR%%/themes/xenea/images/clippings.gif
1266
%%WWWDIR%%/themes/xenea/images/darrow.gif
1267
%%WWWDIR%%/themes/xenea/images/darrow2.gif
1268
%%WWWDIR%%/themes/xenea/images/ddarrow.gif
1269
%%WWWDIR%%/themes/xenea/images/descendancy.gif
1270
%%WWWDIR%%/themes/xenea/images/dline.gif
1271
%%WWWDIR%%/themes/xenea/images/dline2.gif
1272
%%WWWDIR%%/themes/xenea/images/facts/ADDR.gif
1133
%%WWWDIR%%/themes/xenea/images/facts/ADDR.gif
1273
%%WWWDIR%%/themes/xenea/images/facts/BAPM.gif
1134
%%WWWDIR%%/themes/xenea/images/facts/BAPM.gif
1274
%%WWWDIR%%/themes/xenea/images/facts/BIRT.gif
1135
%%WWWDIR%%/themes/xenea/images/facts/BIRT.gif
Lines 1288-1331 Link Here
1288
%%WWWDIR%%/themes/xenea/images/facts/RESI.gif
1149
%%WWWDIR%%/themes/xenea/images/facts/RESI.gif
1289
%%WWWDIR%%/themes/xenea/images/facts/_MDCL.gif
1150
%%WWWDIR%%/themes/xenea/images/facts/_MDCL.gif
1290
%%WWWDIR%%/themes/xenea/images/facts/_MILI.gif
1151
%%WWWDIR%%/themes/xenea/images/facts/_MILI.gif
1291
%%WWWDIR%%/themes/xenea/images/favicon.ico
1292
%%WWWDIR%%/themes/xenea/images/gedcom.gif
1293
%%WWWDIR%%/themes/xenea/images/gedview.gif
1294
%%WWWDIR%%/themes/xenea/images/help.gif
1295
%%WWWDIR%%/themes/xenea/images/hline.gif
1296
%%WWWDIR%%/themes/xenea/images/home.gif
1297
%%WWWDIR%%/themes/xenea/images/indis.gif
1298
%%WWWDIR%%/themes/xenea/images/larrow.gif
1299
%%WWWDIR%%/themes/xenea/images/larrow2.gif
1300
%%WWWDIR%%/themes/xenea/images/ldarrow.gif
1301
%%WWWDIR%%/themes/xenea/images/lsdnarrow.gif
1302
%%WWWDIR%%/themes/xenea/images/lsltarrow.gif
1303
%%WWWDIR%%/themes/xenea/images/lsrtarrow.gif
1304
%%WWWDIR%%/themes/xenea/images/lsuparrow.gif
1305
%%WWWDIR%%/themes/xenea/images/media.gif
1306
%%WWWDIR%%/themes/xenea/images/menu_gallery.gif
1307
%%WWWDIR%%/themes/xenea/images/menu_punbb.gif
1308
%%WWWDIR%%/themes/xenea/images/menu_research.gif
1309
%%WWWDIR%%/themes/xenea/images/minus.gif
1310
%%WWWDIR%%/themes/xenea/images/move.gif
1311
%%WWWDIR%%/themes/xenea/images/my_gedview.gif
1312
%%WWWDIR%%/themes/xenea/images/notes.gif
1313
%%WWWDIR%%/themes/xenea/images/pedigree.gif
1314
%%WWWDIR%%/themes/xenea/images/pixel.gif
1315
%%WWWDIR%%/themes/xenea/images/place.gif
1316
%%WWWDIR%%/themes/xenea/images/plus.gif
1317
%%WWWDIR%%/themes/xenea/images/puntos.gif
1318
%%WWWDIR%%/themes/xenea/images/puntos2.gif
1319
%%WWWDIR%%/themes/xenea/images/rarrow.gif
1320
%%WWWDIR%%/themes/xenea/images/rarrow2.gif
1321
%%WWWDIR%%/themes/xenea/images/rdarrow.gif
1322
%%WWWDIR%%/themes/xenea/images/reedme.txt
1323
%%WWWDIR%%/themes/xenea/images/relationship.gif
1324
%%WWWDIR%%/themes/xenea/images/remove.gif
1325
%%WWWDIR%%/themes/xenea/images/report.gif
1326
%%WWWDIR%%/themes/xenea/images/repository.gif
1327
%%WWWDIR%%/themes/xenea/images/search.gif
1328
%%WWWDIR%%/themes/xenea/images/sfamily.gif
1329
%%WWWDIR%%/themes/xenea/images/small/admin.gif
1152
%%WWWDIR%%/themes/xenea/images/small/admin.gif
1330
%%WWWDIR%%/themes/xenea/images/small/ancestry.gif
1153
%%WWWDIR%%/themes/xenea/images/small/ancestry.gif
1331
%%WWWDIR%%/themes/xenea/images/small/calendar.gif
1154
%%WWWDIR%%/themes/xenea/images/small/calendar.gif
Lines 1334-1339 Link Here
1334
%%WWWDIR%%/themes/xenea/images/small/descendancy.gif
1157
%%WWWDIR%%/themes/xenea/images/small/descendancy.gif
1335
%%WWWDIR%%/themes/xenea/images/small/edit_fam.gif
1158
%%WWWDIR%%/themes/xenea/images/small/edit_fam.gif
1336
%%WWWDIR%%/themes/xenea/images/small/edit_indi.gif
1159
%%WWWDIR%%/themes/xenea/images/small/edit_indi.gif
1160
%%WWWDIR%%/themes/xenea/images/small/edit_repo.gif
1337
%%WWWDIR%%/themes/xenea/images/small/edit_sour.gif
1161
%%WWWDIR%%/themes/xenea/images/small/edit_sour.gif
1338
%%WWWDIR%%/themes/xenea/images/small/fambook.gif
1162
%%WWWDIR%%/themes/xenea/images/small/fambook.gif
1339
%%WWWDIR%%/themes/xenea/images/small/fanchart.gif
1163
%%WWWDIR%%/themes/xenea/images/small/fanchart.gif
Lines 1363-1368 Link Here
1363
%%WWWDIR%%/themes/xenea/images/small/source.gif
1187
%%WWWDIR%%/themes/xenea/images/small/source.gif
1364
%%WWWDIR%%/themes/xenea/images/small/statistic.gif
1188
%%WWWDIR%%/themes/xenea/images/small/statistic.gif
1365
%%WWWDIR%%/themes/xenea/images/small/timeline.gif
1189
%%WWWDIR%%/themes/xenea/images/small/timeline.gif
1190
%%WWWDIR%%/themes/xenea/images/ancestry.gif
1191
%%WWWDIR%%/themes/xenea/images/barra.gif
1192
%%WWWDIR%%/themes/xenea/images/cabeza.jpg
1193
%%WWWDIR%%/themes/xenea/images/cabeza_rtl.jpg
1194
%%WWWDIR%%/themes/xenea/images/calendar.gif
1195
%%WWWDIR%%/themes/xenea/images/cfamily.gif
1196
%%WWWDIR%%/themes/xenea/images/clippings.gif
1197
%%WWWDIR%%/themes/xenea/images/darrow.gif
1198
%%WWWDIR%%/themes/xenea/images/darrow2.gif
1199
%%WWWDIR%%/themes/xenea/images/ddarrow.gif
1200
%%WWWDIR%%/themes/xenea/images/descendancy.gif
1201
%%WWWDIR%%/themes/xenea/images/dline.gif
1202
%%WWWDIR%%/themes/xenea/images/dline2.gif
1203
%%WWWDIR%%/themes/xenea/images/favicon.ico
1204
%%WWWDIR%%/themes/xenea/images/fe_male.gif
1205
%%WWWDIR%%/themes/xenea/images/female.gif
1206
%%WWWDIR%%/themes/xenea/images/gedcom.gif
1207
%%WWWDIR%%/themes/xenea/images/gedview.gif
1208
%%WWWDIR%%/themes/xenea/images/help.gif
1209
%%WWWDIR%%/themes/xenea/images/hline.gif
1210
%%WWWDIR%%/themes/xenea/images/home.gif
1211
%%WWWDIR%%/themes/xenea/images/indis.gif
1212
%%WWWDIR%%/themes/xenea/images/larrow.gif
1213
%%WWWDIR%%/themes/xenea/images/larrow2.gif
1214
%%WWWDIR%%/themes/xenea/images/ldarrow.gif
1215
%%WWWDIR%%/themes/xenea/images/lsdnarrow.gif
1216
%%WWWDIR%%/themes/xenea/images/lsltarrow.gif
1217
%%WWWDIR%%/themes/xenea/images/lsrtarrow.gif
1218
%%WWWDIR%%/themes/xenea/images/lsuparrow.gif
1219
%%WWWDIR%%/themes/xenea/images/male.gif
1220
%%WWWDIR%%/themes/xenea/images/media.gif
1221
%%WWWDIR%%/themes/xenea/images/menu_gallery.gif
1222
%%WWWDIR%%/themes/xenea/images/menu_punbb.gif
1223
%%WWWDIR%%/themes/xenea/images/menu_research.gif
1224
%%WWWDIR%%/themes/xenea/images/minus.gif
1225
%%WWWDIR%%/themes/xenea/images/move.gif
1226
%%WWWDIR%%/themes/xenea/images/my_gedview.gif
1227
%%WWWDIR%%/themes/xenea/images/notes.gif
1228
%%WWWDIR%%/themes/xenea/images/pedigree.gif
1229
%%WWWDIR%%/themes/xenea/images/pixel.gif
1230
%%WWWDIR%%/themes/xenea/images/place.gif
1231
%%WWWDIR%%/themes/xenea/images/plus.gif
1232
%%WWWDIR%%/themes/xenea/images/puntos.gif
1233
%%WWWDIR%%/themes/xenea/images/puntos2.gif
1234
%%WWWDIR%%/themes/xenea/images/rarrow.gif
1235
%%WWWDIR%%/themes/xenea/images/rarrow2.gif
1236
%%WWWDIR%%/themes/xenea/images/rdarrow.gif
1237
%%WWWDIR%%/themes/xenea/images/readme.txt
1238
%%WWWDIR%%/themes/xenea/images/relationship.gif
1239
%%WWWDIR%%/themes/xenea/images/remove.gif
1240
%%WWWDIR%%/themes/xenea/images/report.gif
1241
%%WWWDIR%%/themes/xenea/images/repository.gif
1242
%%WWWDIR%%/themes/xenea/images/search.gif
1243
%%WWWDIR%%/themes/xenea/images/sfamily.gif
1366
%%WWWDIR%%/themes/xenea/images/sombra.gif
1244
%%WWWDIR%%/themes/xenea/images/sombra.gif
1367
%%WWWDIR%%/themes/xenea/images/source.gif
1245
%%WWWDIR%%/themes/xenea/images/source.gif
1368
%%WWWDIR%%/themes/xenea/images/spacer.gif
1246
%%WWWDIR%%/themes/xenea/images/spacer.gif
Lines 1375-1402 Link Here
1375
%%WWWDIR%%/themes/xenea/images/vline.gif
1253
%%WWWDIR%%/themes/xenea/images/vline.gif
1376
%%WWWDIR%%/themes/xenea/images/zoomin.gif
1254
%%WWWDIR%%/themes/xenea/images/zoomin.gif
1377
%%WWWDIR%%/themes/xenea/images/zoomout.gif
1255
%%WWWDIR%%/themes/xenea/images/zoomout.gif
1256
%%WWWDIR%%/themes/xenea/templates/block_main_temp.php
1257
%%WWWDIR%%/themes/xenea/templates/block_small_temp.php
1258
%%WWWDIR%%/themes/xenea/templates/personbox_template.php
1259
%%WWWDIR%%/themes/xenea/footer.php
1260
%%WWWDIR%%/themes/xenea/header.php
1378
%%WWWDIR%%/themes/xenea/mozilla.css
1261
%%WWWDIR%%/themes/xenea/mozilla.css
1379
%%WWWDIR%%/themes/xenea/msie.css
1262
%%WWWDIR%%/themes/xenea/msie.css
1380
%%WWWDIR%%/themes/xenea/netscape.css
1263
%%WWWDIR%%/themes/xenea/netscape.css
1381
%%WWWDIR%%/themes/xenea/opera.css
1264
%%WWWDIR%%/themes/xenea/opera.css
1382
%%WWWDIR%%/themes/xenea/print.css
1265
%%WWWDIR%%/themes/xenea/print.css
1383
%%WWWDIR%%/themes/xenea/print_footer.html
1266
%%WWWDIR%%/themes/xenea/print_footer.php
1384
%%WWWDIR%%/themes/xenea/print_header.html
1267
%%WWWDIR%%/themes/xenea/print_header.php
1385
%%WWWDIR%%/themes/xenea/style.css
1268
%%WWWDIR%%/themes/xenea/style.css
1386
%%WWWDIR%%/themes/xenea/style_rtl.css
1269
%%WWWDIR%%/themes/xenea/style_rtl.css
1387
%%WWWDIR%%/themes/xenea/theme.php
1270
%%WWWDIR%%/themes/xenea/theme.php
1388
%%WWWDIR%%/themes/xenea/toplinks.html
1271
%%WWWDIR%%/themes/xenea/toplinks.php
1272
%%WWWDIR%%/webservice/.htaccess
1273
%%WWWDIR%%/webservice/PGVServiceLogic.class.php
1274
%%WWWDIR%%/webservice/genealogyService.php
1275
%%WWWDIR%%/DB.php
1276
%%WWWDIR%%/GPL.txt
1277
%%WWWDIR%%/PEAR.php
1278
%%WWWDIR%%/addmedia.php
1279
%%WWWDIR%%/addremotelink.php
1280
%%WWWDIR%%/addsearchlink.php
1281
%%WWWDIR%%/admin.php
1282
%%WWWDIR%%/ajax_block.php
1283
%%WWWDIR%%/ancestry.php
1284
%%WWWDIR%%/autocomplete.php
1285
%%WWWDIR%%/calendar.php
1286
%%WWWDIR%%/changelanguage.php
1287
%%WWWDIR%%/changelog.php
1288
%%WWWDIR%%/changelog.txt
1289
%%WWWDIR%%/checklang.php
1290
%%WWWDIR%%/client.php
1291
%%WWWDIR%%/clippings.php
1292
%%WWWDIR%%/compact.php
1293
@unexec if cmp -s %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi
1294
%%WWWDIR%%/config.php-dist
1295
@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then /bin/cp -p %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; /bin/chmod a+w %D/%%WWWDIR%%/config.php; fi
1296
@unexec if cmp -s %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; then rm -f %D/%%WWWDIR%%/config_download.php; fi
1297
%%WWWDIR%%/config_download.php-dist
1298
@exec if [ ! -f %D/%%WWWDIR%%/config_download.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; /bin/chmod a+w %D/%%WWWDIR%%/config_download.php; fi
1299
@unexec if cmp -s %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; then rm -f %D/%%WWWDIR%%/config_gedcom.php; fi
1300
%%WWWDIR%%/config_gedcom.php-dist
1301
@exec if [ ! -f %D/%%WWWDIR%%/config_gedcom.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; /bin/chmod a+w %D/%%WWWDIR%%/config_gedcom.php; fi
1302
%%WWWDIR%%/descendancy.php
1303
%%WWWDIR%%/dir_editor.php
1304
%%WWWDIR%%/downloadbackup.php
1305
%%WWWDIR%%/downloadgedcom.php
1306
%%WWWDIR%%/drupal.php
1307
%%WWWDIR%%/edit_changes.php
1308
%%WWWDIR%%/edit_interface.php
1309
%%WWWDIR%%/edit_merge.php
1310
%%WWWDIR%%/edit_privacy.php
1311
%%WWWDIR%%/faq.php
1312
%%WWWDIR%%/edit_quickupdate.php
1313
%%WWWDIR%%/editcomment.php
1314
%%WWWDIR%%/editconfig_gedcom.php
1315
%%WWWDIR%%/editconfig_help.php
1316
%%WWWDIR%%/editgedcoms.php
1317
%%WWWDIR%%/editlang.php
1318
%%WWWDIR%%/editlang_edit.php
1319
%%WWWDIR%%/editlang_edit_settings.php
1320
%%WWWDIR%%/editnews.php
1321
%%WWWDIR%%/edituser.php
1322
%%WWWDIR%%/expand_view.php
1323
%%WWWDIR%%/export_gedcom.php
1324
%%WWWDIR%%/family.php
1325
%%WWWDIR%%/familybook.php
1326
%%WWWDIR%%/famlist.php
1327
%%WWWDIR%%/fanchart.php
1328
%%WWWDIR%%/find.php
1329
%%WWWDIR%%/gdbi.php
1330
%%WWWDIR%%/gedcheck.php
1331
%%WWWDIR%%/gedrecord.php
1332
%%WWWDIR%%/genservice.php
1333
%%WWWDIR%%/rss.php
1334
%%WWWDIR%%/help_text.php
1335
%%WWWDIR%%/hourglass.php
1336
%%WWWDIR%%/hourglass_ajax.php
1337
%%WWWDIR%%/ical.php
1338
%%WWWDIR%%/imageflush.php
1339
%%WWWDIR%%/imageview.php
1340
%%WWWDIR%%/index.php
1341
%%WWWDIR%%/index_edit.php
1342
%%WWWDIR%%/indilist.php
1343
%%WWWDIR%%/individual.php
1344
%%WWWDIR%%/install.php
1345
%%WWWDIR%%/inverselink.php
1346
%%WWWDIR%%/lifespan.php
1347
%%WWWDIR%%/login.php
1348
%%WWWDIR%%/login_register.php
1349
%%WWWDIR%%/manageservers.php
1350
%%WWWDIR%%/media.php
1351
%%WWWDIR%%/mediafirewall.php
1352
%%WWWDIR%%/medialist.php
1353
%%WWWDIR%%/mediaviewer.php
1354
%%WWWDIR%%/message.php
1355
%%WWWDIR%%/module.php
1356
%%WWWDIR%%/mosgedview.php
1357
%%WWWDIR%%/pedigree.php
1358
%%WWWDIR%%/pgvinfo.php
1359
%%WWWDIR%%/phpgedview.js
1360
%%WWWDIR%%/placelist.php
1361
%%WWWDIR%%/postgedview.php
1362
%%WWWDIR%%/printlog.php
1363
%%WWWDIR%%/privacy.php
1364
%%WWWDIR%%/readme.txt
1365
%%WWWDIR%%/relationship.php
1366
%%WWWDIR%%/repo.php
1367
%%WWWDIR%%/repolist.php
1368
%%WWWDIR%%/reportengine.php
1369
%%WWWDIR%%/search.php
1370
%%WWWDIR%%/search_advanced.php
1371
%%WWWDIR%%/search_engine.php
1372
%%WWWDIR%%/searchhelp.php
1373
%%WWWDIR%%/serviceClientTest.php
1374
%%WWWDIR%%/source.php
1375
%%WWWDIR%%/sourcelist.php
1376
%%WWWDIR%%/statistics.php
1377
%%WWWDIR%%/statisticsplot.php
1378
%%WWWDIR%%/strings.js
1379
%%WWWDIR%%/themechange.php
1389
%%WWWDIR%%/timeline.php
1380
%%WWWDIR%%/timeline.php
1390
%%WWWDIR%%/upgrade33-40.php
1381
%%WWWDIR%%/treenav.php
1391
%%WWWDIR%%/uploadgedcom.php
1382
%%WWWDIR%%/uploadgedcom.php
1392
%%WWWDIR%%/uploadmedia.php
1383
%%WWWDIR%%/uploadmedia.php
1393
%%WWWDIR%%/useradmin.php
1384
%%WWWDIR%%/useradmin.php
1394
%%WWWDIR%%/usermigrate.php
1385
%%WWWDIR%%/usermigrate.php
1395
%%WWWDIR%%/usermigrate_cli.php
1386
%%WWWDIR%%/usermigrate_cli.php
1396
%%WWWDIR%%/viewconnections.php
1397
%%WWWDIR%%/webservice/.htaccess
1398
%%WWWDIR%%/webservice/PGVServiceLogic.class.php
1399
%%WWWDIR%%/webservice/genealogyService.php
1400
@dirrm %%WWWDIR%%/DB
1387
@dirrm %%WWWDIR%%/DB
1401
@dirrm %%WWWDIR%%/SOAP/HTTP/Net
1388
@dirrm %%WWWDIR%%/SOAP/HTTP/Net
1402
@dirrm %%WWWDIR%%/SOAP/HTTP/Request
1389
@dirrm %%WWWDIR%%/SOAP/HTTP/Request
Lines 1414-1428 Link Here
1414
@dirrm %%WWWDIR%%/images/media
1401
@dirrm %%WWWDIR%%/images/media
1415
@dirrm %%WWWDIR%%/images/small
1402
@dirrm %%WWWDIR%%/images/small
1416
@dirrm %%WWWDIR%%/images
1403
@dirrm %%WWWDIR%%/images
1404
@dirrm %%WWWDIR%%/includes/classes
1417
@dirrm %%WWWDIR%%/includes/controllers
1405
@dirrm %%WWWDIR%%/includes/controllers
1418
@dirrm %%WWWDIR%%/includes/extras
1406
@dirrm %%WWWDIR%%/includes/extras
1419
@dirrm %%WWWDIR%%/includes/fonts/dejavu-ttf-2.15
1420
@dirrm %%WWWDIR%%/includes/fonts
1407
@dirrm %%WWWDIR%%/includes/fonts
1408
@dirrm %%WWWDIR%%/includes/functions
1421
@dirrm %%WWWDIR%%/includes
1409
@dirrm %%WWWDIR%%/includes
1422
@dirrmtry %%WWWDIR%%/index
1410
@dirrmtry %%WWWDIR%%/index
1423
@dirrm %%WWWDIR%%/js/bennolan
1411
@dirrm %%WWWDIR%%/js/bennolan
1424
@dirrm %%WWWDIR%%/js/bosrup
1412
@dirrm %%WWWDIR%%/js/bosrup
1425
@dirrm %%WWWDIR%%/js/conio
1413
@dirrm %%WWWDIR%%/js/conio
1414
@dirrm %%WWWDIR%%/js/jquery
1426
@dirrm %%WWWDIR%%/js/kryogenix
1415
@dirrm %%WWWDIR%%/js/kryogenix
1427
@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/css
1416
@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/css
1428
@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom
1417
@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom
Lines 1438-1475 Link Here
1438
@dirrm %%WWWDIR%%/js/scriptaculous
1427
@dirrm %%WWWDIR%%/js/scriptaculous
1439
@dirrm %%WWWDIR%%/js
1428
@dirrm %%WWWDIR%%/js
1440
@dirrm %%WWWDIR%%/languages
1429
@dirrm %%WWWDIR%%/languages
1441
@dirrm %%WWWDIR%%/media/Finlay Genealogy
1442
@dirrm %%WWWDIR%%/media/Frank's Navy
1443
@dirrm %%WWWDIR%%/media/Wiltbank Genealogy
1444
@dirrm %%WWWDIR%%/media/subfolder
1445
@dirrm %%WWWDIR%%/media/thumbs/Finlay Genealogy
1446
@dirrm %%WWWDIR%%/media/thumbs/Frank's Navy
1447
@dirrm %%WWWDIR%%/media/thumbs/Wiltbank Genealogy
1448
@dirrm %%WWWDIR%%/media/thumbs/subfolder
1449
@dirrm %%WWWDIR%%/media/thumbs/urls
1450
@dirrm %%WWWDIR%%/media/thumbs
1430
@dirrm %%WWWDIR%%/media/thumbs
1451
@dirrm %%WWWDIR%%/media
1431
@dirrm %%WWWDIR%%/media
1452
@dirrm %%WWWDIR%%/modules
1432
@dirrm %%WWWDIR%%/modules
1453
@dirrm %%WWWDIR%%/pgvnuke
1454
@dirrm %%WWWDIR%%/places
1433
@dirrm %%WWWDIR%%/places
1455
@dirrm %%WWWDIR%%/reports
1434
@dirrm %%WWWDIR%%/reports
1456
@dirrm %%WWWDIR%%/tcpdf/config/lang
1435
@dirrm %%WWWDIR%%/tcpdf/config/lang
1457
@dirrm %%WWWDIR%%/tcpdf/config
1436
@dirrm %%WWWDIR%%/tcpdf/config
1437
@dirrm %%WWWDIR%%/tcpdf/fonts
1458
@dirrm %%WWWDIR%%/tcpdf
1438
@dirrm %%WWWDIR%%/tcpdf
1459
@dirrm %%WWWDIR%%/themes/cloudy/images/buttons
1439
@dirrm %%WWWDIR%%/themes/cloudy/images/buttons
1460
@dirrm %%WWWDIR%%/themes/cloudy/images/small
1440
@dirrm %%WWWDIR%%/themes/cloudy/images/small
1461
@dirrm %%WWWDIR%%/themes/cloudy/images
1441
@dirrm %%WWWDIR%%/themes/cloudy/images
1442
@dirrm %%WWWDIR%%/themes/cloudy/templates
1462
@dirrm %%WWWDIR%%/themes/cloudy
1443
@dirrm %%WWWDIR%%/themes/cloudy
1444
@dirrm %%WWWDIR%%/themes/ocean/templates
1463
@dirrm %%WWWDIR%%/themes/ocean
1445
@dirrm %%WWWDIR%%/themes/ocean
1464
@dirrm %%WWWDIR%%/themes/simplygreen/images/buttons
1446
@dirrm %%WWWDIR%%/themes/simplygreen/images/buttons
1465
@dirrm %%WWWDIR%%/themes/simplygreen/images/small
1447
@dirrm %%WWWDIR%%/themes/simplygreen/images/small
1466
@dirrm %%WWWDIR%%/themes/simplygreen/images
1448
@dirrm %%WWWDIR%%/themes/simplygreen/images
1449
@dirrm %%WWWDIR%%/themes/simplygreen/templates
1467
@dirrm %%WWWDIR%%/themes/simplygreen
1450
@dirrm %%WWWDIR%%/themes/simplygreen
1451
@dirrm %%WWWDIR%%/themes/standard/templates
1468
@dirrm %%WWWDIR%%/themes/standard
1452
@dirrm %%WWWDIR%%/themes/standard
1469
@dirrm %%WWWDIR%%/themes/xenea/images/buttons
1453
@dirrm %%WWWDIR%%/themes/xenea/images/buttons
1470
@dirrm %%WWWDIR%%/themes/xenea/images/facts
1454
@dirrm %%WWWDIR%%/themes/xenea/images/facts
1471
@dirrm %%WWWDIR%%/themes/xenea/images/small
1455
@dirrm %%WWWDIR%%/themes/xenea/images/small
1472
@dirrm %%WWWDIR%%/themes/xenea/images
1456
@dirrm %%WWWDIR%%/themes/xenea/images
1457
@dirrm %%WWWDIR%%/themes/xenea/templates
1473
@dirrm %%WWWDIR%%/themes/xenea
1458
@dirrm %%WWWDIR%%/themes/xenea
1474
@dirrm %%WWWDIR%%/themes
1459
@dirrm %%WWWDIR%%/themes
1475
@dirrm %%WWWDIR%%/webservice
1460
@dirrm %%WWWDIR%%/webservice

Return to bug 131510