summaryrefslogtreecommitdiff
path: root/www/horde-base/pkg-plist
blob: 890b803976008ad1199a66b5c41462ce6c1e5187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
etc/horde/httpd.conf.horde
%%HORDESBIN%%/horde_set_perms.sh
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/CODING_STANDARDS
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/HACKING
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/PERFORMANCE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/RELEASE
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
%%PORTDOCS%%%%DOCSDIR%%/SECURITY
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATIONS
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
%%HORDEDIR%%/admin/cmdshell.php
%%HORDEDIR%%/admin/datatree.php
%%HORDEDIR%%/admin/groups.php
%%HORDEDIR%%/admin/index.php
%%HORDEDIR%%/admin/locale/en_US/help.xml
%%HORDEDIR%%/admin/locale/fi_FI/help.xml
%%HORDEDIR%%/admin/perms/addchild.php
%%HORDEDIR%%/admin/perms/delete.php
%%HORDEDIR%%/admin/perms/edit.php
%%HORDEDIR%%/admin/perms/index.php
%%HORDEDIR%%/admin/phpshell.php
%%HORDEDIR%%/admin/setup/config.php
%%HORDEDIR%%/admin/setup/diff.php
%%HORDEDIR%%/admin/setup/index.php
%%HORDEDIR%%/admin/setup/scripts.php
%%HORDEDIR%%/admin/sqlshell.php
%%HORDEDIR%%/admin/templates.php
%%HORDEDIR%%/admin/user.php
%%HORDEDIR%%/config/.htaccess
%%HORDEDIR%%/config/conf.php
%%HORDEDIR%%/config/conf.php.dist
%%HORDEDIR%%/config/conf.xml
%%HORDEDIR%%/config/hooks.php.dist
%%HORDEDIR%%/config/mime_drivers.php
%%HORDEDIR%%/config/mime_drivers.php.dist
%%HORDEDIR%%/config/motd.php
%%HORDEDIR%%/config/motd.php.dist
%%HORDEDIR%%/config/nls.php
%%HORDEDIR%%/config/nls.php.dist
%%HORDEDIR%%/config/prefs.php
%%HORDEDIR%%/config/prefs.php.dist
%%HORDEDIR%%/config/registry.php
%%HORDEDIR%%/config/registry.php.dist
%%HORDEDIR%%/index.php
%%HORDEDIR%%/js/alphaImageLoader.php
%%HORDEDIR%%/js/enter_key_trap.js
%%HORDEDIR%%/js/form_assign.js
%%HORDEDIR%%/js/form_helpers.js
%%HORDEDIR%%/js/hideable.js
%%HORDEDIR%%/js/httpclient.js
%%HORDEDIR%%/js/image.js
%%HORDEDIR%%/js/open_colorpicker.js
%%HORDEDIR%%/js/popup.js
%%HORDEDIR%%/js/sorter.js
%%HORDEDIR%%/js/tooltip.js
%%HORDEDIR%%/lib/.htaccess
%%HORDEDIR%%/lib/Block/color.php
%%HORDEDIR%%/lib/Block/fortune.php
%%HORDEDIR%%/lib/Block/google.php
%%HORDEDIR%%/lib/Block/iframe.php
%%HORDEDIR%%/lib/Block/metar.php
%%HORDEDIR%%/lib/Block/moon.php
%%HORDEDIR%%/lib/Block/sunrise.php
%%HORDEDIR%%/lib/Block/time.php
%%HORDEDIR%%/lib/Block/weatherdotcom.php
%%HORDEDIR%%/lib/File/PDF.php
%%HORDEDIR%%/lib/File/PDF/fonts/courier.php
%%HORDEDIR%%/lib/File/PDF/fonts/helvetica.php
%%HORDEDIR%%/lib/File/PDF/fonts/helveticab.php
%%HORDEDIR%%/lib/File/PDF/fonts/helveticabi.php
%%HORDEDIR%%/lib/File/PDF/fonts/helveticai.php
%%HORDEDIR%%/lib/File/PDF/fonts/symbol.php
%%HORDEDIR%%/lib/File/PDF/fonts/times.php
%%HORDEDIR%%/lib/File/PDF/fonts/timesb.php
%%HORDEDIR%%/lib/File/PDF/fonts/timesbi.php
%%HORDEDIR%%/lib/File/PDF/fonts/timesi.php
%%HORDEDIR%%/lib/File/PDF/fonts/zapfdingbats.php
%%HORDEDIR%%/lib/Horde.php
%%HORDEDIR%%/lib/Horde/Array.php
%%HORDEDIR%%/lib/Horde/Auth.php
%%HORDEDIR%%/lib/Horde/Auth/Signup.php
%%HORDEDIR%%/lib/Horde/Auth/application.php
%%HORDEDIR%%/lib/Horde/Auth/auto.php
%%HORDEDIR%%/lib/Horde/Auth/composite.php
%%HORDEDIR%%/lib/Horde/Auth/customsql.php
%%HORDEDIR%%/lib/Horde/Auth/cyrsql.php
%%HORDEDIR%%/lib/Horde/Auth/cyrus.php
%%HORDEDIR%%/lib/Horde/Auth/ftp.php
%%HORDEDIR%%/lib/Horde/Auth/http.php
%%HORDEDIR%%/lib/Horde/Auth/imap.php
%%HORDEDIR%%/lib/Horde/Auth/imsp.php
%%HORDEDIR%%/lib/Horde/Auth/ipbasic.php
%%HORDEDIR%%/lib/Horde/Auth/ipmap.php
%%HORDEDIR%%/lib/Horde/Auth/kolab.php
%%HORDEDIR%%/lib/Horde/Auth/krb5.php
%%HORDEDIR%%/lib/Horde/Auth/ldap.php
%%HORDEDIR%%/lib/Horde/Auth/login.php
%%HORDEDIR%%/lib/Horde/Auth/mcal.php
%%HORDEDIR%%/lib/Horde/Auth/pam.php
%%HORDEDIR%%/lib/Horde/Auth/passwd.php
%%HORDEDIR%%/lib/Horde/Auth/radius.php
%%HORDEDIR%%/lib/Horde/Auth/sasl.php
%%HORDEDIR%%/lib/Horde/Auth/smb.php
%%HORDEDIR%%/lib/Horde/Auth/sql.php
%%HORDEDIR%%/lib/Horde/Auth/yahoo.php
%%HORDEDIR%%/lib/Horde/Block.php
%%HORDEDIR%%/lib/Horde/Block/Collection.php
%%HORDEDIR%%/lib/Horde/Block/Layout.php
%%HORDEDIR%%/lib/Horde/Block/UI.php
%%HORDEDIR%%/lib/Horde/Browser.php
%%HORDEDIR%%/lib/Horde/Browser/imode.php
%%HORDEDIR%%/lib/Horde/CLI.php
%%HORDEDIR%%/lib/Horde/Cache.php
%%HORDEDIR%%/lib/Horde/Cache/file.php
%%HORDEDIR%%/lib/Horde/Cache/zps4.php
%%HORDEDIR%%/lib/Horde/Cipher.php
%%HORDEDIR%%/lib/Horde/Cipher/BlockMode.php
%%HORDEDIR%%/lib/Horde/Cipher/BlockMode/cbc.php
%%HORDEDIR%%/lib/Horde/Cipher/BlockMode/cfb64.php
%%HORDEDIR%%/lib/Horde/Cipher/BlockMode/ecb.php
%%HORDEDIR%%/lib/Horde/Cipher/BlockMode/ofb64.php
%%HORDEDIR%%/lib/Horde/Cipher/blowfish.php
%%HORDEDIR%%/lib/Horde/Cipher/cast128.php
%%HORDEDIR%%/lib/Horde/Cipher/des.php
%%HORDEDIR%%/lib/Horde/Cipher/rc2.php
%%HORDEDIR%%/lib/Horde/Cipher/rc4.php
%%HORDEDIR%%/lib/Horde/Compress.php
%%HORDEDIR%%/lib/Horde/Compress/dbx.php
%%HORDEDIR%%/lib/Horde/Compress/gzip.php
%%HORDEDIR%%/lib/Horde/Compress/tar.php
%%HORDEDIR%%/lib/Horde/Compress/tnef.php
%%HORDEDIR%%/lib/Horde/Compress/zip.php
%%HORDEDIR%%/lib/Horde/Config.php
%%HORDEDIR%%/lib/Horde/Crypt.php
%%HORDEDIR%%/lib/Horde/Crypt/pgp.php
%%HORDEDIR%%/lib/Horde/Crypt/smime.php
%%HORDEDIR%%/lib/Horde/Data.php
%%HORDEDIR%%/lib/Horde/Data/csv.php
%%HORDEDIR%%/lib/Horde/Data/icalendar.php
%%HORDEDIR%%/lib/Horde/Data/imc.php
%%HORDEDIR%%/lib/Horde/Data/outlookcsv.php
%%HORDEDIR%%/lib/Horde/Data/palm.php
%%HORDEDIR%%/lib/Horde/Data/pdb.php
%%HORDEDIR%%/lib/Horde/Data/tsv.php
%%HORDEDIR%%/lib/Horde/Data/vcard.php
%%HORDEDIR%%/lib/Horde/Data/vnote.php
%%HORDEDIR%%/lib/Horde/Data/vtodo.php
%%HORDEDIR%%/lib/Horde/DataTree.php
%%HORDEDIR%%/lib/Horde/DataTree/null.php
%%HORDEDIR%%/lib/Horde/DataTree/sql.php
%%HORDEDIR%%/lib/Horde/Date.php
%%HORDEDIR%%/lib/Horde/Editor.php
%%HORDEDIR%%/lib/Horde/Editor/htmlarea.php
%%HORDEDIR%%/lib/Horde/Form.php
%%HORDEDIR%%/lib/Horde/Form/Action.php
%%HORDEDIR%%/lib/Horde/Form/Action/conditional_enable.php
%%HORDEDIR%%/lib/Horde/Form/Action/conditional_setvalue.php
%%HORDEDIR%%/lib/Horde/Form/Action/reload.php
%%HORDEDIR%%/lib/Horde/Form/Action/submit.php
%%HORDEDIR%%/lib/Horde/Form/Action/sum_fields.php
%%HORDEDIR%%/lib/Horde/Form/Action/updatefield.php
%%HORDEDIR%%/lib/Horde/Form/Renderer.php
%%HORDEDIR%%/lib/Horde/Graph.php
%%HORDEDIR%%/lib/Horde/Graph/Chart/pie.php
%%HORDEDIR%%/lib/Horde/Graph/Chart/pie3d.php
%%HORDEDIR%%/lib/Horde/Graph/Plot/bar.php
%%HORDEDIR%%/lib/Horde/Graph/Plot/bargrouped.php
%%HORDEDIR%%/lib/Horde/Graph/Plot/barstacked.php
%%HORDEDIR%%/lib/Horde/Graph/Plot/line.php
%%HORDEDIR%%/lib/Horde/Graph/Plot/scatter.php
%%HORDEDIR%%/lib/Horde/Group.php
%%HORDEDIR%%/lib/Horde/Group/hooks.php
%%HORDEDIR%%/lib/Horde/Help.php
%%HORDEDIR%%/lib/Horde/History.php
%%HORDEDIR%%/lib/Horde/IMAP/ACL.php
%%HORDEDIR%%/lib/Horde/IMAP/ACL/rfc2086.php
%%HORDEDIR%%/lib/Horde/IMAP/Admin.php
%%HORDEDIR%%/lib/Horde/IMAP/Cache.php
%%HORDEDIR%%/lib/Horde/IMAP/Search.php
%%HORDEDIR%%/lib/Horde/IMAP/Sort.php
%%HORDEDIR%%/lib/Horde/IMAP/Thread.php
%%HORDEDIR%%/lib/Horde/IMAP/Tree.php
%%HORDEDIR%%/lib/Horde/Identity.php
%%HORDEDIR%%/lib/Horde/Image.php
%%HORDEDIR%%/lib/Horde/Image/gd.php
%%HORDEDIR%%/lib/Horde/Image/im.php
%%HORDEDIR%%/lib/Horde/Image/png.php
%%HORDEDIR%%/lib/Horde/Image/rgb.php
%%HORDEDIR%%/lib/Horde/Image/svg.php
%%HORDEDIR%%/lib/Horde/Image/swf.php
%%HORDEDIR%%/lib/Horde/Kolab.php
%%HORDEDIR%%/lib/Horde/LDAP.php
%%HORDEDIR%%/lib/Horde/MIME.php
%%HORDEDIR%%/lib/Horde/MIME/Contents.php
%%HORDEDIR%%/lib/Horde/MIME/Headers.php
%%HORDEDIR%%/lib/Horde/MIME/MDN.php
%%HORDEDIR%%/lib/Horde/MIME/Magic.php
%%HORDEDIR%%/lib/Horde/MIME/Message.php
%%HORDEDIR%%/lib/Horde/MIME/Part.php
%%HORDEDIR%%/lib/Horde/MIME/Structure.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/css.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/deb.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/default.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/enriched.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/enscript.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/html.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/icalendar.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/images.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/msexcel.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/mspowerpoint.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/msword.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/common.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/global_document.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/main_html.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/palm.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/style_header.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/style_inlined.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/style_mapping.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/table.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/table_cells.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/table_columns.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo/table_rows.xsl
%%HORDEDIR%%/lib/Horde/MIME/Viewer/pdf.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/php.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/plain.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/rar.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/report.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/rfc822.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/richtext.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/rpm.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/security.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/simple.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/source.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/srchighlite.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/tgz.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/tnef.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/vcard.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/webcpp.php
%%HORDEDIR%%/lib/Horde/MIME/Viewer/zip.php
%%HORDEDIR%%/lib/Horde/MIME/mime.magic.php
%%HORDEDIR%%/lib/Horde/MIME/mime.mapping.php
%%HORDEDIR%%/lib/Horde/Maintenance.php
%%HORDEDIR%%/lib/Horde/Menu.php
%%HORDEDIR%%/lib/Horde/Mobile.php
%%HORDEDIR%%/lib/Horde/Mobile/Renderer.php
%%HORDEDIR%%/lib/Horde/Mobile/Renderer/html.php
%%HORDEDIR%%/lib/Horde/Mobile/Renderer/wml.php
%%HORDEDIR%%/lib/Horde/NLS.php
%%HORDEDIR%%/lib/Horde/NLS/GeoIP.php
%%HORDEDIR%%/lib/Horde/NLS/carsigns.php
%%HORDEDIR%%/lib/Horde/NLS/coordinates.php
%%HORDEDIR%%/lib/Horde/NLS/countries.php
%%HORDEDIR%%/lib/Horde/NLS/tld.php
%%HORDEDIR%%/lib/Horde/Notification.php
%%HORDEDIR%%/lib/Horde/Notification/Event.php
%%HORDEDIR%%/lib/Horde/Notification/Listener.php
%%HORDEDIR%%/lib/Horde/Notification/Listener/javascript.php
%%HORDEDIR%%/lib/Horde/Notification/Listener/mobile.php
%%HORDEDIR%%/lib/Horde/Notification/Listener/status.php
%%HORDEDIR%%/lib/Horde/Perms.php
%%HORDEDIR%%/lib/Horde/Perms/UI.php
%%HORDEDIR%%/lib/Horde/Perms/datatree.php
%%HORDEDIR%%/lib/Horde/Prefs.php
%%HORDEDIR%%/lib/Horde/Prefs/CategoryManager.php
%%HORDEDIR%%/lib/Horde/Prefs/UI.php
%%HORDEDIR%%/lib/Horde/Prefs/imsp.php
%%HORDEDIR%%/lib/Horde/Prefs/kolab.php
%%HORDEDIR%%/lib/Horde/Prefs/ldap.php
%%HORDEDIR%%/lib/Horde/Prefs/session.php
%%HORDEDIR%%/lib/Horde/Prefs/sql.php
%%HORDEDIR%%/lib/Horde/RPC.php
%%HORDEDIR%%/lib/Horde/RPC/soap.php
%%HORDEDIR%%/lib/Horde/RPC/syncml.php
%%HORDEDIR%%/lib/Horde/RPC/syncml_wbxml.php
%%HORDEDIR%%/lib/Horde/RPC/webdav.php
%%HORDEDIR%%/lib/Horde/RPC/xmlrpc.php
%%HORDEDIR%%/lib/Horde/Registry.php
%%HORDEDIR%%/lib/Horde/Relationship/Manager.php
%%HORDEDIR%%/lib/Horde/SQL.php
%%HORDEDIR%%/lib/Horde/SQL/Attributes.php
%%HORDEDIR%%/lib/Horde/SQL/Keywords.php
%%HORDEDIR%%/lib/Horde/Scheduler.php
%%HORDEDIR%%/lib/Horde/Scheduler/cron.php
%%HORDEDIR%%/lib/Horde/Search.php
%%HORDEDIR%%/lib/Horde/Search/google.php
%%HORDEDIR%%/lib/Horde/Secret.php
%%HORDEDIR%%/lib/Horde/Serialize.php
%%HORDEDIR%%/lib/Horde/SessionHandler.php
%%HORDEDIR%%/lib/Horde/SessionHandler/dbm.php
%%HORDEDIR%%/lib/Horde/SessionHandler/mysql.php
%%HORDEDIR%%/lib/Horde/SessionHandler/oci8.php
%%HORDEDIR%%/lib/Horde/SessionHandler/pgsql.php
%%HORDEDIR%%/lib/Horde/SessionHandler/sapdb.php
%%HORDEDIR%%/lib/Horde/SessionHandler/sql.php
%%HORDEDIR%%/lib/Horde/SessionObjects.php
%%HORDEDIR%%/lib/Horde/Share.php
%%HORDEDIR%%/lib/Horde/String.php
%%HORDEDIR%%/lib/Horde/SyncML.php
%%HORDEDIR%%/lib/Horde/SyncML/Command.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Alert.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Final.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Get.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Map.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Put.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Replace.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Results.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Status.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync/Add.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync/ContentSyncElement.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync/Delete.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync/Replace.php
%%HORDEDIR%%/lib/Horde/SyncML/Command/Sync/SyncElement.php
%%HORDEDIR%%/lib/Horde/SyncML/State.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/OneWayFromClientSync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/OneWayFromServerSync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/RefreshFromClientSync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/RefreshFromServerSync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/SlowSync.php
%%HORDEDIR%%/lib/Horde/SyncML/Sync/TwoWaySync.php
%%HORDEDIR%%/lib/Horde/Template.php
%%HORDEDIR%%/lib/Horde/Text.php
%%HORDEDIR%%/lib/Horde/Text/Filter.php
%%HORDEDIR%%/lib/Horde/Text/Filter/bbcode.php
%%HORDEDIR%%/lib/Horde/Text/Filter/cleanascii.php
%%HORDEDIR%%/lib/Horde/Text/Filter/dimsignature.php
%%HORDEDIR%%/lib/Horde/Text/Filter/emails.php
%%HORDEDIR%%/lib/Horde/Text/Filter/emoticons.php
%%HORDEDIR%%/lib/Horde/Text/Filter/environment.php
%%HORDEDIR%%/lib/Horde/Text/Filter/highlightquotes.php
%%HORDEDIR%%/lib/Horde/Text/Filter/html2text.php
%%HORDEDIR%%/lib/Horde/Text/Filter/linkurls.php
%%HORDEDIR%%/lib/Horde/Text/Filter/rst.php
%%HORDEDIR%%/lib/Horde/Text/Filter/simplemarkup.php
%%HORDEDIR%%/lib/Horde/Text/Filter/space2html.php
%%HORDEDIR%%/lib/Horde/Text/Filter/tabs2spaces.php
%%HORDEDIR%%/lib/Horde/Text/Filter/text2html.php
%%HORDEDIR%%/lib/Horde/Text/Filter/words.php
%%HORDEDIR%%/lib/Horde/Timer.php
%%HORDEDIR%%/lib/Horde/Token.php
%%HORDEDIR%%/lib/Horde/Token/file.php
%%HORDEDIR%%/lib/Horde/Token/sql.php
%%HORDEDIR%%/lib/Horde/Tree.php
%%HORDEDIR%%/lib/Horde/Tree/html.php
%%HORDEDIR%%/lib/Horde/Tree/javascript.php
%%HORDEDIR%%/lib/Horde/UI/Language.php
%%HORDEDIR%%/lib/Horde/UI/Pager.php
%%HORDEDIR%%/lib/Horde/UI/Table.php
%%HORDEDIR%%/lib/Horde/UI/Tabs.php
%%HORDEDIR%%/lib/Horde/UI/VarRenderer.php
%%HORDEDIR%%/lib/Horde/UI/VarRenderer/html.php
%%HORDEDIR%%/lib/Horde/UI/Widget.php
%%HORDEDIR%%/lib/Horde/Util.php
%%HORDEDIR%%/lib/Horde/VC.php
%%HORDEDIR%%/lib/Horde/VC/cvs.php
%%HORDEDIR%%/lib/Horde/VC/rcs.php
%%HORDEDIR%%/lib/Horde/VC/svn.php
%%HORDEDIR%%/lib/Horde/Variables.php
%%HORDEDIR%%/lib/Horde/iCalendar.php
%%HORDEDIR%%/lib/Horde/iCalendar/valarm.php
%%HORDEDIR%%/lib/Horde/iCalendar/vcard.php
%%HORDEDIR%%/lib/Horde/iCalendar/vevent.php
%%HORDEDIR%%/lib/Horde/iCalendar/vfreebusy.php
%%HORDEDIR%%/lib/Horde/iCalendar/vjournal.php
%%HORDEDIR%%/lib/Horde/iCalendar/vnote.php
%%HORDEDIR%%/lib/Horde/iCalendar/vtimezone.php
%%HORDEDIR%%/lib/Horde/iCalendar/vtodo.php
%%HORDEDIR%%/lib/Net/IMSP.php
%%HORDEDIR%%/lib/Net/IMSP/Auth.php
%%HORDEDIR%%/lib/Net/IMSP/Auth/cram_md5.php
%%HORDEDIR%%/lib/Net/IMSP/Auth/plaintext.php
%%HORDEDIR%%/lib/Net/IMSP/Book.php
%%HORDEDIR%%/lib/Net/IMSP/Options.php
%%HORDEDIR%%/lib/Net/IMSP/Utils.php
%%HORDEDIR%%/lib/Net/SMS.php
%%HORDEDIR%%/lib/Net/SMS/clickatell_http.php
%%HORDEDIR%%/lib/Net/SMS/sms2email_http.php
%%HORDEDIR%%/lib/Net/SMS/vodafoneitaly_smtp.php
%%HORDEDIR%%/lib/Test.php
%%HORDEDIR%%/lib/Text/Diff.php
%%HORDEDIR%%/lib/Text/Diff/Renderer.php
%%HORDEDIR%%/lib/Text/Diff/Renderer/inline.php
%%HORDEDIR%%/lib/Text/Diff/Renderer/unified.php
%%HORDEDIR%%/lib/Text/Diff3.php
%%HORDEDIR%%/lib/Text/Flowed.php
%%HORDEDIR%%/lib/Text/reST.php
%%HORDEDIR%%/lib/Text/reST/Formatter.php
%%HORDEDIR%%/lib/Text/reST/Formatter/html.php
%%HORDEDIR%%/lib/Text/reST/Parser.php
%%HORDEDIR%%/lib/VFS.php
%%HORDEDIR%%/lib/VFS/Browser.php
%%HORDEDIR%%/lib/VFS/GC.php
%%HORDEDIR%%/lib/VFS/ISOWriter.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealInputStrategy.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealInputStrategy/copy.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealInputStrategy/direct.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealOutputStrategy.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealOutputStrategy/copy.php
%%HORDEDIR%%/lib/VFS/ISOWriter/RealOutputStrategy/direct.php
%%HORDEDIR%%/lib/VFS/ISOWriter/mkisofs.php
%%HORDEDIR%%/lib/VFS/ListItem.php
%%HORDEDIR%%/lib/VFS/Object.php
%%HORDEDIR%%/lib/VFS/file.php
%%HORDEDIR%%/lib/VFS/ftp.php
%%HORDEDIR%%/lib/VFS/musql.php
%%HORDEDIR%%/lib/VFS/sql.php
%%HORDEDIR%%/lib/VFS/sql_file.php
%%HORDEDIR%%/lib/XML/RAX.php
%%HORDEDIR%%/lib/XML/SVG.php
%%HORDEDIR%%/lib/XML/WBXML.php
%%HORDEDIR%%/lib/XML/WBXML/ContentHandler.php
%%HORDEDIR%%/lib/XML/WBXML/DTD.php
%%HORDEDIR%%/lib/XML/WBXML/DTD/SyncML.php
%%HORDEDIR%%/lib/XML/WBXML/DTD/SyncMLDevInf.php
%%HORDEDIR%%/lib/XML/WBXML/DTD/SyncMLMetInf.php
%%HORDEDIR%%/lib/XML/WBXML/DTDManager.php
%%HORDEDIR%%/lib/XML/WBXML/Decoder.php
%%HORDEDIR%%/lib/XML/WBXML/Encoder.php
%%HORDEDIR%%/lib/api.php
%%HORDEDIR%%/lib/base.php
%%HORDEDIR%%/lib/core.php
%%HORDEDIR%%/lib/prefs.php
%%HORDEDIR%%/lib/version.php
%%HORDEDIR%%/locale/.htaccess
%%HORDEDIR%%/locale/ar_SY/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/bg_BG/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/bg_BG/help.xml
%%HORDEDIR%%/locale/ca_ES/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/cs_CZ/help.xml
%%HORDEDIR%%/locale/da_DK/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/da_DK/help.xml
%%HORDEDIR%%/locale/de_DE/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/de_DE/help.xml
%%HORDEDIR%%/locale/el_GR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/el_GR/help.xml
%%HORDEDIR%%/locale/en_US/help.xml
%%HORDEDIR%%/locale/es_ES/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/es_ES/help.xml
%%HORDEDIR%%/locale/et_EE/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/et_EE/help.xml
%%HORDEDIR%%/locale/fa_IR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/fi_FI/help.xml
%%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/fr_FR/help.xml
%%HORDEDIR%%/locale/gl_ES/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/hu_HU/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/hu_HU/help.xml
%%HORDEDIR%%/locale/id_ID/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/it_IT/help.xml
%%HORDEDIR%%/locale/ja_JP/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ja_JP/help.xml
%%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ko_KR/help.xml
%%HORDEDIR%%/locale/lt_LT/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/lt_LT/help.xml
%%HORDEDIR%%/locale/lv_LV/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/mk_MK/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nb_NO/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nb_NO/help.xml
%%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nl_NL/help.xml
%%HORDEDIR%%/locale/nn_NO/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nn_NO/help.xml
%%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pl_PL/help.xml
%%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pt_BR/help.xml
%%HORDEDIR%%/locale/pt_PT/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pt_PT/help.xml
%%HORDEDIR%%/locale/ro_RO/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ru_RU/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ru_RU/help.xml
%%HORDEDIR%%/locale/sk_SK/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/sk_SK/help.xml
%%HORDEDIR%%/locale/sl_SI/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/sl_SI/help.xml
%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/sv_SE/help.xml
%%HORDEDIR%%/locale/tr_TR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/uk_UA/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/uk_UA/help.xml
%%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/zh_CN/help.xml
%%HORDEDIR%%/locale/zh_TW/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/zh_TW/help.xml
%%HORDEDIR%%/login.php
%%HORDEDIR%%/po/.htaccess
%%HORDEDIR%%/po/README
%%HORDEDIR%%/po/ar_SY.po
%%HORDEDIR%%/po/bg_BG.po
%%HORDEDIR%%/po/ca_ES.po
%%HORDEDIR%%/po/cs_CZ.po
%%HORDEDIR%%/po/da_DK.po
%%HORDEDIR%%/po/de_DE.po
%%HORDEDIR%%/po/el_GR.po
%%HORDEDIR%%/po/es_ES.po
%%HORDEDIR%%/po/et_EE.po
%%HORDEDIR%%/po/fa_IR.po
%%HORDEDIR%%/po/fi_FI.po
%%HORDEDIR%%/po/fr_FR.po
%%HORDEDIR%%/po/gl_ES.po
%%HORDEDIR%%/po/horde.pot
%%HORDEDIR%%/po/hu_HU.po
%%HORDEDIR%%/po/id_ID.po
%%HORDEDIR%%/po/it_IT.po
%%HORDEDIR%%/po/ja_JP.po
%%HORDEDIR%%/po/ko_KR.po
%%HORDEDIR%%/po/lt_LT.po
%%HORDEDIR%%/po/lv_LV.po
%%HORDEDIR%%/po/mk_MK.po
%%HORDEDIR%%/po/nb_NO.po
%%HORDEDIR%%/po/nl_NL.po
%%HORDEDIR%%/po/nn_NO.po
%%HORDEDIR%%/po/pl_PL.po
%%HORDEDIR%%/po/pt_BR.po
%%HORDEDIR%%/po/pt_PT.po
%%HORDEDIR%%/po/ro_RO.po
%%HORDEDIR%%/po/ru_RU.po
%%HORDEDIR%%/po/sk_SK.po
%%HORDEDIR%%/po/sl_SI.po
%%HORDEDIR%%/po/sv_SE.po
%%HORDEDIR%%/po/tr_TR.po
%%HORDEDIR%%/po/translation.php
%%HORDEDIR%%/po/uk_UA.po
%%HORDEDIR%%/po/zh_CN.po
%%HORDEDIR%%/po/zh_TW.po
%%HORDEDIR%%/rpc.php
%%HORDEDIR%%/scripts/.htaccess
%%HORDEDIR%%/scripts/SCRIPTS
%%HORDEDIR%%/scripts/create-symlinks.php
%%HORDEDIR%%/scripts/crond
%%HORDEDIR%%/scripts/get_login.php
%%HORDEDIR%%/scripts/http_login_refer.php
%%HORDEDIR%%/scripts/ldap/horde.schema
%%HORDEDIR%%/scripts/migrate_user_categories.php
%%HORDEDIR%%/scripts/remove_prefs.php
%%HORDEDIR%%/scripts/set_perms.sh
%%HORDEDIR%%/scripts/setup.php
%%HORDEDIR%%/scripts/sql/README
%%HORDEDIR%%/scripts/sql/README.OCI8
%%HORDEDIR%%/scripts/sql/create.mysql.sql
%%HORDEDIR%%/scripts/sql/create.oci8.sql
%%HORDEDIR%%/scripts/sql/create.pgsql.sql
%%HORDEDIR%%/scripts/sql/create.sybase.sql
%%HORDEDIR%%/scripts/sql/horde_datatree.mysql.sql
%%HORDEDIR%%/scripts/sql/horde_datatree.sql
%%HORDEDIR%%/scripts/sql/horde_log.sql
%%HORDEDIR%%/scripts/sql/horde_muvfs.sql
%%HORDEDIR%%/scripts/sql/horde_prefs.sql
%%HORDEDIR%%/scripts/sql/horde_sessionhandler.oci8.sql
%%HORDEDIR%%/scripts/sql/horde_sessionhandler.pgsql.sql
%%HORDEDIR%%/scripts/sql/horde_sessionhandler.sapdb.sql
%%HORDEDIR%%/scripts/sql/horde_sessionhandler.sql
%%HORDEDIR%%/scripts/sql/horde_tokens.sql
%%HORDEDIR%%/scripts/sql/horde_users.sql
%%HORDEDIR%%/scripts/sql/horde_vfs.oci8.sql
%%HORDEDIR%%/scripts/sql/horde_vfs.pgsql.sql
%%HORDEDIR%%/scripts/sql/horde_vfs.sql
%%HORDEDIR%%/scripts/sql/script.initial_horde_user.sql
%%HORDEDIR%%/scripts/temp-cleanup.cron
%%HORDEDIR%%/scripts/themes_check.php
%%HORDEDIR%%/scripts/upgrades/2.2_to_3.0.mysql.sql
%%HORDEDIR%%/services/cacheview.php
%%HORDEDIR%%/services/download/index.php
%%HORDEDIR%%/services/editor/htmlarea/dialog.js
%%HORDEDIR%%/services/editor/htmlarea/htmlarea.css
%%HORDEDIR%%/services/editor/htmlarea/htmlarea.js
%%HORDEDIR%%/services/editor/htmlarea/images/ed_about.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_align_center.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_align_justify.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_align_left.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_align_right.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_blank.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_charmap.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_color_bg.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_color_fg.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_copy.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_custom.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_cut.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_delete.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_bold.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_italic.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_strike.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_sub.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_sup.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_format_underline.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_help.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_hr.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_html.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_image.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_indent_less.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_indent_more.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_killword.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_left_to_right.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_link.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_list_bullet.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_list_num.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_paste.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_redo.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_right_to_left.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_rmformat.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_save.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_show_border.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_splitcel.gif
%%HORDEDIR%%/services/editor/htmlarea/images/ed_undo.gif
%%HORDEDIR%%/services/editor/htmlarea/images/fullscreen_maximize.gif
%%HORDEDIR%%/services/editor/htmlarea/images/fullscreen_minimize.gif
%%HORDEDIR%%/services/editor/htmlarea/images/insert_table.gif
%%HORDEDIR%%/services/editor/htmlarea/lang/en.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage/ansel-image.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage/insert_image.php
%%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage/lang/en.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage/showimage.html
%%HORDEDIR%%/services/editor/htmlarea/plugins/ContextMenu/context-menu.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/ContextMenu/lang/en.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/ContextMenu/menu.css
%%HORDEDIR%%/services/editor/htmlarea/plugins/ListType/lang/en.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/ListType/list-type.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-delete.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-insert-after.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-insert-before.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-merge.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-prop.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/cell-split.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/col-delete.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/col-insert-after.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/col-insert-before.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/col-split.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/row-delete.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/row-insert-above.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/row-insert-under.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/row-prop.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/row-split.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img/table-prop.gif
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/lang/en.js
%%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/table-operations.js
%%HORDEDIR%%/services/editor/htmlarea/popupdiv.js
%%HORDEDIR%%/services/editor/htmlarea/popups/about.html
%%HORDEDIR%%/services/editor/htmlarea/popups/blank.html
%%HORDEDIR%%/services/editor/htmlarea/popups/fullscreen.html
%%HORDEDIR%%/services/editor/htmlarea/popups/insert_image.html
%%HORDEDIR%%/services/editor/htmlarea/popups/insert_table.html
%%HORDEDIR%%/services/editor/htmlarea/popups/link.html
%%HORDEDIR%%/services/editor/htmlarea/popups/popup.js
%%HORDEDIR%%/services/editor/htmlarea/popups/select_color.html
%%HORDEDIR%%/services/editor/htmlarea/popupwin.js
%%HORDEDIR%%/services/go.php
%%HORDEDIR%%/services/help/index.php
%%HORDEDIR%%/services/images/colorpicker.php
%%HORDEDIR%%/services/images/pixel.php
%%HORDEDIR%%/services/images/view.php
%%HORDEDIR%%/services/javascript.php
%%HORDEDIR%%/services/keyboard.php
%%HORDEDIR%%/services/language.php
%%HORDEDIR%%/services/maintenance.php
%%HORDEDIR%%/services/obrowser/index.php
%%HORDEDIR%%/services/portal/edit.php
%%HORDEDIR%%/services/portal/index.php
%%HORDEDIR%%/services/portal/mobile.php
%%HORDEDIR%%/services/portal/rpcsum.php
%%HORDEDIR%%/services/portal/sidebar.php
%%HORDEDIR%%/services/prefs.php
%%HORDEDIR%%/services/problem.php
%%HORDEDIR%%/services/resetpassword.php
%%HORDEDIR%%/services/shares/edit.php
%%HORDEDIR%%/signup.php
%%HORDEDIR%%/templates/.htaccess
%%HORDEDIR%%/templates/admin/common-header.inc
%%HORDEDIR%%/templates/admin/groups/addchild.inc
%%HORDEDIR%%/templates/admin/groups/delete.inc
%%HORDEDIR%%/templates/admin/groups/edit.inc
%%HORDEDIR%%/templates/admin/setup/config.html
%%HORDEDIR%%/templates/admin/setup/diff.html
%%HORDEDIR%%/templates/admin/setup/index.html
%%HORDEDIR%%/templates/admin/user/add.inc
%%HORDEDIR%%/templates/admin/user/approve.inc
%%HORDEDIR%%/templates/admin/user/clear.inc
%%HORDEDIR%%/templates/admin/user/list.inc
%%HORDEDIR%%/templates/admin/user/noadd.inc
%%HORDEDIR%%/templates/admin/user/nolist.inc
%%HORDEDIR%%/templates/admin/user/remove.inc
%%HORDEDIR%%/templates/admin/user/removequeued.inc
%%HORDEDIR%%/templates/admin/user/update.inc
%%HORDEDIR%%/templates/categorytree/rowend.inc
%%HORDEDIR%%/templates/categorytree/rowstart.inc
%%HORDEDIR%%/templates/categorytree/tablefoot.inc
%%HORDEDIR%%/templates/categorytree/tablehead.inc
%%HORDEDIR%%/templates/common-footer.inc
%%HORDEDIR%%/templates/common-header.inc
%%HORDEDIR%%/templates/contents/open_view_win.js
%%HORDEDIR%%/templates/data/csvinfo.inc
%%HORDEDIR%%/templates/data/csvmap.inc
%%HORDEDIR%%/templates/data/date.inc
%%HORDEDIR%%/templates/data/datemap.inc
%%HORDEDIR%%/templates/data/datetime.inc
%%HORDEDIR%%/templates/data/time.inc
%%HORDEDIR%%/templates/data/tsvinfo.inc
%%HORDEDIR%%/templates/help/about.inc
%%HORDEDIR%%/templates/help/index.inc
%%HORDEDIR%%/templates/help/menu.inc
%%HORDEDIR%%/templates/index/frames_index.inc
%%HORDEDIR%%/templates/javascript/form_sections.js
%%HORDEDIR%%/templates/javascript/htmlarea.js
%%HORDEDIR%%/templates/javascript/htmlarea_anselimage_lang.js
%%HORDEDIR%%/templates/javascript/htmlarea_context_lang.js
%%HORDEDIR%%/templates/javascript/htmlarea_lang.js
%%HORDEDIR%%/templates/javascript/htmlarea_listtype_lang.js
%%HORDEDIR%%/templates/javascript/htmlarea_table_lang.js
%%HORDEDIR%%/templates/javascript/keybindings.js
%%HORDEDIR%%/templates/javascript/open_calendar.js
%%HORDEDIR%%/templates/javascript/open_google_win.js
%%HORDEDIR%%/templates/javascript/open_help_win.js
%%HORDEDIR%%/templates/javascript/open_html_helper.js
%%HORDEDIR%%/templates/javascript/print.js
%%HORDEDIR%%/templates/javascript/quoteBlocks.js
%%HORDEDIR%%/templates/javascript/tree.js
%%HORDEDIR%%/templates/login/login.inc
%%HORDEDIR%%/templates/login/mobile.inc
%%HORDEDIR%%/templates/maintenance/agreement_bottom.inc
%%HORDEDIR%%/templates/maintenance/agreement_middle.inc
%%HORDEDIR%%/templates/maintenance/agreement_top.inc
%%HORDEDIR%%/templates/maintenance/confirm_bottom.inc
%%HORDEDIR%%/templates/maintenance/confirm_middle.inc
%%HORDEDIR%%/templates/maintenance/confirm_top.inc
%%HORDEDIR%%/templates/maintenance/javascript.inc
%%HORDEDIR%%/templates/maintenance/maintenance_bottom.inc
%%HORDEDIR%%/templates/maintenance/maintenance_top.inc
%%HORDEDIR%%/templates/maintenance/notice_bottom.inc
%%HORDEDIR%%/templates/maintenance/notice_middle.inc
%%HORDEDIR%%/templates/maintenance/notice_top.inc
%%HORDEDIR%%/templates/menu/menu.inc
%%HORDEDIR%%/templates/portal/add.inc
%%HORDEDIR%%/templates/portal/block.inc
%%HORDEDIR%%/templates/portal/edit.inc
%%HORDEDIR%%/templates/portal/empty.inc
%%HORDEDIR%%/templates/portal/footer.inc
%%HORDEDIR%%/templates/portal/header.inc
%%HORDEDIR%%/templates/portal/layout.inc
%%HORDEDIR%%/templates/portal/menu.inc
%%HORDEDIR%%/templates/portal/sidebar.inc
%%HORDEDIR%%/templates/prefs/app.inc
%%HORDEDIR%%/templates/prefs/begin.inc
%%HORDEDIR%%/templates/prefs/categorymanagement.inc
%%HORDEDIR%%/templates/prefs/checkbox.inc
%%HORDEDIR%%/templates/prefs/deleteidentity.inc
%%HORDEDIR%%/templates/prefs/end.inc
%%HORDEDIR%%/templates/prefs/enum.inc
%%HORDEDIR%%/templates/prefs/identityselect.inc
%%HORDEDIR%%/templates/prefs/link.inc
%%HORDEDIR%%/templates/prefs/multienum.inc
%%HORDEDIR%%/templates/prefs/number.inc
%%HORDEDIR%%/templates/prefs/overview.inc
%%HORDEDIR%%/templates/prefs/password.inc
%%HORDEDIR%%/templates/prefs/select.inc
%%HORDEDIR%%/templates/prefs/text.inc
%%HORDEDIR%%/templates/prefs/textarea.inc
%%HORDEDIR%%/templates/problem/problem.inc
%%HORDEDIR%%/templates/rpcsum/rpcsum.inc
%%HORDEDIR%%/templates/shares/edit.inc
%%HORDEDIR%%/templates/test/extensions.inc
%%HORDEDIR%%/templates/test/footer.inc
%%HORDEDIR%%/templates/test/header.inc
%%HORDEDIR%%/templates/test/php_version.inc
%%HORDEDIR%%/templates/test/version.inc
%%HORDEDIR%%/test.php
%%HORDEDIR%%/themes/NeXTgrey/info.php
%%HORDEDIR%%/themes/NeXTgrey/screen.css
%%HORDEDIR%%/themes/azur/info.php
%%HORDEDIR%%/themes/azur/screen.css
%%HORDEDIR%%/themes/barbie/info.php
%%HORDEDIR%%/themes/barbie/screen.css
%%HORDEDIR%%/themes/bluemoon/info.php
%%HORDEDIR%%/themes/bluemoon/screen.css
%%HORDEDIR%%/themes/bluewhite/info.php
%%HORDEDIR%%/themes/bluewhite/screen.css
%%HORDEDIR%%/themes/brown/info.php
%%HORDEDIR%%/themes/brown/screen.css
%%HORDEDIR%%/themes/burntorange/info.php
%%HORDEDIR%%/themes/burntorange/screen.css
%%HORDEDIR%%/themes/camouflage/graphics/menu.png
%%HORDEDIR%%/themes/camouflage/info.php
%%HORDEDIR%%/themes/camouflage/screen.css
%%HORDEDIR%%/themes/cornflower/info.php
%%HORDEDIR%%/themes/cornflower/screen.css
%%HORDEDIR%%/themes/gennevilliers/info.php
%%HORDEDIR%%/themes/gennevilliers/screen.css
%%HORDEDIR%%/themes/green/info.php
%%HORDEDIR%%/themes/green/screen.css
%%HORDEDIR%%/themes/grey/info.php
%%HORDEDIR%%/themes/grey/screen.css
%%HORDEDIR%%/themes/graphics/administration.png
%%HORDEDIR%%/themes/graphics/alerts/error.png
%%HORDEDIR%%/themes/graphics/alerts/message.png
%%HORDEDIR%%/themes/graphics/alerts/success.png
%%HORDEDIR%%/themes/graphics/alerts/warning.png
%%HORDEDIR%%/themes/graphics/az.png
%%HORDEDIR%%/themes/graphics/blank.gif
%%HORDEDIR%%/themes/graphics/block/down.png
%%HORDEDIR%%/themes/graphics/block/large_down.png
%%HORDEDIR%%/themes/graphics/block/large_left.png
%%HORDEDIR%%/themes/graphics/block/large_right.png
%%HORDEDIR%%/themes/graphics/block/large_up.png
%%HORDEDIR%%/themes/graphics/block/left.png
%%HORDEDIR%%/themes/graphics/block/moon/firstquarter.png
%%HORDEDIR%%/themes/graphics/block/moon/fullmoon.png
%%HORDEDIR%%/themes/graphics/block/moon/lastquarter.png
%%HORDEDIR%%/themes/graphics/block/moon/newmoon.png
%%HORDEDIR%%/themes/graphics/block/right.png
%%HORDEDIR%%/themes/graphics/block/sunrise/sunrise.png
%%HORDEDIR%%/themes/graphics/block/sunrise/sunset.png
%%HORDEDIR%%/themes/graphics/block/up.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/0.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/1.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/10.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/11.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/12.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/13.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/14.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/15.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/16.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/17.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/18.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/19.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/2.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/20.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/21.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/22.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/23.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/24.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/25.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/26.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/27.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/28.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/29.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/3.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/30.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/31.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/32.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/33.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/34.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/35.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/36.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/37.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/38.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/39.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/4.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/40.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/41.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/42.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/43.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/44.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/45.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/46.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/47.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/5.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/6.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/7.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/8.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/9.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23/na.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/0.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/1.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/10.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/11.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/12.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/13.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/14.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/15.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/16.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/17.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/18.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/19.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/2.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/20.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/21.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/22.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/23.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/24.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/25.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/26.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/27.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/28.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/29.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/3.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/30.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/31.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/32.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/33.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/34.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/35.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/36.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/37.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/38.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/39.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/4.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/40.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/41.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/42.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/43.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/44.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/45.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/46.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/47.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/5.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/6.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/7.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/8.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/9.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/TWClogo_32px.png
%%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32/na.png
%%HORDEDIR%%/themes/graphics/calendar.png
%%HORDEDIR%%/themes/graphics/close.png
%%HORDEDIR%%/themes/graphics/colorpicker.png
%%HORDEDIR%%/themes/graphics/colorscale.png
%%HORDEDIR%%/themes/graphics/config.png
%%HORDEDIR%%/themes/graphics/data.png
%%HORDEDIR%%/themes/graphics/delete-small.png
%%HORDEDIR%%/themes/graphics/delete.png
%%HORDEDIR%%/themes/graphics/devel.png
%%HORDEDIR%%/themes/graphics/download.png
%%HORDEDIR%%/themes/graphics/edit.png
%%HORDEDIR%%/themes/graphics/edit-small.png
%%HORDEDIR%%/themes/graphics/emoticons/angel.png
%%HORDEDIR%%/themes/graphics/emoticons/angelwink.png
%%HORDEDIR%%/themes/graphics/emoticons/angry.png
%%HORDEDIR%%/themes/graphics/emoticons/annoyed.png
%%HORDEDIR%%/themes/graphics/emoticons/asleep.png
%%HORDEDIR%%/themes/graphics/emoticons/bigfrown.png
%%HORDEDIR%%/themes/graphics/emoticons/biggrin.png
%%HORDEDIR%%/themes/graphics/emoticons/blush.png
%%HORDEDIR%%/themes/graphics/emoticons/clown.png
%%HORDEDIR%%/themes/graphics/emoticons/confused.png
%%HORDEDIR%%/themes/graphics/emoticons/cool.png
%%HORDEDIR%%/themes/graphics/emoticons/coolgrin.png
%%HORDEDIR%%/themes/graphics/emoticons/cooltongue.png
%%HORDEDIR%%/themes/graphics/emoticons/dazed.png
%%HORDEDIR%%/themes/graphics/emoticons/devil.png
%%HORDEDIR%%/themes/graphics/emoticons/deviltongue.png
%%HORDEDIR%%/themes/graphics/emoticons/disappointed.png
%%HORDEDIR%%/themes/graphics/emoticons/embarrassed.png
%%HORDEDIR%%/themes/graphics/emoticons/enraged.png
%%HORDEDIR%%/themes/graphics/emoticons/frown.png
%%HORDEDIR%%/themes/graphics/emoticons/frustrated.png
%%HORDEDIR%%/themes/graphics/emoticons/grin.png
%%HORDEDIR%%/themes/graphics/emoticons/hangover.png
%%HORDEDIR%%/themes/graphics/emoticons/hippie.png
%%HORDEDIR%%/themes/graphics/emoticons/hippiegrin.png
%%HORDEDIR%%/themes/graphics/emoticons/hippietongue.png
%%HORDEDIR%%/themes/graphics/emoticons/hurt.png
%%HORDEDIR%%/themes/graphics/emoticons/indifferent.png
%%HORDEDIR%%/themes/graphics/emoticons/love.png
%%HORDEDIR%%/themes/graphics/emoticons/mad.png
%%HORDEDIR%%/themes/graphics/emoticons/mrt.png
%%HORDEDIR%%/themes/graphics/emoticons/punk.png
%%HORDEDIR%%/themes/graphics/emoticons/punkmohawk.png
%%HORDEDIR%%/themes/graphics/emoticons/punktongue.png
%%HORDEDIR%%/themes/graphics/emoticons/raspberry.png
%%HORDEDIR%%/themes/graphics/emoticons/sad.png
%%HORDEDIR%%/themes/graphics/emoticons/shout.png
%%HORDEDIR%%/themes/graphics/emoticons/smile.png
%%HORDEDIR%%/themes/graphics/emoticons/tired.png
%%HORDEDIR%%/themes/graphics/emoticons/tongueout.png
%%HORDEDIR%%/themes/graphics/emoticons/vampire.png
%%HORDEDIR%%/themes/graphics/emoticons/wink.png
%%HORDEDIR%%/themes/graphics/emoticons/winkgrin.png
%%HORDEDIR%%/themes/graphics/emoticons/winktongue.png
%%HORDEDIR%%/themes/graphics/emoticons/winktongueout.png
%%HORDEDIR%%/themes/graphics/emoticons/worried.png
%%HORDEDIR%%/themes/graphics/favicon.ico
%%HORDEDIR%%/themes/graphics/flags/af.png
%%HORDEDIR%%/themes/graphics/flags/al.png
%%HORDEDIR%%/themes/graphics/flags/am.png
%%HORDEDIR%%/themes/graphics/flags/an.png
%%HORDEDIR%%/themes/graphics/flags/ao.png
%%HORDEDIR%%/themes/graphics/flags/ar.png
%%HORDEDIR%%/themes/graphics/flags/at.png
%%HORDEDIR%%/themes/graphics/flags/au.png
%%HORDEDIR%%/themes/graphics/flags/aw.png
%%HORDEDIR%%/themes/graphics/flags/az.png
%%HORDEDIR%%/themes/graphics/flags/ba.png
%%HORDEDIR%%/themes/graphics/flags/bb.png
%%HORDEDIR%%/themes/graphics/flags/bd.png
%%HORDEDIR%%/themes/graphics/flags/be.png
%%HORDEDIR%%/themes/graphics/flags/bf.png
%%HORDEDIR%%/themes/graphics/flags/bg.png
%%HORDEDIR%%/themes/graphics/flags/bh.png
%%HORDEDIR%%/themes/graphics/flags/bi.png
%%HORDEDIR%%/themes/graphics/flags/bj.png
%%HORDEDIR%%/themes/graphics/flags/bm.png
%%HORDEDIR%%/themes/graphics/flags/bn.png
%%HORDEDIR%%/themes/graphics/flags/bo.png
%%HORDEDIR%%/themes/graphics/flags/br.png
%%HORDEDIR%%/themes/graphics/flags/bs.png
%%HORDEDIR%%/themes/graphics/flags/bt.png
%%HORDEDIR%%/themes/graphics/flags/bw.png
%%HORDEDIR%%/themes/graphics/flags/by.png
%%HORDEDIR%%/themes/graphics/flags/bz.png
%%HORDEDIR%%/themes/graphics/flags/ca.png
%%HORDEDIR%%/themes/graphics/flags/cf.png
%%HORDEDIR%%/themes/graphics/flags/cg.png
%%HORDEDIR%%/themes/graphics/flags/ch.png
%%HORDEDIR%%/themes/graphics/flags/ci.png
%%HORDEDIR%%/themes/graphics/flags/ck.png
%%HORDEDIR%%/themes/graphics/flags/cl.png
%%HORDEDIR%%/themes/graphics/flags/cm.png
%%HORDEDIR%%/themes/graphics/flags/cn.png
%%HORDEDIR%%/themes/graphics/flags/co.png
%%HORDEDIR%%/themes/graphics/flags/cr.png
%%HORDEDIR%%/themes/graphics/flags/cu.png
%%HORDEDIR%%/themes/graphics/flags/cv.png
%%HORDEDIR%%/themes/graphics/flags/cy.png
%%HORDEDIR%%/themes/graphics/flags/cz.png
%%HORDEDIR%%/themes/graphics/flags/de.png
%%HORDEDIR%%/themes/graphics/flags/dk.png
%%HORDEDIR%%/themes/graphics/flags/dz.png
%%HORDEDIR%%/themes/graphics/flags/ec.png
%%HORDEDIR%%/themes/graphics/flags/ee.png
%%HORDEDIR%%/themes/graphics/flags/eg.png
%%HORDEDIR%%/themes/graphics/flags/er.png
%%HORDEDIR%%/themes/graphics/flags/es.png
%%HORDEDIR%%/themes/graphics/flags/et.png
%%HORDEDIR%%/themes/graphics/flags/fi.png
%%HORDEDIR%%/themes/graphics/flags/fj.png
%%HORDEDIR%%/themes/graphics/flags/fo.png
%%HORDEDIR%%/themes/graphics/flags/fr.png
%%HORDEDIR%%/themes/graphics/flags/ga.png
%%HORDEDIR%%/themes/graphics/flags/ge.png
%%HORDEDIR%%/themes/graphics/flags/gi.png
%%HORDEDIR%%/themes/graphics/flags/gl.png
%%HORDEDIR%%/themes/graphics/flags/gp.png
%%HORDEDIR%%/themes/graphics/flags/gr.png
%%HORDEDIR%%/themes/graphics/flags/gt.png
%%HORDEDIR%%/themes/graphics/flags/gu.png
%%HORDEDIR%%/themes/graphics/flags/gy.png
%%HORDEDIR%%/themes/graphics/flags/hk.png
%%HORDEDIR%%/themes/graphics/flags/hr.png
%%HORDEDIR%%/themes/graphics/flags/ht.png
%%HORDEDIR%%/themes/graphics/flags/hu.png
%%HORDEDIR%%/themes/graphics/flags/id.png
%%HORDEDIR%%/themes/graphics/flags/ie.png
%%HORDEDIR%%/themes/graphics/flags/il.png
%%HORDEDIR%%/themes/graphics/flags/in.png
%%HORDEDIR%%/themes/graphics/flags/iq.png
%%HORDEDIR%%/themes/graphics/flags/ir.png
%%HORDEDIR%%/themes/graphics/flags/is.png
%%HORDEDIR%%/themes/graphics/flags/it.png
%%HORDEDIR%%/themes/graphics/flags/jm.png
%%HORDEDIR%%/themes/graphics/flags/jo.png
%%HORDEDIR%%/themes/graphics/flags/jp.png
%%HORDEDIR%%/themes/graphics/flags/ke.png
%%HORDEDIR%%/themes/graphics/flags/kg.png
%%HORDEDIR%%/themes/graphics/flags/kh.png
%%HORDEDIR%%/themes/graphics/flags/ki.png
%%HORDEDIR%%/themes/graphics/flags/kp.png
%%HORDEDIR%%/themes/graphics/flags/kr.png
%%HORDEDIR%%/themes/graphics/flags/ky.png
%%HORDEDIR%%/themes/graphics/flags/kz.png
%%HORDEDIR%%/themes/graphics/flags/lb.png
%%HORDEDIR%%/themes/graphics/flags/lc.png
%%HORDEDIR%%/themes/graphics/flags/lk.png
%%HORDEDIR%%/themes/graphics/flags/lt.png
%%HORDEDIR%%/themes/graphics/flags/lu.png
%%HORDEDIR%%/themes/graphics/flags/lv.png
%%HORDEDIR%%/themes/graphics/flags/ly.png
%%HORDEDIR%%/themes/graphics/flags/ma.png
%%HORDEDIR%%/themes/graphics/flags/mc.png
%%HORDEDIR%%/themes/graphics/flags/md.png
%%HORDEDIR%%/themes/graphics/flags/mg.png
%%HORDEDIR%%/themes/graphics/flags/mn.png
%%HORDEDIR%%/themes/graphics/flags/mo.png
%%HORDEDIR%%/themes/graphics/flags/mp.png
%%HORDEDIR%%/themes/graphics/flags/ms.png
%%HORDEDIR%%/themes/graphics/flags/mt.png
%%HORDEDIR%%/themes/graphics/flags/mx.png
%%HORDEDIR%%/themes/graphics/flags/my.png
%%HORDEDIR%%/themes/graphics/flags/mz.png
%%HORDEDIR%%/themes/graphics/flags/na.png
%%HORDEDIR%%/themes/graphics/flags/nc.png
%%HORDEDIR%%/themes/graphics/flags/nf.png
%%HORDEDIR%%/themes/graphics/flags/nl.png
%%HORDEDIR%%/themes/graphics/flags/no.png
%%HORDEDIR%%/themes/graphics/flags/np.png
%%HORDEDIR%%/themes/graphics/flags/nr.png
%%HORDEDIR%%/themes/graphics/flags/nz.png
%%HORDEDIR%%/themes/graphics/flags/om.png
%%HORDEDIR%%/themes/graphics/flags/pa.png
%%HORDEDIR%%/themes/graphics/flags/pe.png
%%HORDEDIR%%/themes/graphics/flags/pf.png
%%HORDEDIR%%/themes/graphics/flags/ph.png
%%HORDEDIR%%/themes/graphics/flags/pk.png
%%HORDEDIR%%/themes/graphics/flags/pl.png
%%HORDEDIR%%/themes/graphics/flags/pm.png
%%HORDEDIR%%/themes/graphics/flags/pr.png
%%HORDEDIR%%/themes/graphics/flags/pt.png
%%HORDEDIR%%/themes/graphics/flags/py.png
%%HORDEDIR%%/themes/graphics/flags/qa.png
%%HORDEDIR%%/themes/graphics/flags/ro.png
%%HORDEDIR%%/themes/graphics/flags/ru.png
%%HORDEDIR%%/themes/graphics/flags/sa.png
%%HORDEDIR%%/themes/graphics/flags/sb.png
%%HORDEDIR%%/themes/graphics/flags/sd.png
%%HORDEDIR%%/themes/graphics/flags/se.png
%%HORDEDIR%%/themes/graphics/flags/sg.png
%%HORDEDIR%%/themes/graphics/flags/si.png
%%HORDEDIR%%/themes/graphics/flags/sk.png
%%HORDEDIR%%/themes/graphics/flags/sl.png
%%HORDEDIR%%/themes/graphics/flags/so.png
%%HORDEDIR%%/themes/graphics/flags/sr.png
%%HORDEDIR%%/themes/graphics/flags/sy.png
%%HORDEDIR%%/themes/graphics/flags/tc.png
%%HORDEDIR%%/themes/graphics/flags/tg.png
%%HORDEDIR%%/themes/graphics/flags/th.png
%%HORDEDIR%%/themes/graphics/flags/tn.png
%%HORDEDIR%%/themes/graphics/flags/to.png
%%HORDEDIR%%/themes/graphics/flags/tp.png
%%HORDEDIR%%/themes/graphics/flags/tr.png
%%HORDEDIR%%/themes/graphics/flags/tt.png
%%HORDEDIR%%/themes/graphics/flags/tv.png
%%HORDEDIR%%/themes/graphics/flags/tw.png
%%HORDEDIR%%/themes/graphics/flags/tz.png
%%HORDEDIR%%/themes/graphics/flags/ua.png
%%HORDEDIR%%/themes/graphics/flags/ug.png
%%HORDEDIR%%/themes/graphics/flags/uk.png
%%HORDEDIR%%/themes/graphics/flags/us.png
%%HORDEDIR%%/themes/graphics/flags/uy.png
%%HORDEDIR%%/themes/graphics/flags/va.png
%%HORDEDIR%%/themes/graphics/flags/ve.png
%%HORDEDIR%%/themes/graphics/flags/vg.png
%%HORDEDIR%%/themes/graphics/flags/vi.png
%%HORDEDIR%%/themes/graphics/flags/vn.png
%%HORDEDIR%%/themes/graphics/flags/ws.png
%%HORDEDIR%%/themes/graphics/flags/ye.png
%%HORDEDIR%%/themes/graphics/flags/yu.png
%%HORDEDIR%%/themes/graphics/flags/za.png
%%HORDEDIR%%/themes/graphics/flags/zw.png
%%HORDEDIR%%/themes/graphics/google.png
%%HORDEDIR%%/themes/graphics/group.png
%%HORDEDIR%%/themes/graphics/help.png
%%HORDEDIR%%/themes/graphics/help_index.png
%%HORDEDIR%%/themes/graphics/hide_panel.png
%%HORDEDIR%%/themes/graphics/horde-power1.png
%%HORDEDIR%%/themes/graphics/horde-power2.png
%%HORDEDIR%%/themes/graphics/horde-power3.png
%%HORDEDIR%%/themes/graphics/horde.png
%%HORDEDIR%%/themes/graphics/image/flip.png
%%HORDEDIR%%/themes/graphics/image/grayscale.png
%%HORDEDIR%%/themes/graphics/image/mirror.png
%%HORDEDIR%%/themes/graphics/image/ratio.png
%%HORDEDIR%%/themes/graphics/image/rotate-180.png
%%HORDEDIR%%/themes/graphics/image/rotate-270.png
%%HORDEDIR%%/themes/graphics/image/rotate-90.png
%%HORDEDIR%%/themes/graphics/info.png
%%HORDEDIR%%/themes/graphics/info_icon.png
%%HORDEDIR%%/themes/graphics/keyboard.png
%%HORDEDIR%%/themes/graphics/layout.png
%%HORDEDIR%%/themes/graphics/lhand.png
%%HORDEDIR%%/themes/graphics/locked.png
%%HORDEDIR%%/themes/graphics/login.png
%%HORDEDIR%%/themes/graphics/logout.png
%%HORDEDIR%%/themes/graphics/mail.png
%%HORDEDIR%%/themes/graphics/map.png
%%HORDEDIR%%/themes/graphics/map_eu.png
%%HORDEDIR%%/themes/graphics/mime/audio.png
%%HORDEDIR%%/themes/graphics/mime/binary.png
%%HORDEDIR%%/themes/graphics/mime/compressed.png
%%HORDEDIR%%/themes/graphics/mime/csv.png
%%HORDEDIR%%/themes/graphics/mime/deb.png
%%HORDEDIR%%/themes/graphics/mime/encryption.png
%%HORDEDIR%%/themes/graphics/mime/executable.png
%%HORDEDIR%%/themes/graphics/mime/html.png
%%HORDEDIR%%/themes/graphics/mime/icalendar.png
%%HORDEDIR%%/themes/graphics/mime/image.png
%%HORDEDIR%%/themes/graphics/mime/inf.png
%%HORDEDIR%%/themes/graphics/mime/mail.png
%%HORDEDIR%%/themes/graphics/mime/makefile.png
%%HORDEDIR%%/themes/graphics/mime/msexcel.png
%%HORDEDIR%%/themes/graphics/mime/msi.png
%%HORDEDIR%%/themes/graphics/mime/msp.png
%%HORDEDIR%%/themes/graphics/mime/mspowerpoint.png
%%HORDEDIR%%/themes/graphics/mime/msword.png
%%HORDEDIR%%/themes/graphics/mime/ooo_calc.png
%%HORDEDIR%%/themes/graphics/mime/ooo_draw.png
%%HORDEDIR%%/themes/graphics/mime/ooo_impress.png
%%HORDEDIR%%/themes/graphics/mime/ooo_math.png
%%HORDEDIR%%/themes/graphics/mime/ooo_writer.png
%%HORDEDIR%%/themes/graphics/mime/pdf.png
%%HORDEDIR%%/themes/graphics/mime/php.png
%%HORDEDIR%%/themes/graphics/mime/quicktime.png
%%HORDEDIR%%/themes/graphics/mime/readme.png
%%HORDEDIR%%/themes/graphics/mime/realaudio.png
%%HORDEDIR%%/themes/graphics/mime/rpm.png
%%HORDEDIR%%/themes/graphics/mime/script-asa.png
%%HORDEDIR%%/themes/graphics/mime/script-asp.png
%%HORDEDIR%%/themes/graphics/mime/script-js.png
%%HORDEDIR%%/themes/graphics/mime/setup.png
%%HORDEDIR%%/themes/graphics/mime/signed.png
%%HORDEDIR%%/themes/graphics/mime/source-c.png
%%HORDEDIR%%/themes/graphics/mime/source-cpp.png
%%HORDEDIR%%/themes/graphics/mime/source-h.png
%%HORDEDIR%%/themes/graphics/mime/source-java.png
%%HORDEDIR%%/themes/graphics/mime/source-python.png
%%HORDEDIR%%/themes/graphics/mime/text.png
%%HORDEDIR%%/themes/graphics/mime/unknown.png
%%HORDEDIR%%/themes/graphics/mime/vcard.png
%%HORDEDIR%%/themes/graphics/mime/video.png
%%HORDEDIR%%/themes/graphics/mime/xcode.png
%%HORDEDIR%%/themes/graphics/mime/xml.png
%%HORDEDIR%%/themes/graphics/mobile/bottom.jpg
%%HORDEDIR%%/themes/graphics/mobile/display.jpg
%%HORDEDIR%%/themes/graphics/mobile/left.jpg
%%HORDEDIR%%/themes/graphics/mobile/right.jpg
%%HORDEDIR%%/themes/graphics/mobile/top.jpg
%%HORDEDIR%%/themes/graphics/myaccount.png
%%HORDEDIR%%/themes/graphics/nav/bottom-grey.png
%%HORDEDIR%%/themes/graphics/nav/bottom.png
%%HORDEDIR%%/themes/graphics/nav/down-grey.png
%%HORDEDIR%%/themes/graphics/nav/down.png
%%HORDEDIR%%/themes/graphics/nav/first-grey.png
%%HORDEDIR%%/themes/graphics/nav/first.png
%%HORDEDIR%%/themes/graphics/nav/last-grey.png
%%HORDEDIR%%/themes/graphics/nav/last.png
%%HORDEDIR%%/themes/graphics/nav/left-grey.png
%%HORDEDIR%%/themes/graphics/nav/left.png
%%HORDEDIR%%/themes/graphics/nav/right-grey.png
%%HORDEDIR%%/themes/graphics/nav/right.png
%%HORDEDIR%%/themes/graphics/nav/top-grey.png
%%HORDEDIR%%/themes/graphics/nav/top.png
%%HORDEDIR%%/themes/graphics/nav/up-grey.png
%%HORDEDIR%%/themes/graphics/nav/up.png
%%HORDEDIR%%/themes/graphics/office.png
%%HORDEDIR%%/themes/graphics/organizing.png
%%HORDEDIR%%/themes/graphics/perms.png
%%HORDEDIR%%/themes/graphics/prefs.png
%%HORDEDIR%%/themes/graphics/print.png
%%HORDEDIR%%/themes/graphics/problem.png
%%HORDEDIR%%/themes/graphics/reload.png
%%HORDEDIR%%/themes/graphics/required.png
%%HORDEDIR%%/themes/graphics/rhand.png
%%HORDEDIR%%/themes/graphics/save.png
%%HORDEDIR%%/themes/graphics/search.png
%%HORDEDIR%%/themes/graphics/shadow.gif
%%HORDEDIR%%/themes/graphics/shadow.png
%%HORDEDIR%%/themes/graphics/shell.png
%%HORDEDIR%%/themes/graphics/show_panel.png
%%HORDEDIR%%/themes/graphics/sql.png
%%HORDEDIR%%/themes/graphics/tree/blank.png
%%HORDEDIR%%/themes/graphics/tree/folder.png
%%HORDEDIR%%/themes/graphics/tree/folderopen.png
%%HORDEDIR%%/themes/graphics/tree/join.png
%%HORDEDIR%%/themes/graphics/tree/joinbottom-down.png
%%HORDEDIR%%/themes/graphics/tree/joinbottom.png
%%HORDEDIR%%/themes/graphics/tree/leaf.png
%%HORDEDIR%%/themes/graphics/tree/line.png
%%HORDEDIR%%/themes/graphics/tree/minus.png
%%HORDEDIR%%/themes/graphics/tree/minusbottom.png
%%HORDEDIR%%/themes/graphics/tree/minusonly.png
%%HORDEDIR%%/themes/graphics/tree/minustop.png
%%HORDEDIR%%/themes/graphics/tree/nullonly.png
%%HORDEDIR%%/themes/graphics/tree/plus.png
%%HORDEDIR%%/themes/graphics/tree/plusbottom.png
%%HORDEDIR%%/themes/graphics/tree/plusonly.png
%%HORDEDIR%%/themes/graphics/tree/plustop.png
%%HORDEDIR%%/themes/graphics/tree/rev-join.png
%%HORDEDIR%%/themes/graphics/tree/rev-minusonly.png
%%HORDEDIR%%/themes/graphics/tree/rev-joinbottom-down.png
%%HORDEDIR%%/themes/graphics/tree/rev-plusonly.png
%%HORDEDIR%%/themes/graphics/tree/rev-line.png
%%HORDEDIR%%/themes/graphics/tree/rev-minusbottom.png
%%HORDEDIR%%/themes/graphics/tree/rev-plus.png
%%HORDEDIR%%/themes/graphics/tree/rev-plusbottom.png
%%HORDEDIR%%/themes/graphics/tree/rev-leaf.png
%%HORDEDIR%%/themes/graphics/tree/rev-joinbottom.png
%%HORDEDIR%%/themes/graphics/tree/rev-nullonly.png
%%HORDEDIR%%/themes/graphics/tree/rev-minus.png
%%HORDEDIR%%/themes/graphics/tree/rev-plustop.png
%%HORDEDIR%%/themes/graphics/tree/rev-minustop.png
%%HORDEDIR%%/themes/graphics/unlocked.png
%%HORDEDIR%%/themes/graphics/user.png
%%HORDEDIR%%/themes/graphics/website.png
%%HORDEDIR%%/themes/graphics/za.png
%%HORDEDIR%%/themes/ie.css
%%HORDEDIR%%/themes/ie5mac.css
%%HORDEDIR%%/themes/kolab/graphics/bg.png
%%HORDEDIR%%/themes/kolab/graphics/kolab.png
%%HORDEDIR%%/themes/kolab/graphics/kolablogo.png
%%HORDEDIR%%/themes/kolab/info.php
%%HORDEDIR%%/themes/kolab/screen.css
%%HORDEDIR%%/themes/lavander/info.php
%%HORDEDIR%%/themes/lavander/screen.css
%%HORDEDIR%%/themes/lightblue/graphics/menu.png
%%HORDEDIR%%/themes/lightblue/info.php
%%HORDEDIR%%/themes/lightblue/screen.css
%%HORDEDIR%%/themes/luc/info.php
%%HORDEDIR%%/themes/luc/screen.css
%%HORDEDIR%%/themes/lucblue/info.php
%%HORDEDIR%%/themes/lucblue/screen.css
%%HORDEDIR%%/themes/mobile/screen.css
%%HORDEDIR%%/themes/mozilla/graphics/header.png
%%HORDEDIR%%/themes/mozilla/graphics/menu-active.png
%%HORDEDIR%%/themes/mozilla/graphics/menu.png
%%HORDEDIR%%/themes/mozilla/info.php
%%HORDEDIR%%/themes/mozilla/screen.css
%%HORDEDIR%%/themes/opera.css
%%HORDEDIR%%/themes/postnuke/info.php
%%HORDEDIR%%/themes/postnuke/screen.css
%%HORDEDIR%%/themes/print/screen.css
%%HORDEDIR%%/themes/purple/info.php
%%HORDEDIR%%/themes/purple/screen.css
%%HORDEDIR%%/themes/screen.css
%%HORDEDIR%%/themes/simplex/graphics/background.png
%%HORDEDIR%%/themes/simplex/info.php
%%HORDEDIR%%/themes/simplex/screen.css
%%HORDEDIR%%/util/barcode.php
%%HORDEDIR%%/util/google_example.php
%%HORDEDIR%%/util/icon_browser.php
%%HORDEDIR%%/util/regex_test.php
@dirrm %%HORDEDIR%%/util
@dirrm %%HORDEDIR%%/themes/simplex/graphics
@dirrm %%HORDEDIR%%/themes/simplex
@dirrm %%HORDEDIR%%/themes/purple
@dirrm %%HORDEDIR%%/themes/print
@dirrm %%HORDEDIR%%/themes/postnuke
@dirrm %%HORDEDIR%%/themes/mozilla/graphics
@dirrm %%HORDEDIR%%/themes/mozilla
@dirrm %%HORDEDIR%%/themes/mobile
@dirrm %%HORDEDIR%%/themes/lucblue
@dirrm %%HORDEDIR%%/themes/luc
@dirrm %%HORDEDIR%%/themes/lightblue/graphics
@dirrm %%HORDEDIR%%/themes/lightblue
@dirrm %%HORDEDIR%%/themes/lavander
@dirrm %%HORDEDIR%%/themes/kolab/graphics
@dirrm %%HORDEDIR%%/themes/kolab
@dirrm %%HORDEDIR%%/themes/graphics/tree
@dirrm %%HORDEDIR%%/themes/graphics/nav
@dirrm %%HORDEDIR%%/themes/graphics/mobile
@dirrm %%HORDEDIR%%/themes/graphics/mime
@dirrm %%HORDEDIR%%/themes/graphics/image
@dirrm %%HORDEDIR%%/themes/graphics/flags
@dirrm %%HORDEDIR%%/themes/graphics/emoticons
@dirrm %%HORDEDIR%%/themes/graphics/block/weatherdotcom/32x32
@dirrm %%HORDEDIR%%/themes/graphics/block/weatherdotcom/23x23
@dirrm %%HORDEDIR%%/themes/graphics/block/weatherdotcom
@dirrm %%HORDEDIR%%/themes/graphics/block/sunrise
@dirrm %%HORDEDIR%%/themes/graphics/block/moon
@dirrm %%HORDEDIR%%/themes/graphics/block
@dirrm %%HORDEDIR%%/themes/graphics/alerts
@dirrm %%HORDEDIR%%/themes/graphics
@dirrm %%HORDEDIR%%/themes/grey
@dirrm %%HORDEDIR%%/themes/green
@dirrm %%HORDEDIR%%/themes/gennevilliers
@dirrm %%HORDEDIR%%/themes/cornflower
@dirrm %%HORDEDIR%%/themes/camouflage/graphics
@dirrm %%HORDEDIR%%/themes/camouflage
@dirrm %%HORDEDIR%%/themes/burntorange
@dirrm %%HORDEDIR%%/themes/brown
@dirrm %%HORDEDIR%%/themes/bluewhite
@dirrm %%HORDEDIR%%/themes/bluemoon
@dirrm %%HORDEDIR%%/themes/barbie
@dirrm %%HORDEDIR%%/themes/azur
@dirrm %%HORDEDIR%%/themes/NeXTgrey
@dirrm %%HORDEDIR%%/themes
@dirrm %%HORDEDIR%%/templates/test
@dirrm %%HORDEDIR%%/templates/shares
@dirrm %%HORDEDIR%%/templates/rpcsum
@dirrm %%HORDEDIR%%/templates/problem
@dirrm %%HORDEDIR%%/templates/prefs
@dirrm %%HORDEDIR%%/templates/portal
@dirrm %%HORDEDIR%%/templates/menu
@dirrm %%HORDEDIR%%/templates/maintenance
@dirrm %%HORDEDIR%%/templates/login
@dirrm %%HORDEDIR%%/templates/javascript
@dirrm %%HORDEDIR%%/templates/index
@dirrm %%HORDEDIR%%/templates/help
@dirrm %%HORDEDIR%%/templates/data
@dirrm %%HORDEDIR%%/templates/contents
@dirrm %%HORDEDIR%%/templates/categorytree
@dirrm %%HORDEDIR%%/templates/admin/user
@dirrm %%HORDEDIR%%/templates/admin/setup
@dirrm %%HORDEDIR%%/templates/admin/groups
@dirrm %%HORDEDIR%%/templates/admin
@dirrm %%HORDEDIR%%/templates
@dirrm %%HORDEDIR%%/services/shares
@dirrm %%HORDEDIR%%/services/portal
@dirrm %%HORDEDIR%%/services/obrowser
@dirrm %%HORDEDIR%%/services/images
@dirrm %%HORDEDIR%%/services/help
@dirrm %%HORDEDIR%%/services/editor/htmlarea/popups
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/lang
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations/img
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/TableOperations
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/ListType/lang
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/ListType
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/ContextMenu/lang
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/ContextMenu
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage/lang
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins/AnselImage
@dirrm %%HORDEDIR%%/services/editor/htmlarea/plugins
@dirrm %%HORDEDIR%%/services/editor/htmlarea/lang
@dirrm %%HORDEDIR%%/services/editor/htmlarea/images
@dirrm %%HORDEDIR%%/services/editor/htmlarea
@dirrm %%HORDEDIR%%/services/editor
@dirrm %%HORDEDIR%%/services/download
@dirrm %%HORDEDIR%%/services
@dirrm %%HORDEDIR%%/scripts/upgrades
@dirrm %%HORDEDIR%%/scripts/sql
@dirrm %%HORDEDIR%%/scripts/ldap
@dirrm %%HORDEDIR%%/scripts
@dirrm %%HORDEDIR%%/po
@dirrm %%HORDEDIR%%/locale/zh_TW/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/zh_TW
@dirrm %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/zh_CN
@dirrm %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/uk_UA
@dirrm %%HORDEDIR%%/locale/tr_TR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/tr_TR
@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/sv_SE
@dirrm %%HORDEDIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/sl_SI
@dirrm %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/sk_SK
@dirrm %%HORDEDIR%%/locale/ru_RU/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ru_RU
@dirrm %%HORDEDIR%%/locale/ro_RO/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ro_RO
@dirrm %%HORDEDIR%%/locale/pt_PT/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/pt_PT
@dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/pt_BR
@dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/pl_PL
@dirrm %%HORDEDIR%%/locale/nn_NO/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/nn_NO
@dirrm %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/nl_NL
@dirrm %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/nb_NO
@dirrm %%HORDEDIR%%/locale/mk_MK/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/mk_MK
@dirrm %%HORDEDIR%%/locale/lv_LV/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/lv_LV
@dirrm %%HORDEDIR%%/locale/lt_LT/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/lt_LT
@dirrm %%HORDEDIR%%/locale/ko_KR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ko_KR
@dirrm %%HORDEDIR%%/locale/ja_JP/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ja_JP
@dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/it_IT
@dirrm %%HORDEDIR%%/locale/id_ID/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/id_ID
@dirrm %%HORDEDIR%%/locale/hu_HU/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/hu_HU
@dirrm %%HORDEDIR%%/locale/gl_ES/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/gl_ES
@dirrm %%HORDEDIR%%/locale/fr_FR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/fr_FR
@dirrm %%HORDEDIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/fi_FI
@dirrm %%HORDEDIR%%/locale/fa_IR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/fa_IR
@dirrm %%HORDEDIR%%/locale/et_EE/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/et_EE
@dirrm %%HORDEDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/es_ES
@dirrm %%HORDEDIR%%/locale/en_US
@dirrm %%HORDEDIR%%/locale/el_GR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/el_GR
@dirrm %%HORDEDIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/de_DE
@dirrm %%HORDEDIR%%/locale/da_DK/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/da_DK
@dirrm %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/cs_CZ
@dirrm %%HORDEDIR%%/locale/ca_ES/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ca_ES
@dirrm %%HORDEDIR%%/locale/bg_BG/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/bg_BG
@dirrm %%HORDEDIR%%/locale/ar_SY/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/ar_SY
@dirrm %%HORDEDIR%%/locale
@dirrm %%HORDEDIR%%/lib/XML/tests
@dirrm %%HORDEDIR%%/lib/XML/docs/examples
@dirrm %%HORDEDIR%%/lib/XML/docs
@dirrm %%HORDEDIR%%/lib/XML/WBXML/DTD
@dirrm %%HORDEDIR%%/lib/XML/WBXML
@dirrm %%HORDEDIR%%/lib/XML
@dirrm %%HORDEDIR%%/lib/VFS/tests
@dirrm %%HORDEDIR%%/lib/VFS/ISOWriter/RealOutputStrategy
@dirrm %%HORDEDIR%%/lib/VFS/ISOWriter/RealInputStrategy
@dirrm %%HORDEDIR%%/lib/VFS/ISOWriter
@dirrm %%HORDEDIR%%/lib/VFS
@dirrm %%HORDEDIR%%/lib/Text/tests
@dirrm %%HORDEDIR%%/lib/Text/reST/Formatter
@dirrm %%HORDEDIR%%/lib/Text/reST
@dirrm %%HORDEDIR%%/lib/Text/docs/examples
@dirrm %%HORDEDIR%%/lib/Text/docs
@dirrm %%HORDEDIR%%/lib/Text/Diff/Renderer
@dirrm %%HORDEDIR%%/lib/Text/Diff
@dirrm %%HORDEDIR%%/lib/Text
@dirrm %%HORDEDIR%%/lib/Net/SMS
@dirrm %%HORDEDIR%%/lib/Net/IMSP/Auth
@dirrm %%HORDEDIR%%/lib/Net/IMSP
@dirrm %%HORDEDIR%%/lib/Net
@dirrm %%HORDEDIR%%/lib/Horde/tests
@dirrm %%HORDEDIR%%/lib/Horde/iCalendar
@dirrm %%HORDEDIR%%/lib/Horde/docs/examples
@dirrm %%HORDEDIR%%/lib/Horde/docs
@dirrm %%HORDEDIR%%/lib/Horde/VC
@dirrm %%HORDEDIR%%/lib/Horde/UI/VarRenderer
@dirrm %%HORDEDIR%%/lib/Horde/UI
@dirrm %%HORDEDIR%%/lib/Horde/Tree
@dirrm %%HORDEDIR%%/lib/Horde/Token
@dirrm %%HORDEDIR%%/lib/Horde/Text/tests
@dirrm %%HORDEDIR%%/lib/Horde/Text/Filter
@dirrm %%HORDEDIR%%/lib/Horde/Text
@dirrm %%HORDEDIR%%/lib/Horde/SyncML/Sync
@dirrm %%HORDEDIR%%/lib/Horde/SyncML/Command/Sync
@dirrm %%HORDEDIR%%/lib/Horde/SyncML/Command
@dirrm %%HORDEDIR%%/lib/Horde/SyncML
@dirrm %%HORDEDIR%%/lib/Horde/SessionHandler
@dirrm %%HORDEDIR%%/lib/Horde/Search
@dirrm %%HORDEDIR%%/lib/Horde/Scheduler
@dirrm %%HORDEDIR%%/lib/Horde/SQL
@dirrm %%HORDEDIR%%/lib/Horde/Relationship
@dirrm %%HORDEDIR%%/lib/Horde/RPC
@dirrm %%HORDEDIR%%/lib/Horde/Prefs
@dirrm %%HORDEDIR%%/lib/Horde/Perms
@dirrm %%HORDEDIR%%/lib/Horde/Notification/Listener
@dirrm %%HORDEDIR%%/lib/Horde/Notification
@dirrm %%HORDEDIR%%/lib/Horde/NLS
@dirrm %%HORDEDIR%%/lib/Horde/Mobile/Renderer
@dirrm %%HORDEDIR%%/lib/Horde/Mobile
@dirrm %%HORDEDIR%%/lib/Horde/MIME/Viewer/ooo
@dirrm %%HORDEDIR%%/lib/Horde/MIME/Viewer
@dirrm %%HORDEDIR%%/lib/Horde/MIME
@dirrm %%HORDEDIR%%/lib/Horde/Image
@dirrm %%HORDEDIR%%/lib/Horde/IMAP/ACL
@dirrm %%HORDEDIR%%/lib/Horde/IMAP
@dirrm %%HORDEDIR%%/lib/Horde/Group
@dirrm %%HORDEDIR%%/lib/Horde/Graph/Plot
@dirrm %%HORDEDIR%%/lib/Horde/Graph/Chart
@dirrm %%HORDEDIR%%/lib/Horde/Graph
@dirrm %%HORDEDIR%%/lib/Horde/Form/Action
@dirrm %%HORDEDIR%%/lib/Horde/Form
@dirrm %%HORDEDIR%%/lib/Horde/Editor
@dirrm %%HORDEDIR%%/lib/Horde/DataTree
@dirrm %%HORDEDIR%%/lib/Horde/Data
@dirrm %%HORDEDIR%%/lib/Horde/Crypt
@dirrm %%HORDEDIR%%/lib/Horde/Compress
@dirrm %%HORDEDIR%%/lib/Horde/Cipher/BlockMode
@dirrm %%HORDEDIR%%/lib/Horde/Cipher
@dirrm %%HORDEDIR%%/lib/Horde/Cache
@dirrm %%HORDEDIR%%/lib/Horde/Browser
@dirrm %%HORDEDIR%%/lib/Horde/Block
@dirrm %%HORDEDIR%%/lib/Horde/Auth
@dirrm %%HORDEDIR%%/lib/Horde
@dirrm %%HORDEDIR%%/lib/File/PDF/fonts
@dirrm %%HORDEDIR%%/lib/File/PDF
@dirrm %%HORDEDIR%%/lib/File
@dirrm %%HORDEDIR%%/lib/Block
@dirrm %%HORDEDIR%%/lib
@dirrm %%HORDEDIR%%/js
@unexec rmdir %D/%%HORDEDIR%%/config 2>/dev/null || true
@dirrm %%HORDEDIR%%/admin/setup
@dirrm %%HORDEDIR%%/admin/perms
@dirrm %%HORDEDIR%%/admin/locale/fi_FI
@dirrm %%HORDEDIR%%/admin/locale/en_US
@dirrm %%HORDEDIR%%/admin/locale
@dirrm %%HORDEDIR%%/admin
@unexec rmdir %D/%%HORDEDIR%% 2>/dev/null || true
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/etc/horde 2>/dev/null || true