aboutsummaryrefslogblamecommitdiff
path: root/www/vtiger/pkg-plist
blob: 369d9f784ad451aaff13864aa843861d07590db7 (plain) (tree)
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
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798





















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                     
%%WWWDIR%%/Image/Canvas/Color.php
%%WWWDIR%%/Image/Canvas/Fonts/README
%%WWWDIR%%/Image/Canvas/Fonts/Vera.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraBI.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraBd.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraCopyright.txt
%%WWWDIR%%/Image/Canvas/Fonts/VeraIt.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraMoBI.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraMoBd.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraMoIt.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraMono.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraSe.ttf
%%WWWDIR%%/Image/Canvas/Fonts/VeraSeBd.ttf
%%WWWDIR%%/Image/Canvas/Fonts/fontmap.txt
%%WWWDIR%%/Image/Canvas/GD/JPG.php
%%WWWDIR%%/Image/Canvas/GD/PNG.php
%%WWWDIR%%/Image/Canvas/GD.php
%%WWWDIR%%/Image/Canvas/ImageMap.php
%%WWWDIR%%/Image/Canvas/PDF.php
%%WWWDIR%%/Image/Canvas/SVG.php
%%WWWDIR%%/Image/Canvas/Tool.php
%%WWWDIR%%/Image/Canvas/WithMap.php
%%WWWDIR%%/Image/Canvas.php
%%WWWDIR%%/Image/Color.php
%%WWWDIR%%/Image/Graph/Axis/Category.php
%%WWWDIR%%/Image/Graph/Axis/Logarithmic.php
%%WWWDIR%%/Image/Graph/Axis/Marker/Area.php
%%WWWDIR%%/Image/Graph/Axis/Marker/Line.php
%%WWWDIR%%/Image/Graph/Axis/Radar.php
%%WWWDIR%%/Image/Graph/Axis.php
%%WWWDIR%%/Image/Graph/Common.php
%%WWWDIR%%/Image/Graph/Config.php
%%WWWDIR%%/Image/Graph/Constants.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Array.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Currency.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Date.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Formatted.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Function.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/NumberText.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/RomanNumerals.php
%%WWWDIR%%/Image/Graph/DataPreprocessor/Sequential.php
%%WWWDIR%%/Image/Graph/DataPreprocessor.php
%%WWWDIR%%/Image/Graph/DataSelector/EveryNthPoint.php
%%WWWDIR%%/Image/Graph/DataSelector/NoZeros.php
%%WWWDIR%%/Image/Graph/DataSelector/Values.php
%%WWWDIR%%/Image/Graph/DataSelector.php
%%WWWDIR%%/Image/Graph/Dataset/Function.php
%%WWWDIR%%/Image/Graph/Dataset/Random.php
%%WWWDIR%%/Image/Graph/Dataset/Sequential.php
%%WWWDIR%%/Image/Graph/Dataset/Trivial.php
%%WWWDIR%%/Image/Graph/Dataset/VectorFunction.php
%%WWWDIR%%/Image/Graph/Dataset.php
%%WWWDIR%%/Image/Graph/Element.php
%%WWWDIR%%/Image/Graph/Figure/Circle.php
%%WWWDIR%%/Image/Graph/Figure/Ellipse.php
%%WWWDIR%%/Image/Graph/Figure/Polygon.php
%%WWWDIR%%/Image/Graph/Figure/Rectangle.php
%%WWWDIR%%/Image/Graph/Fill/Array.php
%%WWWDIR%%/Image/Graph/Fill/Gradient.php
%%WWWDIR%%/Image/Graph/Fill/Image.php
%%WWWDIR%%/Image/Graph/Fill.php
%%WWWDIR%%/Image/Graph/Font.php
%%WWWDIR%%/Image/Graph/Grid/Bars.php
%%WWWDIR%%/Image/Graph/Grid/Lines.php
%%WWWDIR%%/Image/Graph/Grid/Polar.php
%%WWWDIR%%/Image/Graph/Grid.php
%%WWWDIR%%/Image/Graph/Images/Icons/pinpoint.png
%%WWWDIR%%/Image/Graph/Images/Icons/pinpointr.png
%%WWWDIR%%/Image/Graph/Images/Maps/README
%%WWWDIR%%/Image/Graph/Layout/Horizontal.php
%%WWWDIR%%/Image/Graph/Layout/Matrix.php
%%WWWDIR%%/Image/Graph/Layout/Vertical.php
%%WWWDIR%%/Image/Graph/Layout.php
%%WWWDIR%%/Image/Graph/Legend.php
%%WWWDIR%%/Image/Graph/Line/Array.php
%%WWWDIR%%/Image/Graph/Line/Dashed.php
%%WWWDIR%%/Image/Graph/Line/Dotted.php
%%WWWDIR%%/Image/Graph/Line/Formatted.php
%%WWWDIR%%/Image/Graph/Line/Solid.php
%%WWWDIR%%/Image/Graph/Logo.php
%%WWWDIR%%/Image/Graph/Marker/Array.php
%%WWWDIR%%/Image/Graph/Marker/Asterisk.php
%%WWWDIR%%/Image/Graph/Marker/Average.php
%%WWWDIR%%/Image/Graph/Marker/Box.php
%%WWWDIR%%/Image/Graph/Marker/Bubble.php
%%WWWDIR%%/Image/Graph/Marker/Circle.php
%%WWWDIR%%/Image/Graph/Marker/Cross.php
%%WWWDIR%%/Image/Graph/Marker/Diamond.php
%%WWWDIR%%/Image/Graph/Marker/Icon.php
%%WWWDIR%%/Image/Graph/Marker/Pinpoint.php
%%WWWDIR%%/Image/Graph/Marker/Plus.php
%%WWWDIR%%/Image/Graph/Marker/Pointing/Angular.php
%%WWWDIR%%/Image/Graph/Marker/Pointing/Radial.php
%%WWWDIR%%/Image/Graph/Marker/Pointing.php
%%WWWDIR%%/Image/Graph/Marker/ReversePinpoint.php
%%WWWDIR%%/Image/Graph/Marker/Star.php
%%WWWDIR%%/Image/Graph/Marker/Triangle.php
%%WWWDIR%%/Image/Graph/Marker/Value.php
%%WWWDIR%%/Image/Graph/Marker.php
%%WWWDIR%%/Image/Graph/Plot/Area.php
%%WWWDIR%%/Image/Graph/Plot/Band.php
%%WWWDIR%%/Image/Graph/Plot/Bar.php
%%WWWDIR%%/Image/Graph/Plot/BoxWhisker.php
%%WWWDIR%%/Image/Graph/Plot/CandleStick.php
%%WWWDIR%%/Image/Graph/Plot/Dot.php
%%WWWDIR%%/Image/Graph/Plot/Fit/Line.php
%%WWWDIR%%/Image/Graph/Plot/Impulse.php
%%WWWDIR%%/Image/Graph/Plot/Line.php
%%WWWDIR%%/Image/Graph/Plot/Odo.php
%%WWWDIR%%/Image/Graph/Plot/Pie.php
%%WWWDIR%%/Image/Graph/Plot/Radar.php
%%WWWDIR%%/Image/Graph/Plot/Smoothed/Area.php
%%WWWDIR%%/Image/Graph/Plot/Smoothed/Bezier.php
%%WWWDIR%%/Image/Graph/Plot/Smoothed/Line.php
%%WWWDIR%%/Image/Graph/Plot/Smoothed/Radar.php
%%WWWDIR%%/Image/Graph/Plot/Step.php
%%WWWDIR%%/Image/Graph/Plot.php
%%WWWDIR%%/Image/Graph/Plotarea/Element.php
%%WWWDIR%%/Image/Graph/Plotarea/Map.php
%%WWWDIR%%/Image/Graph/Plotarea/Radar.php
%%WWWDIR%%/Image/Graph/Plotarea.php
%%WWWDIR%%/Image/Graph/Simple.php
%%WWWDIR%%/Image/Graph/Title.php
%%WWWDIR%%/Image/Graph/Tool.php
%%WWWDIR%%/Image/Graph.php
%%WWWDIR%%/Smarty/COPYING.lib
%%WWWDIR%%/Smarty/cache/index.html
%%WWWDIR%%/Smarty/configs/index.html
%%WWWDIR%%/Smarty/libs/Config_File.class.php
%%WWWDIR%%/Smarty/libs/Smarty.class.php
%%WWWDIR%%/Smarty/libs/Smarty_Compiler.class.php
%%WWWDIR%%/Smarty/libs/debug.tpl
%%WWWDIR%%/Smarty/libs/internals/core.assemble_plugin_filepath.php
%%WWWDIR%%/Smarty/libs/internals/core.assign_smarty_interface.php
%%WWWDIR%%/Smarty/libs/internals/core.create_dir_structure.php
%%WWWDIR%%/Smarty/libs/internals/core.display_debug_console.php
%%WWWDIR%%/Smarty/libs/internals/core.get_include_path.php
%%WWWDIR%%/Smarty/libs/internals/core.get_microtime.php
%%WWWDIR%%/Smarty/libs/internals/core.get_php_resource.php
%%WWWDIR%%/Smarty/libs/internals/core.is_secure.php
%%WWWDIR%%/Smarty/libs/internals/core.is_trusted.php
%%WWWDIR%%/Smarty/libs/internals/core.load_plugins.php
%%WWWDIR%%/Smarty/libs/internals/core.load_resource_plugin.php
%%WWWDIR%%/Smarty/libs/internals/core.process_cached_inserts.php
%%WWWDIR%%/Smarty/libs/internals/core.process_compiled_include.php
%%WWWDIR%%/Smarty/libs/internals/core.read_cache_file.php
%%WWWDIR%%/Smarty/libs/internals/core.rm_auto.php
%%WWWDIR%%/Smarty/libs/internals/core.rmdir.php
%%WWWDIR%%/Smarty/libs/internals/core.run_insert_handler.php
%%WWWDIR%%/Smarty/libs/internals/core.smarty_include_php.php
%%WWWDIR%%/Smarty/libs/internals/core.write_cache_file.php
%%WWWDIR%%/Smarty/libs/internals/core.write_compiled_include.php
%%WWWDIR%%/Smarty/libs/internals/core.write_compiled_resource.php
%%WWWDIR%%/Smarty/libs/internals/core.write_file.php
%%WWWDIR%%/Smarty/libs/plugins/block.textformat.php
%%WWWDIR%%/Smarty/libs/plugins/compiler.assign.php
%%WWWDIR%%/Smarty/libs/plugins/function.assign_debug_info.php
%%WWWDIR%%/Smarty/libs/plugins/function.config_load.php
%%WWWDIR%%/Smarty/libs/plugins/function.counter.php
%%WWWDIR%%/Smarty/libs/plugins/function.cycle.php
%%WWWDIR%%/Smarty/libs/plugins/function.debug.php
%%WWWDIR%%/Smarty/libs/plugins/function.eval.php
%%WWWDIR%%/Smarty/libs/plugins/function.fetch.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_checkboxes.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_image.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_options.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_radios.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_select_date.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_select_time.php
%%WWWDIR%%/Smarty/libs/plugins/function.html_table.php
%%WWWDIR%%/Smarty/libs/plugins/function.mailto.php
%%WWWDIR%%/Smarty/libs/plugins/function.math.php
%%WWWDIR%%/Smarty/libs/plugins/function.popup.php
%%WWWDIR%%/Smarty/libs/plugins/function.popup_init.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.capitalize.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.cat.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.count_characters.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.count_paragraphs.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.count_sentences.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.count_words.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.date_format.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.debug_print_var.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.default.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.escape.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.indent.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.lower.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.nl2br.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.regex_replace.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.replace.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.spacify.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.string_format.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.strip.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.strip_tags.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.truncate.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.upper.php
%%WWWDIR%%/Smarty/libs/plugins/modifier.wordwrap.php
%%WWWDIR%%/Smarty/libs/plugins/outputfilter.trimwhitespace.php
%%WWWDIR%%/Smarty/libs/plugins/shared.escape_special_chars.php
%%WWWDIR%%/Smarty/libs/plugins/shared.make_timestamp.php
%%WWWDIR%%/Smarty/misc/smarty_icon.README
%%WWWDIR%%/Smarty/misc/smarty_icon.gif
%%WWWDIR%%/Smarty/templates/ActivityDetailView.tpl
%%WWWDIR%%/Smarty/templates/ActivityEditView.tpl
%%WWWDIR%%/Smarty/templates/ActivityListView.tpl
%%WWWDIR%%/Smarty/templates/AddMailAccount.tpl
%%WWWDIR%%/Smarty/templates/AddProductToPriceBooks.tpl
%%WWWDIR%%/Smarty/templates/AddProductsToPriceBook.tpl
%%WWWDIR%%/Smarty/templates/AuditTrailList.tpl
%%WWWDIR%%/Smarty/templates/Buttons_List.tpl
%%WWWDIR%%/Smarty/templates/Buttons_List1.tpl
%%WWWDIR%%/Smarty/templates/Calculator.tpl
%%WWWDIR%%/Smarty/templates/Clock.tpl
%%WWWDIR%%/Smarty/templates/ComposeEmail.tpl
%%WWWDIR%%/Smarty/templates/CreateEmailTemplate.tpl
%%WWWDIR%%/Smarty/templates/CreateProfile.tpl
%%WWWDIR%%/Smarty/templates/CreateView.tpl
%%WWWDIR%%/Smarty/templates/CreateWordTemplate.tpl
%%WWWDIR%%/Smarty/templates/CumulStatistics.tpl
%%WWWDIR%%/Smarty/templates/CurrencyDetailView.tpl
%%WWWDIR%%/Smarty/templates/CurrencyEditView.tpl
%%WWWDIR%%/Smarty/templates/CurrencyListView.tpl
%%WWWDIR%%/Smarty/templates/CurrencyListViewEntries.tpl
%%WWWDIR%%/Smarty/templates/CustomFieldEntries.tpl
%%WWWDIR%%/Smarty/templates/CustomFieldList.tpl
%%WWWDIR%%/Smarty/templates/CustomFieldMapping.tpl
%%WWWDIR%%/Smarty/templates/CustomView.tpl
%%WWWDIR%%/Smarty/templates/DefModuleView.tpl
%%WWWDIR%%/Smarty/templates/DeleteRole.tpl
%%WWWDIR%%/Smarty/templates/DetailView.tpl
%%WWWDIR%%/Smarty/templates/DetailViewEmailTemplate.tpl
%%WWWDIR%%/Smarty/templates/DetailViewFields.tpl
%%WWWDIR%%/Smarty/templates/DetailViewHidden.tpl
%%WWWDIR%%/Smarty/templates/DetailViewUI.tpl
%%WWWDIR%%/Smarty/templates/DisplayFields.tpl
%%WWWDIR%%/Smarty/templates/EditProfile.tpl
%%WWWDIR%%/Smarty/templates/EditViewHidden.tpl
%%WWWDIR%%/Smarty/templates/EmailContents.tpl
%%WWWDIR%%/Smarty/templates/EmailDetailView.tpl
%%WWWDIR%%/Smarty/templates/EmailDetails.tpl
%%WWWDIR%%/Smarty/templates/Emails.tpl
%%WWWDIR%%/Smarty/templates/FieldAccess.tpl
%%WWWDIR%%/Smarty/templates/FieldAccessindex.tpl
%%WWWDIR%%/Smarty/templates/FieldOrderindex.tpl
%%WWWDIR%%/Smarty/templates/GlobalListView.tpl
%%WWWDIR%%/Smarty/templates/GroupDetailview.tpl
%%WWWDIR%%/Smarty/templates/GroupEditView.tpl
%%WWWDIR%%/Smarty/templates/Header.tpl
%%WWWDIR%%/Smarty/templates/HomePage.tpl
%%WWWDIR%%/Smarty/templates/ImportMap.tpl
%%WWWDIR%%/Smarty/templates/ImportStep1.tpl
%%WWWDIR%%/Smarty/templates/ImportStep2.tpl
%%WWWDIR%%/Smarty/templates/Importerror.tpl
%%WWWDIR%%/Smarty/templates/Inventory/InventoryActions.tpl
%%WWWDIR%%/Smarty/templates/Inventory/InventoryCreateView.tpl
%%WWWDIR%%/Smarty/templates/Inventory/InventoryDetailView.tpl
%%WWWDIR%%/Smarty/templates/Inventory/InventoryEditView.tpl
%%WWWDIR%%/Smarty/templates/Inventory/ProductDetails.tpl
%%WWWDIR%%/Smarty/templates/Inventory/ProductDetailsEditView.tpl
%%WWWDIR%%/Smarty/templates/JsArray.tpl
%%WWWDIR%%/Smarty/templates/ListEmailTemplates.tpl
%%WWWDIR%%/Smarty/templates/ListGroup.tpl
%%WWWDIR%%/Smarty/templates/ListLeadCustomFieldMapping.tpl
%%WWWDIR%%/Smarty/templates/ListLoginHistory.tpl
%%WWWDIR%%/Smarty/templates/ListRoles.tpl
%%WWWDIR%%/Smarty/templates/ListView.tpl
%%WWWDIR%%/Smarty/templates/ListViewAjax.tpl
%%WWWDIR%%/Smarty/templates/ListViewEntries.tpl
%%WWWDIR%%/Smarty/templates/ListWordTemplates.tpl
%%WWWDIR%%/Smarty/templates/Migration.tpl
%%WWWDIR%%/Smarty/templates/MigrationStep1.tpl
%%WWWDIR%%/Smarty/templates/MySites.tpl
%%WWWDIR%%/Smarty/templates/MySitesContents.tpl
%%WWWDIR%%/Smarty/templates/MySitesManage.tpl
%%WWWDIR%%/Smarty/templates/OrgSharingDetailView.tpl
%%WWWDIR%%/Smarty/templates/OrgSharingEditView.tpl
%%WWWDIR%%/Smarty/templates/Organizationindex.tpl
%%WWWDIR%%/Smarty/templates/PickListindex.tpl
%%WWWDIR%%/Smarty/templates/Popup.tpl
%%WWWDIR%%/Smarty/templates/PopupContents.tpl
%%WWWDIR%%/Smarty/templates/PrintReport.tpl
%%WWWDIR%%/Smarty/templates/ProfileDetailView.tpl
%%WWWDIR%%/Smarty/templates/QuickCreate.tpl
%%WWWDIR%%/Smarty/templates/QuickCreateHidden.tpl
%%WWWDIR%%/Smarty/templates/RelatedListContents.tpl
%%WWWDIR%%/Smarty/templates/RelatedListNew.tpl
%%WWWDIR%%/Smarty/templates/RelatedLists.tpl
%%WWWDIR%%/Smarty/templates/RelatedListsHidden.tpl
%%WWWDIR%%/Smarty/templates/ReportColumns.tpl
%%WWWDIR%%/Smarty/templates/ReportColumnsTotal.tpl
%%WWWDIR%%/Smarty/templates/ReportContents.tpl
%%WWWDIR%%/Smarty/templates/ReportFilters.tpl
%%WWWDIR%%/Smarty/templates/ReportGrouping.tpl
%%WWWDIR%%/Smarty/templates/ReportRun.tpl
%%WWWDIR%%/Smarty/templates/ReportRunContents.tpl
%%WWWDIR%%/Smarty/templates/Reports.tpl
%%WWWDIR%%/Smarty/templates/ReportsCustomize.tpl
%%WWWDIR%%/Smarty/templates/ReportsStep0.tpl
%%WWWDIR%%/Smarty/templates/ReportsStep1.tpl
%%WWWDIR%%/Smarty/templates/ReportsType.tpl
%%WWWDIR%%/Smarty/templates/RoleDetailView.tpl
%%WWWDIR%%/Smarty/templates/RoleEditView.tpl
%%WWWDIR%%/Smarty/templates/RolePopup.tpl
%%WWWDIR%%/Smarty/templates/RoleTree.tpl
%%WWWDIR%%/Smarty/templates/Rss.tpl
%%WWWDIR%%/Smarty/templates/RssFeeds.tpl
%%WWWDIR%%/Smarty/templates/SelectEmail.tpl
%%WWWDIR%%/Smarty/templates/SetMenu.tpl
%%WWWDIR%%/Smarty/templates/Settings/Announcements.tpl
%%WWWDIR%%/Smarty/templates/Settings/BackupServer.tpl
%%WWWDIR%%/Smarty/templates/Settings/BackupServerContents.tpl
%%WWWDIR%%/Smarty/templates/Settings/CompanyInfo.tpl
%%WWWDIR%%/Smarty/templates/Settings/CustomInvoiceNo.tpl
%%WWWDIR%%/Smarty/templates/Settings/EditCompanyInfo.tpl
%%WWWDIR%%/Smarty/templates/Settings/EditEmailNotification.tpl
%%WWWDIR%%/Smarty/templates/Settings/EditInventoryNotify.tpl
%%WWWDIR%%/Smarty/templates/Settings/EditPickList.tpl
%%WWWDIR%%/Smarty/templates/Settings/EmailConfig.tpl
%%WWWDIR%%/Smarty/templates/Settings/EmailNotification.tpl
%%WWWDIR%%/Smarty/templates/Settings/EmailNotificationContents.tpl
%%WWWDIR%%/Smarty/templates/Settings/InventoryNotify.tpl
%%WWWDIR%%/Smarty/templates/Settings/InventoryNotifyContents.tpl
%%WWWDIR%%/Smarty/templates/Settings/InventoryTerms.tpl
%%WWWDIR%%/Smarty/templates/Settings/ModuleOwners.tpl
%%WWWDIR%%/Smarty/templates/Settings/ModuleOwnersContents.tpl
%%WWWDIR%%/Smarty/templates/Settings/PickList.tpl
%%WWWDIR%%/Smarty/templates/Settings/PickListContents.tpl
%%WWWDIR%%/Smarty/templates/Settings/ProxyServer.tpl
%%WWWDIR%%/Smarty/templates/Settings/TaxConfig.tpl
%%WWWDIR%%/Smarty/templates/Settings.tpl
%%WWWDIR%%/Smarty/templates/ShowAuditTrail.tpl
%%WWWDIR%%/Smarty/templates/ShowAuditTrailContents.tpl
%%WWWDIR%%/Smarty/templates/ShowHistoryContents.tpl
%%WWWDIR%%/Smarty/templates/SysInformation.tpl
%%WWWDIR%%/Smarty/templates/TagCloudDisplay.tpl
%%WWWDIR%%/Smarty/templates/UserDetailView.tpl
%%WWWDIR%%/Smarty/templates/UserEditView.tpl
%%WWWDIR%%/Smarty/templates/UserGroups.tpl
%%WWWDIR%%/Smarty/templates/UserListView.tpl
%%WWWDIR%%/Smarty/templates/UserListViewContents.tpl
%%WWWDIR%%/Smarty/templates/UserProfileList.tpl
%%WWWDIR%%/Smarty/templates/Webmails.tpl
%%WWWDIR%%/Smarty/templates/loginheader.tpl
%%WWWDIR%%/Smarty/templates/pendingActivities.tpl
%%WWWDIR%%/Smarty/templates/salesEditView.tpl
%%WWWDIR%%/Smarty/templates/upcomingActivities.tpl
%%WWWDIR%%/Smarty/templates_c/vtigercrm.txt
%%WWWDIR%%/adodb/adodb-active-record.inc.php
%%WWWDIR%%/adodb/adodb-csvlib.inc.php
%%WWWDIR%%/adodb/adodb-datadict.inc.php
%%WWWDIR%%/adodb/adodb-error.inc.php
%%WWWDIR%%/adodb/adodb-errorhandler.inc.php
%%WWWDIR%%/adodb/adodb-errorpear.inc.php
%%WWWDIR%%/adodb/adodb-exceptions.inc.php
%%WWWDIR%%/adodb/adodb-iterator.inc.php
%%WWWDIR%%/adodb/adodb-lib.inc.php
%%WWWDIR%%/adodb/adodb-pager.inc.php
%%WWWDIR%%/adodb/adodb-pear.inc.php
%%WWWDIR%%/adodb/adodb-perf.inc.php
%%WWWDIR%%/adodb/adodb-php4.inc.php
%%WWWDIR%%/adodb/adodb-time.inc.php
%%WWWDIR%%/adodb/adodb-xmlschema.inc.php
%%WWWDIR%%/adodb/adodb-xmlschema03.inc.php
%%WWWDIR%%/adodb/adodb.inc.php
%%WWWDIR%%/adodb/contrib/toxmlrpc.inc.php
%%WWWDIR%%/adodb/datadict/datadict-access.inc.php
%%WWWDIR%%/adodb/datadict/datadict-db2.inc.php
%%WWWDIR%%/adodb/datadict/datadict-firebird.inc.php
%%WWWDIR%%/adodb/datadict/datadict-generic.inc.php
%%WWWDIR%%/adodb/datadict/datadict-ibase.inc.php
%%WWWDIR%%/adodb/datadict/datadict-informix.inc.php
%%WWWDIR%%/adodb/datadict/datadict-mssql.inc.php
%%WWWDIR%%/adodb/datadict/datadict-mysql.inc.php
%%WWWDIR%%/adodb/datadict/datadict-oci8.inc.php
%%WWWDIR%%/adodb/datadict/datadict-postgres.inc.php
%%WWWDIR%%/adodb/datadict/datadict-sapdb.inc.php
%%WWWDIR%%/adodb/datadict/datadict-sybase.inc.php
%%WWWDIR%%/adodb/drivers/adodb-access.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ado.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ado5.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ado_access.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ado_mssql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-borland_ibase.inc.php
%%WWWDIR%%/adodb/drivers/adodb-csv.inc.php
%%WWWDIR%%/adodb/drivers/adodb-db2.inc.php
%%WWWDIR%%/adodb/drivers/adodb-fbsql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-firebird.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ibase.inc.php
%%WWWDIR%%/adodb/drivers/adodb-informix.inc.php
%%WWWDIR%%/adodb/drivers/adodb-informix72.inc.php
%%WWWDIR%%/adodb/drivers/adodb-ldap.inc.php
%%WWWDIR%%/adodb/drivers/adodb-mssql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-mssqlpo.inc.php
%%WWWDIR%%/adodb/drivers/adodb-mysql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-mysqli.inc.php
%%WWWDIR%%/adodb/drivers/adodb-mysqlt.inc.php
%%WWWDIR%%/adodb/drivers/adodb-netezza.inc.php
%%WWWDIR%%/adodb/drivers/adodb-oci8.inc.php
%%WWWDIR%%/adodb/drivers/adodb-oci805.inc.php
%%WWWDIR%%/adodb/drivers/adodb-oci8po.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbc.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbc_db2.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbc_mssql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbc_oracle.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbtp.inc.php
%%WWWDIR%%/adodb/drivers/adodb-odbtp_unicode.inc.php
%%WWWDIR%%/adodb/drivers/adodb-oracle.inc.php
%%WWWDIR%%/adodb/drivers/adodb-pdo.inc.php
%%WWWDIR%%/adodb/drivers/adodb-pdo_mssql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-pdo_mysql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-pdo_oci.inc.php
%%WWWDIR%%/adodb/drivers/adodb-pdo_pgsql.inc.php
%%WWWDIR%%/adodb/drivers/adodb-postgres.inc.php
%%WWWDIR%%/adodb/drivers/adodb-postgres64.inc.php
%%WWWDIR%%/adodb/drivers/adodb-postgres7.inc.php
%%WWWDIR%%/adodb/drivers/adodb-postgres8.inc.php
%%WWWDIR%%/adodb/drivers/adodb-proxy.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sapdb.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sqlanywhere.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sqlite.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sqlitepo.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sybase.inc.php
%%WWWDIR%%/adodb/drivers/adodb-sybase_ase.inc.php
%%WWWDIR%%/adodb/drivers/adodb-vfp.inc.php
%%WWWDIR%%/adodb/lang/adodb-ar.inc.php
%%WWWDIR%%/adodb/lang/adodb-bg.inc.php
%%WWWDIR%%/adodb/lang/adodb-bgutf8.inc.php
%%WWWDIR%%/adodb/lang/adodb-ca.inc.php
%%WWWDIR%%/adodb/lang/adodb-cn.inc.php
%%WWWDIR%%/adodb/lang/adodb-cz.inc.php
%%WWWDIR%%/adodb/lang/adodb-da.inc.php
%%WWWDIR%%/adodb/lang/adodb-de.inc.php
%%WWWDIR%%/adodb/lang/adodb-en.inc.php
%%WWWDIR%%/adodb/lang/adodb-es.inc.php
%%WWWDIR%%/adodb/lang/adodb-esperanto.inc.php
%%WWWDIR%%/adodb/lang/adodb-fr.inc.php
%%WWWDIR%%/adodb/lang/adodb-hu.inc.php
%%WWWDIR%%/adodb/lang/adodb-it.inc.php
%%WWWDIR%%/adodb/lang/adodb-nl.inc.php
%%WWWDIR%%/adodb/lang/adodb-pl.inc.php
%%WWWDIR%%/adodb/lang/adodb-pt-br.inc.php
%%WWWDIR%%/adodb/lang/adodb-ro.inc.php
%%WWWDIR%%/adodb/lang/adodb-ru1251.inc.php
%%WWWDIR%%/adodb/lang/adodb-sv.inc.php
%%WWWDIR%%/adodb/lang/adodb-uk1251.inc.php
%%WWWDIR%%/adodb/pear/Auth/Container/ADOdb.php
%%WWWDIR%%/adodb/perf/perf-db2.inc.php
%%WWWDIR%%/adodb/perf/perf-informix.inc.php
%%WWWDIR%%/adodb/perf/perf-mssql.inc.php
%%WWWDIR%%/adodb/perf/perf-mysql.inc.php
%%WWWDIR%%/adodb/perf/perf-oci8.inc.php
%%WWWDIR%%/adodb/perf/perf-postgres.inc.php
%%WWWDIR%%/adodb/pivottable.inc.php
%%WWWDIR%%/adodb/rsfilter.inc.php
%%WWWDIR%%/adodb/server.php
%%WWWDIR%%/adodb/session/adodb-compress-bzip2.php
%%WWWDIR%%/adodb/session/adodb-compress-gzip.php
%%WWWDIR%%/adodb/session/adodb-cryptsession.php
%%WWWDIR%%/adodb/session/adodb-encrypt-mcrypt.php
%%WWWDIR%%/adodb/session/adodb-encrypt-md5.php
%%WWWDIR%%/adodb/session/adodb-encrypt-secret.php
%%WWWDIR%%/adodb/session/adodb-encrypt-sha1.php
%%WWWDIR%%/adodb/session/adodb-session-clob.php
%%WWWDIR%%/adodb/session/adodb-session.php
%%WWWDIR%%/adodb/session/crypt.inc.php
%%WWWDIR%%/adodb/session/old/adodb-cryptsession.php
%%WWWDIR%%/adodb/session/old/adodb-session-clob.php
%%WWWDIR%%/adodb/session/old/adodb-session.php
%%WWWDIR%%/adodb/session/old/crypt.inc.php
%%WWWDIR%%/adodb/tests/benchmark.php
%%WWWDIR%%/adodb/tests/client.php
%%WWWDIR%%/adodb/tests/pdo.php
%%WWWDIR%%/adodb/tests/test-active-record.php
%%WWWDIR%%/adodb/tests/test-active-recs2.php
%%WWWDIR%%/adodb/tests/test-datadict.php
%%WWWDIR%%/adodb/tests/test-perf.php
%%WWWDIR%%/adodb/tests/test-pgblob.php
%%WWWDIR%%/adodb/tests/test-php5.php
%%WWWDIR%%/adodb/tests/test-xmlschema.php
%%WWWDIR%%/adodb/tests/test.php
%%WWWDIR%%/adodb/tests/test2.php
%%WWWDIR%%/adodb/tests/test3.php
%%WWWDIR%%/adodb/tests/test4.php
%%WWWDIR%%/adodb/tests/test5.php
%%WWWDIR%%/adodb/tests/test_rs_array.php
%%WWWDIR%%/adodb/tests/testcache.php
%%WWWDIR%%/adodb/tests/testdatabases.inc.php
%%WWWDIR%%/adodb/tests/testgenid.php
%%WWWDIR%%/adodb/tests/testmssql.php
%%WWWDIR%%/adodb/tests/testoci8.php
%%WWWDIR%%/adodb/tests/testoci8cursor.php
%%WWWDIR%%/adodb/tests/testpaging.php
%%WWWDIR%%/adodb/tests/testpear.php
%%WWWDIR%%/adodb/tests/testsessions.php
%%WWWDIR%%/adodb/tests/time.php
%%WWWDIR%%/adodb/tests/tmssql.php
%%WWWDIR%%/adodb/toexport.inc.php
%%WWWDIR%%/adodb/tohtml.inc.php
%%WWWDIR%%/adodb/xsl/convert-0.1-0.2.xsl
%%WWWDIR%%/adodb/xsl/convert-0.1-0.3.xsl
%%WWWDIR%%/adodb/xsl/convert-0.2-0.1.xsl
%%WWWDIR%%/adodb/xsl/convert-0.2-0.3.xsl
%%WWWDIR%%/adodb/xsl/remove-0.2.xsl
%%WWWDIR%%/adodb/xsl/remove-0.3.xsl
%%WWWDIR%%/cache/images/index.html
%%WWWDIR%%/cache/import/index.html
%%WWWDIR%%/cache/index.html
%%WWWDIR%%/cache/upload/index.html
%%WWWDIR%%/class_http/class_http.php
%%WWWDIR%%/class_http/image_cache.php
%%WWWDIR%%/cron/class.phpmailer.php
%%WWWDIR%%/cron/class.smtp.php
%%WWWDIR%%/cron/executecron.sh
%%WWWDIR%%/cron/intimateTaskStatus.bat
%%WWWDIR%%/cron/intimateTaskStatus.php
%%WWWDIR%%/cron/jobstartwindows.bat
%%WWWDIR%%/cron/output.txt
%%WWWDIR%%/cron/schtasks.exe
%%WWWDIR%%/cron/send_mail.php
%%WWWDIR%%/cron/sendreminder.sh
%%WWWDIR%%/data/CRMEntity.php
%%WWWDIR%%/data/SugarBean.php
%%WWWDIR%%/data/Tracker.php
%%WWWDIR%%/database/DatabaseConnection.php
%%WWWDIR%%/include/Ajax/CommonAjax.php
%%WWWDIR%%/include/Ajax/TagCloud.php
%%WWWDIR%%/include/ComboStrings.php
%%WWWDIR%%/include/ComboUtil.php
%%WWWDIR%%/include/CustomFieldUtil.php
%%WWWDIR%%/include/DatabaseUtil.php
%%WWWDIR%%/include/FormValidationUtil.php
%%WWWDIR%%/include/ListView/ListView.php
%%WWWDIR%%/include/ListView/ListViewSession.php
%%WWWDIR%%/include/Menu.php
%%WWWDIR%%/include/PopulateComboValues.php
%%WWWDIR%%/include/RelatedListView.php
%%WWWDIR%%/include/calculator/Calc.php
%%WWWDIR%%/include/calculator/calc.js
%%WWWDIR%%/include/database/PearDatabase.php
%%WWWDIR%%/include/database/Postgres8.php
%%WWWDIR%%/include/db_backup/backup.php
%%WWWDIR%%/include/db_backup/ftp.php
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckcontextmenugroup.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckcontextmenuitem.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckcontextmenuseparator.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckevents.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckpanel_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckpanel_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckplugin.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckspecialcombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckstyledef.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckstyledef_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckstyledef_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckstylesloader.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbar.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarbutton.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarcombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckxml_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/classes/fckxml_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fck_othercommands.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fckstylecommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fcktablecommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
%%WWWDIR%%/include/fckeditor/editor/_source/globals/fck_constants.js
%%WWWDIR%%/include/fckeditor/editor/_source/globals/fckeditorapi.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_1.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_1_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_1_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_2.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_2_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_2_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_last.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fck_onload.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckbrowserinfo.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcodeformatter.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcommands.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckconfig.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcontextmenu.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcontextmenu_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcontextmenu_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckcoreextensions.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckdebug.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckdialog.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckdialog_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckdialog_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcklanguagemanager.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcknamespace.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckplugins.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckregexlib.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckscriptloader.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckselection.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckselection_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckselection_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktablehandler.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktablehandler_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktoolbaritems.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktoolbarset.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktools.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktools_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fcktools_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckundo_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckundo_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckurlparams.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckxhtml.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckxhtml_gecko.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckxhtml_ie.js
%%WWWDIR%%/include/fckeditor/editor/_source/internals/fckxhtmlentities.js
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/anchor.gif
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/anchors.htc
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/disablehandles.htc
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/hiddenfield.gif
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/hiddenfield.htc
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/moz-bindings.xml
%%WWWDIR%%/include/fckeditor/editor/css/behaviors/showtableborders.htc
%%WWWDIR%%/include/fckeditor/editor/css/fck_editorarea.css
%%WWWDIR%%/include/fckeditor/editor/css/fck_internal.css
%%WWWDIR%%/include/fckeditor/editor/css/fck_showtableborders_gecko.css
%%WWWDIR%%/include/fckeditor/editor/dialog/common/fck_dialog_common.css
%%WWWDIR%%/include/fckeditor/editor/dialog/common/fck_dialog_common.js
%%WWWDIR%%/include/fckeditor/editor/dialog/common/fcknumericfield.htc
%%WWWDIR%%/include/fckeditor/editor/dialog/common/images/locked.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/common/images/reset.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/common/images/unlocked.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/common/moz-bindings.xml
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_about/lgpl.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_about/logo_fredck.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_about.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_anchor.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_button.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_checkbox.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_colorselector.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_docprops.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_find.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_flash.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_form.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_hiddenfield.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_image/fck_image.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_image/fck_image_preview.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_image.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_link/fck_link.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_link.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_listprop.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_paste.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_radiobutton.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_replace.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_select/fck_select.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_select.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_smiley.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_source.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_specialchar.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_table.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_tablecell.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_template.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_textarea.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_textfield.html
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/00.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/data.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/diacritic.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/dialogue.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey/multihexa.js
%%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey.html
%%WWWDIR%%/include/fckeditor/editor/fckblank.html
%%WWWDIR%%/include/fckeditor/editor/fckdebug.html
%%WWWDIR%%/include/fckeditor/editor/fckdialog.html
%%WWWDIR%%/include/fckeditor/editor/fckdocument.html
%%WWWDIR%%/include/fckeditor/editor/fckeditor.html
%%WWWDIR%%/include/fckeditor/editor/fckeditor.original.html
%%WWWDIR%%/include/fckeditor/editor/fckeditorarea.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/browser.css
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/browser.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/basexml.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/commands.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/config.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/io.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp/util.asp
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/cfm/config.cfm
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/cfm/connector.cfm
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/basexml.pl
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/commands.pl
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/connector.cgi
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/io.pl
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/upload_fck.pl
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl/util.pl
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/basexml.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/config.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/io.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php/util.php
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/test.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmfolders.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/frmupload.html
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/Folder.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/spacer.gif
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/js/common.js
%%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/js/fckxml.js
%%WWWDIR%%/include/fckeditor/editor/images/anchor.gif
%%WWWDIR%%/include/fckeditor/editor/images/spacer.gif
%%WWWDIR%%/include/fckeditor/editor/js/fck_startup.js
%%WWWDIR%%/include/fckeditor/editor/js/fckeditorcode_gecko_1.js
%%WWWDIR%%/include/fckeditor/editor/js/fckeditorcode_gecko_2.js
%%WWWDIR%%/include/fckeditor/editor/js/fckeditorcode_ie_1.js
%%WWWDIR%%/include/fckeditor/editor/js/fckeditorcode_ie_2.js
%%WWWDIR%%/include/fckeditor/editor/lang/_getfontformat.html
%%WWWDIR%%/include/fckeditor/editor/lang/_translationstatus.txt
%%WWWDIR%%/include/fckeditor/editor/lang/ar.js
%%WWWDIR%%/include/fckeditor/editor/lang/bg.js
%%WWWDIR%%/include/fckeditor/editor/lang/bs.js
%%WWWDIR%%/include/fckeditor/editor/lang/ca.js
%%WWWDIR%%/include/fckeditor/editor/lang/cs.js
%%WWWDIR%%/include/fckeditor/editor/lang/da.js
%%WWWDIR%%/include/fckeditor/editor/lang/de.js
%%WWWDIR%%/include/fckeditor/editor/lang/el.js
%%WWWDIR%%/include/fckeditor/editor/lang/en-au.js
%%WWWDIR%%/include/fckeditor/editor/lang/en-uk.js
%%WWWDIR%%/include/fckeditor/editor/lang/en.js
%%WWWDIR%%/include/fckeditor/editor/lang/eo.js
%%WWWDIR%%/include/fckeditor/editor/lang/es.js
%%WWWDIR%%/include/fckeditor/editor/lang/et.js
%%WWWDIR%%/include/fckeditor/editor/lang/eu.js
%%WWWDIR%%/include/fckeditor/editor/lang/fa.js
%%WWWDIR%%/include/fckeditor/editor/lang/fcklanguagemanager.js
%%WWWDIR%%/include/fckeditor/editor/lang/fi.js
%%WWWDIR%%/include/fckeditor/editor/lang/fo.js
%%WWWDIR%%/include/fckeditor/editor/lang/fr.js
%%WWWDIR%%/include/fckeditor/editor/lang/gl.js
%%WWWDIR%%/include/fckeditor/editor/lang/gr.js
%%WWWDIR%%/include/fckeditor/editor/lang/he.js
%%WWWDIR%%/include/fckeditor/editor/lang/hi.js
%%WWWDIR%%/include/fckeditor/editor/lang/hr.js
%%WWWDIR%%/include/fckeditor/editor/lang/hu.js
%%WWWDIR%%/include/fckeditor/editor/lang/it.js
%%WWWDIR%%/include/fckeditor/editor/lang/ja.js
%%WWWDIR%%/include/fckeditor/editor/lang/ko.js
%%WWWDIR%%/include/fckeditor/editor/lang/lt.js
%%WWWDIR%%/include/fckeditor/editor/lang/lv.js
%%WWWDIR%%/include/fckeditor/editor/lang/mn.js
%%WWWDIR%%/include/fckeditor/editor/lang/ms.js
%%WWWDIR%%/include/fckeditor/editor/lang/nl.js
%%WWWDIR%%/include/fckeditor/editor/lang/no.js
%%WWWDIR%%/include/fckeditor/editor/lang/pl.js
%%WWWDIR%%/include/fckeditor/editor/lang/pt-br.js
%%WWWDIR%%/include/fckeditor/editor/lang/pt.js
%%WWWDIR%%/include/fckeditor/editor/lang/ro.js
%%WWWDIR%%/include/fckeditor/editor/lang/ru.js
%%WWWDIR%%/include/fckeditor/editor/lang/sk.js
%%WWWDIR%%/include/fckeditor/editor/lang/sl.js
%%WWWDIR%%/include/fckeditor/editor/lang/sr-latn.js
%%WWWDIR%%/include/fckeditor/editor/lang/sr.js
%%WWWDIR%%/include/fckeditor/editor/lang/sv.js
%%WWWDIR%%/include/fckeditor/editor/lang/th.js
%%WWWDIR%%/include/fckeditor/editor/lang/tr.js
%%WWWDIR%%/include/fckeditor/editor/lang/uk.js
%%WWWDIR%%/include/fckeditor/editor/lang/vi.js
%%WWWDIR%%/include/fckeditor/editor/lang/zh-cn.js
%%WWWDIR%%/include/fckeditor/editor/lang/zh.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/fck_placeholder.html
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/fckplugin.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang/de.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang/en.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang/fr.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang/it.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang/pl.js
%%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/placeholder.gif
%%WWWDIR%%/include/fckeditor/editor/plugins/tablecommands/fckplugin.js
%%WWWDIR%%/include/fckeditor/editor/skins/default/fck_contextmenu.css
%%WWWDIR%%/include/fckeditor/editor/skins/default/fck_dialog.css
%%WWWDIR%%/include/fckeditor/editor/skins/default/fck_editor.css
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.collapse.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.end.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.expand.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.separator.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/images/toolbar.start.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/about.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/anchor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/bgcolor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/bold.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/bulletedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/button.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/checkbox.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/copy.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/cut.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/docprops.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/find.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/flash.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/form.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/hiddenfield.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/image.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/imagebutton.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/indent.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/insertorderedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/insertunorderedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/italic.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/justifycenter.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/justifyfull.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/justifyleft.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/justifyright.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/link.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/newpage.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/numberedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/outdent.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/pagebreak.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/paste.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/pastetext.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/pasteword.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/preview.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/print.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/radio.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/redo.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/removeformat.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/replace.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/save.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/select.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/selectall.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/showdetails.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/showtableborders.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/smiley.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/source.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/specialchar.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/spellcheck.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/strikethrough.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/subscript.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/superscript.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/table.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tablecell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tabledeletecells.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tabledeleterows.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tableinsertcell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tableinsertrow.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tablemergecells.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/tablesplitcell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/templates.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/textarea.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/textcolor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/textfield.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/underline.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/undo.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/universalkey.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/unlink.gif
%%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar/unorderedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/fck_contextmenu.css
%%WWWDIR%%/include/fckeditor/editor/skins/silver/fck_dialog.css
%%WWWDIR%%/include/fckeditor/editor/skins/silver/fck_editor.css
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.end.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.expand.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.separator.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/images/toolbar.start.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/about.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/anchor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/bgcolor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/bold.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/bulletedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/button.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/checkbox.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/copy.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/cut.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/docprops.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/find.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/flash.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/form.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/hiddenfield.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/image.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/imagebutton.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/indent.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/inserthorizontalrule.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/insertorderedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/insertunorderedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/italic.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/justifycenter.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/justifyfull.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/justifyleft.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/justifyright.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/link.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/newpage.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/numberedlist.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/outdent.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/pagebreak.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/paste.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/pastetext.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/pasteword.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/preview.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/print.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/radio.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/redo.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/removeformat.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/replace.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/save.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/select.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/selectall.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/showdetails.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/showtableborders.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/smiley.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/source.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/specialchar.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/spellcheck.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/strikethrough.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/subscript.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/superscript.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/table.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tablecell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tabledeletecells.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tabledeletecolumns.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tabledeleterows.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tableinsertcell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tableinsertcolumn.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tableinsertrow.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tablemergecells.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/tablesplitcell.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/templates.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/textarea.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/textcolor.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/textfield.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/underline.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/undo.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/universalkey.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/unlink.gif
%%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar/unorderedlist.gif
%%WWWDIR%%/include/fckeditor/fckconfig.js
%%WWWDIR%%/include/fckeditor/fckeditor.js
%%WWWDIR%%/include/fckeditor/fckeditor.php
%%WWWDIR%%/include/fckeditor/fckstyles.xml
%%WWWDIR%%/include/fckeditor/fcktemplates.xml
%%WWWDIR%%/include/fckeditor/license.txt
%%WWWDIR%%/include/fpdf/font/courier.php
%%WWWDIR%%/include/fpdf/font/helvetica.php
%%WWWDIR%%/include/fpdf/font/helveticab.php
%%WWWDIR%%/include/fpdf/font/helveticabi.php
%%WWWDIR%%/include/fpdf/font/helveticai.php
%%WWWDIR%%/include/fpdf/font/symbol.php
%%WWWDIR%%/include/fpdf/font/times.php
%%WWWDIR%%/include/fpdf/font/timesb.php
%%WWWDIR%%/include/fpdf/font/timesbi.php
%%WWWDIR%%/include/fpdf/font/timesi.php
%%WWWDIR%%/include/fpdf/font/zapfdingbats.php
%%WWWDIR%%/include/fpdf/fpdf.css
%%WWWDIR%%/include/fpdf/fpdf.php
%%WWWDIR%%/include/fpdf/pdf.php
%%WWWDIR%%/include/fpdf/pdfconfig.php
%%WWWDIR%%/include/fpdf/templates/body.php
%%WWWDIR%%/include/freetag/freetag.class.php
%%WWWDIR%%/include/freetag/license.txt
%%WWWDIR%%/include/images/announ.gif
%%WWWDIR%%/include/images/bgcolor.gif
%%WWWDIR%%/include/images/blank.gif
%%WWWDIR%%/include/images/loginAlpha.gif
%%WWWDIR%%/include/images/loginBg.gif
%%WWWDIR%%/include/images/loginBottomBg.gif
%%WWWDIR%%/include/images/loginBottomURL.gif
%%WWWDIR%%/include/images/loginBtnSignin.gif
%%WWWDIR%%/include/images/loginSIBottomLeft.gif
%%WWWDIR%%/include/images/loginSIBottomRight.gif
%%WWWDIR%%/include/images/loginSITopLeft.gif
%%WWWDIR%%/include/images/loginSITopRight.gif
%%WWWDIR%%/include/images/loginTopBg.gif
%%WWWDIR%%/include/images/loginTopShade.gif
%%WWWDIR%%/include/images/loginVtigerCRM.gif
%%WWWDIR%%/include/images/noimage.gif
%%WWWDIR%%/include/images/right_arc.gif
%%WWWDIR%%/include/images/spacer.gif
%%WWWDIR%%/include/images/topBg.gif
%%WWWDIR%%/include/images/vtigercrm_icon.ico
%%WWWDIR%%/include/install/images/Thumbs.db
%%WWWDIR%%/include/install/images/bottomGradient.gif
%%WWWDIR%%/include/install/images/bottomShadow.jpg
%%WWWDIR%%/include/install/images/confWizConfFile.gif
%%WWWDIR%%/include/install/images/confWizConfirmSettings.gif
%%WWWDIR%%/include/install/images/confWizDbGeneration.gif
%%WWWDIR%%/include/install/images/confWizFinish.gif
%%WWWDIR%%/include/install/images/confWizInstallCheck.gif
%%WWWDIR%%/include/install/images/confWizSysConfig.gif
%%WWWDIR%%/include/install/images/configwizard.gif
%%WWWDIR%%/include/install/images/cwBtnBack.gif
%%WWWDIR%%/include/install/images/cwBtnChange.gif
%%WWWDIR%%/include/install/images/cwBtnFinish.gif
%%WWWDIR%%/include/install/images/cwBtnNext.gif
%%WWWDIR%%/include/install/images/loading.gif
%%WWWDIR%%/include/install/images/pageBackground.gif
%%WWWDIR%%/include/install/images/qcBg.gif
%%WWWDIR%%/include/install/images/settingsMTBg.gif
%%WWWDIR%%/include/install/images/settingsSelUIBg.gif
%%WWWDIR%%/include/install/images/start.jpg
%%WWWDIR%%/include/install/images/tabSelectedBg.gif
%%WWWDIR%%/include/install/images/tabSeperatorBg.gif
%%WWWDIR%%/include/install/images/tabUnSelectedBg.gif
%%WWWDIR%%/include/install/images/topHeadBg.gif
%%WWWDIR%%/include/install/images/topInnerShadow.gif
%%WWWDIR%%/include/install/images/trans.gif
%%WWWDIR%%/include/install/images/vtigercrm5.gif
%%WWWDIR%%/include/install/images/welcome.gif
%%WWWDIR%%/include/install/install.css
%%WWWDIR%%/include/js/ColorPicker2.js
%%WWWDIR%%/include/js/Inventory.js
%%WWWDIR%%/include/js/ListView.js
%%WWWDIR%%/include/js/Mail.js
%%WWWDIR%%/include/js/Merge.js
%%WWWDIR%%/include/js/QuickCreate.js
%%WWWDIR%%/include/js/ajax.js
%%WWWDIR%%/include/js/clock.js
%%WWWDIR%%/include/js/customview.js
%%WWWDIR%%/include/js/dtlviewajax.js
%%WWWDIR%%/include/js/en_us.lang.js
%%WWWDIR%%/include/js/general.js
%%WWWDIR%%/include/js/menu.js
%%WWWDIR%%/include/js/popup.js
%%WWWDIR%%/include/js/reflection.js
%%WWWDIR%%/include/js/search.js
%%WWWDIR%%/include/js/slider.js
%%WWWDIR%%/include/js/smoothscroll.js
%%WWWDIR%%/include/js/submenu.js
%%WWWDIR%%/include/js/thumbnail.js
%%WWWDIR%%/include/language/en_us.lang.php
%%WWWDIR%%/include/logging.php
%%WWWDIR%%/include/magpierss/extlib/Snoopy.class.inc
%%WWWDIR%%/include/magpierss/rss_cache.inc
%%WWWDIR%%/include/magpierss/rss_fetch.inc
%%WWWDIR%%/include/magpierss/rss_parse.inc
%%WWWDIR%%/include/magpierss/rss_utils.inc
%%WWWDIR%%/include/nusoap/changelog
%%WWWDIR%%/include/nusoap/class.nusoap_base.php
%%WWWDIR%%/include/nusoap/class.soap_fault.php
%%WWWDIR%%/include/nusoap/class.soap_parser.php
%%WWWDIR%%/include/nusoap/class.soap_server.php
%%WWWDIR%%/include/nusoap/class.soap_transport_http.php
%%WWWDIR%%/include/nusoap/class.soap_val.php
%%WWWDIR%%/include/nusoap/class.soapclient.php
%%WWWDIR%%/include/nusoap/class.wsdl.php
%%WWWDIR%%/include/nusoap/class.wsdlcache.php
%%WWWDIR%%/include/nusoap/class.xmlschema.php
%%WWWDIR%%/include/nusoap/nusoap.php
%%WWWDIR%%/include/nusoap/nusoapmime.php
%%WWWDIR%%/include/php_writeexcel/LICENSE
%%WWWDIR%%/include/php_writeexcel/class.excel.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_biffwriter.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_format.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_formula.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_olewriter.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_workbook.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_workbookbig.inc.php
%%WWWDIR%%/include/php_writeexcel/class.writeexcel_worksheet.inc.php
%%WWWDIR%%/include/php_writeexcel/functions.writeexcel_utility.inc.php
%%WWWDIR%%/include/prototype-1.4.0/CHANGELOG
%%WWWDIR%%/include/prototype-1.4.0/LICENSE
%%WWWDIR%%/include/prototype-1.4.0/README
%%WWWDIR%%/include/prototype-1.4.0/Rakefile
%%WWWDIR%%/include/prototype-1.4.0/dist/prototype.js
%%WWWDIR%%/include/prototype-1.4.0/lib/protodoc.rb
%%WWWDIR%%/include/prototype-1.4.0/src/HEADER
%%WWWDIR%%/include/prototype-1.4.0/src/ajax.js
%%WWWDIR%%/include/prototype-1.4.0/src/array.js
%%WWWDIR%%/include/prototype-1.4.0/src/base.js
%%WWWDIR%%/include/prototype-1.4.0/src/dom.js
%%WWWDIR%%/include/prototype-1.4.0/src/enumerable.js
%%WWWDIR%%/include/prototype-1.4.0/src/event.js
%%WWWDIR%%/include/prototype-1.4.0/src/form.js
%%WWWDIR%%/include/prototype-1.4.0/src/hash.js
%%WWWDIR%%/include/prototype-1.4.0/src/position.js
%%WWWDIR%%/include/prototype-1.4.0/src/prototype.js
%%WWWDIR%%/include/prototype-1.4.0/src/range.js
%%WWWDIR%%/include/prototype-1.4.0/src/string.js
%%WWWDIR%%/include/prototype-1.4.0/test/console.html
%%WWWDIR%%/include/prototype-1.4.0/test/test.css
%%WWWDIR%%/include/quickcreate.php
%%WWWDIR%%/include/scriptaculous/builder.js
%%WWWDIR%%/include/scriptaculous/controls.js
%%WWWDIR%%/include/scriptaculous/dom-drag.js
%%WWWDIR%%/include/scriptaculous/dragdrop.js
%%WWWDIR%%/include/scriptaculous/effects.js
%%WWWDIR%%/include/scriptaculous/prototype.js
%%WWWDIR%%/include/scriptaculous/scriptaculous.js
%%WWWDIR%%/include/scriptaculous/slider.js
%%WWWDIR%%/include/scriptaculous/unittest.js
%%WWWDIR%%/include/style.css
%%WWWDIR%%/include/upload_file.php
%%WWWDIR%%/include/utils/CommonUtils.php
%%WWWDIR%%/include/utils/DeleteUtils.php
%%WWWDIR%%/include/utils/DetailViewUtils.php
%%WWWDIR%%/include/utils/EditViewUtils.php
%%WWWDIR%%/include/utils/ExportUtils.php
%%WWWDIR%%/include/utils/GetGroupUsers.php
%%WWWDIR%%/include/utils/GetParentGroups.php
%%WWWDIR%%/include/utils/GetUserGroups.php
%%WWWDIR%%/include/utils/GraphUtils.php
%%WWWDIR%%/include/utils/InventoryUtils.php
%%WWWDIR%%/include/utils/ListViewUtils.php
%%WWWDIR%%/include/utils/RecurringType.php
%%WWWDIR%%/include/utils/SearchUtils.php
%%WWWDIR%%/include/utils/UserInfoUtil.php
%%WWWDIR%%/include/utils/export.php
%%WWWDIR%%/include/utils/utils.php
%%WWWDIR%%/include/vtiger-crm.gif
%%WWWDIR%%/install/0welcome.php
%%WWWDIR%%/install/1checkSystem.php
%%WWWDIR%%/install/2setConfig.php
%%WWWDIR%%/install/3confirmConfig.php
%%WWWDIR%%/install/4createConfigFile.php
%%WWWDIR%%/install/5createTables.inc.php
%%WWWDIR%%/install/5createTables.php
%%WWWDIR%%/install/populateSeedData.php
%%WWWDIR%%/jscalendar/calendar-setup.js
%%WWWDIR%%/jscalendar/calendar-win2k-cold-1.css
%%WWWDIR%%/jscalendar/calendar.js
%%WWWDIR%%/jscalendar/img.gif
%%WWWDIR%%/jscalendar/lang/calendar-af.js
%%WWWDIR%%/jscalendar/lang/calendar-br.js
%%WWWDIR%%/jscalendar/lang/calendar-ca.js
%%WWWDIR%%/jscalendar/lang/calendar-cs-win.js
%%WWWDIR%%/jscalendar/lang/calendar-da.js
%%WWWDIR%%/jscalendar/lang/calendar-de.js
%%WWWDIR%%/jscalendar/lang/calendar-du.js
%%WWWDIR%%/jscalendar/lang/calendar-el.js
%%WWWDIR%%/jscalendar/lang/calendar-en.js
%%WWWDIR%%/jscalendar/lang/calendar-es.js
%%WWWDIR%%/jscalendar/lang/calendar-fi.js
%%WWWDIR%%/jscalendar/lang/calendar-fr.js
%%WWWDIR%%/jscalendar/lang/calendar-hr-utf8.js
%%WWWDIR%%/jscalendar/lang/calendar-hr.js
%%WWWDIR%%/jscalendar/lang/calendar-hu.js
%%WWWDIR%%/jscalendar/lang/calendar-it.js
%%WWWDIR%%/jscalendar/lang/calendar-jp.js
%%WWWDIR%%/jscalendar/lang/calendar-ko-utf8.js
%%WWWDIR%%/jscalendar/lang/calendar-ko.js
%%WWWDIR%%/jscalendar/lang/calendar-lt-utf8.js
%%WWWDIR%%/jscalendar/lang/calendar-lt.js
%%WWWDIR%%/jscalendar/lang/calendar-nl.js
%%WWWDIR%%/jscalendar/lang/calendar-no.js
%%WWWDIR%%/jscalendar/lang/calendar-pl-utf8.js
%%WWWDIR%%/jscalendar/lang/calendar-pl.js
%%WWWDIR%%/jscalendar/lang/calendar-pt.js
%%WWWDIR%%/jscalendar/lang/calendar-ro.js
%%WWWDIR%%/jscalendar/lang/calendar-ru.js
%%WWWDIR%%/jscalendar/lang/calendar-si.js
%%WWWDIR%%/jscalendar/lang/calendar-sk.js
%%WWWDIR%%/jscalendar/lang/calendar-sp.js
%%WWWDIR%%/jscalendar/lang/calendar-sv.js
%%WWWDIR%%/jscalendar/lang/calendar-tr.js
%%WWWDIR%%/jscalendar/lang/calendar-zh.js
%%WWWDIR%%/jscalendar/menuarrow.gif
%%WWWDIR%%/jscalendar/menuarrow2.gif
%%WWWDIR%%/license/License_linux.txt
%%WWWDIR%%/license/License_windows.txt
%%WWWDIR%%/log4php/Logger.php
%%WWWDIR%%/log4php/LoggerAppender.php
%%WWWDIR%%/log4php/LoggerAppenderSkeleton.php
%%WWWDIR%%/log4php/LoggerBasicConfigurator.php
%%WWWDIR%%/log4php/LoggerCategory.php
%%WWWDIR%%/log4php/LoggerDefaultCategoryFactory.php
%%WWWDIR%%/log4php/LoggerHierarchy.php
%%WWWDIR%%/log4php/LoggerLayout.php
%%WWWDIR%%/log4php/LoggerLevel.php
%%WWWDIR%%/log4php/LoggerLog.php
%%WWWDIR%%/log4php/LoggerMDC.php
%%WWWDIR%%/log4php/LoggerManager.php
%%WWWDIR%%/log4php/LoggerNDC.php
%%WWWDIR%%/log4php/LoggerPropertyConfigurator.php
%%WWWDIR%%/log4php/LoggerRoot.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderConsole.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderDailyFile.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderDb.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderEcho.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderFile.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderMail.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderMailEvent.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderNull.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderPhp.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderRollingFile.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderSocket.php
%%WWWDIR%%/log4php/appenders/LoggerAppenderSyslog.php
%%WWWDIR%%/log4php/config/LoggerPropertyGetter.php
%%WWWDIR%%/log4php/config/LoggerPropertySetter.php
%%WWWDIR%%/log4php/helpers/LoggerFormattingInfo.php
%%WWWDIR%%/log4php/helpers/LoggerOptionConverter.php
%%WWWDIR%%/log4php/helpers/LoggerPatternConverter.php
%%WWWDIR%%/log4php/helpers/LoggerPatternParser.php
%%WWWDIR%%/log4php/helpers/LoggerTransform.php
%%WWWDIR%%/log4php/layouts/LoggerLayoutHtml.php
%%WWWDIR%%/log4php/layouts/LoggerLayoutSimple.php
%%WWWDIR%%/log4php/layouts/LoggerLayoutTTCC.php
%%WWWDIR%%/log4php/layouts/LoggerPatternLayout.php
%%WWWDIR%%/log4php/layouts/LoggerXmlLayout.php
%%WWWDIR%%/log4php/or/LoggerDefaultRenderer.php
%%WWWDIR%%/log4php/or/LoggerObjectRenderer.php
%%WWWDIR%%/log4php/or/LoggerRendererMap.php
%%WWWDIR%%/log4php/spi/LoggerConfigurator.php
%%WWWDIR%%/log4php/spi/LoggerFactory.php
%%WWWDIR%%/log4php/spi/LoggerFilter.php
%%WWWDIR%%/log4php/spi/LoggerLocationInfo.php
%%WWWDIR%%/log4php/spi/LoggerLoggingEvent.php
%%WWWDIR%%/log4php/varia/LoggerDenyAllFilter.php
%%WWWDIR%%/log4php/varia/LoggerLevelMatchFilter.php
%%WWWDIR%%/log4php/varia/LoggerLevelRangeFilter.php
%%WWWDIR%%/log4php/varia/LoggerStringMatchFilter.php
%%WWWDIR%%/log4php/xml/LoggerDOMConfigurator.php
%%WWWDIR%%/logs/todel.txt.txt
%%WWWDIR%%/modules/Accounts/Accounts.js
%%WWWDIR%%/modules/Accounts/Accounts.php
%%WWWDIR%%/modules/Accounts/AccountsAjax.php
%%WWWDIR%%/modules/Accounts/AddressChange.php
%%WWWDIR%%/modules/Accounts/CallRelatedList.php
%%WWWDIR%%/modules/Accounts/CustomAction.php
%%WWWDIR%%/modules/Accounts/CustomView.php
%%WWWDIR%%/modules/Accounts/Delete.php
%%WWWDIR%%/modules/Accounts/DetailView.php
%%WWWDIR%%/modules/Accounts/DetailViewAjax.php
%%WWWDIR%%/modules/Accounts/EditView.php
%%WWWDIR%%/modules/Accounts/HeadLines.php
%%WWWDIR%%/modules/Accounts/Import.php
%%WWWDIR%%/modules/Accounts/ListView.php
%%WWWDIR%%/modules/Accounts/ListViewTop.php
%%WWWDIR%%/modules/Accounts/Merge.php
%%WWWDIR%%/modules/Accounts/Popup.php
%%WWWDIR%%/modules/Accounts/PopupSearchForm.html
%%WWWDIR%%/modules/Accounts/QuickCreate.php
%%WWWDIR%%/modules/Accounts/Save.php
%%WWWDIR%%/modules/Accounts/TagCloud.php
%%WWWDIR%%/modules/Accounts/Tickerdetail.php
%%WWWDIR%%/modules/Accounts/index.php
%%WWWDIR%%/modules/Accounts/language/en_us.lang.php
%%WWWDIR%%/modules/Accounts/updateRelations.php
%%WWWDIR%%/modules/Administration/Forms.php
%%WWWDIR%%/modules/Administration/index.php
%%WWWDIR%%/modules/Administration/language/en_us.lang.php
%%WWWDIR%%/modules/Calendar/Activity.php
%%WWWDIR%%/modules/Calendar/ActivityAjax.php
%%WWWDIR%%/modules/Calendar/Appointment.php
%%WWWDIR%%/modules/Calendar/Calendar.js
%%WWWDIR%%/modules/Calendar/Calendar.php
%%WWWDIR%%/modules/Calendar/CalendarAjax.php
%%WWWDIR%%/modules/Calendar/CalendarCommon.php
%%WWWDIR%%/modules/Calendar/CustomView.php
%%WWWDIR%%/modules/Calendar/Date.php
%%WWWDIR%%/modules/Calendar/Delete.php
%%WWWDIR%%/modules/Calendar/DetailView.php
%%WWWDIR%%/modules/Calendar/EditView.php
%%WWWDIR%%/modules/Calendar/ListView.php
%%WWWDIR%%/modules/Calendar/OpenListView.php
%%WWWDIR%%/modules/Calendar/QuickCreate.php
%%WWWDIR%%/modules/Calendar/RenderRelatedListUI.php
%%WWWDIR%%/modules/Calendar/Save.php
%%WWWDIR%%/modules/Calendar/SendReminder.bat
%%WWWDIR%%/modules/Calendar/TagCloud.php
%%WWWDIR%%/modules/Calendar/TodoSave.php
%%WWWDIR%%/modules/Calendar/addEventUI.php
%%WWWDIR%%/modules/Calendar/calendarLayout.php
%%WWWDIR%%/modules/Calendar/calendar_share.php
%%WWWDIR%%/modules/Calendar/disable_sharing.php
%%WWWDIR%%/modules/Calendar/header.php
%%WWWDIR%%/modules/Calendar/index.php
%%WWWDIR%%/modules/Calendar/language/en_us.lang.php
%%WWWDIR%%/modules/Calendar/new_calendar.php
%%WWWDIR%%/modules/Calendar/script.js
%%WWWDIR%%/modules/Calendar/updateCalendarSharing.php
%%WWWDIR%%/modules/Calendar/updateRelations.php
%%WWWDIR%%/modules/Campaigns/CallRelatedList.php
%%WWWDIR%%/modules/Campaigns/Campaigns.js
%%WWWDIR%%/modules/Campaigns/Campaigns.php
%%WWWDIR%%/modules/Campaigns/CampaignsAjax.php
%%WWWDIR%%/modules/Campaigns/CustomView.php
%%WWWDIR%%/modules/Campaigns/Delete.php
%%WWWDIR%%/modules/Campaigns/DetailView.php
%%WWWDIR%%/modules/Campaigns/DetailViewAjax.php
%%WWWDIR%%/modules/Campaigns/EditView.php
%%WWWDIR%%/modules/Campaigns/ListView.php
%%WWWDIR%%/modules/Campaigns/LoadList.php
%%WWWDIR%%/modules/Campaigns/Popup.php
%%WWWDIR%%/modules/Campaigns/QuickCreate.php
%%WWWDIR%%/modules/Campaigns/Save.php
%%WWWDIR%%/modules/Campaigns/TagCloud.php
%%WWWDIR%%/modules/Campaigns/index.php
%%WWWDIR%%/modules/Campaigns/language/en_us.lang.php
%%WWWDIR%%/modules/Campaigns/updateRelations.php
%%WWWDIR%%/modules/Contacts/CallRelatedList.php
%%WWWDIR%%/modules/Contacts/Contacts.js
%%WWWDIR%%/modules/Contacts/Contacts.php
%%WWWDIR%%/modules/Contacts/ContactsAjax.php
%%WWWDIR%%/modules/Contacts/CustomAction.php
%%WWWDIR%%/modules/Contacts/CustomView.php
%%WWWDIR%%/modules/Contacts/DelImage.php
%%WWWDIR%%/modules/Contacts/Delete.php
%%WWWDIR%%/modules/Contacts/DetailView.php
%%WWWDIR%%/modules/Contacts/DetailViewAjax.php
%%WWWDIR%%/modules/Contacts/EditView.php
%%WWWDIR%%/modules/Contacts/Import.php
%%WWWDIR%%/modules/Contacts/ListView.php
%%WWWDIR%%/modules/Contacts/Merge.php
%%WWWDIR%%/modules/Contacts/Popup.php
%%WWWDIR%%/modules/Contacts/PopupSearchForm.html
%%WWWDIR%%/modules/Contacts/Popup_picker.html
%%WWWDIR%%/modules/Contacts/QuickCreate.php
%%WWWDIR%%/modules/Contacts/Save.php
%%WWWDIR%%/modules/Contacts/TagCloud.php
%%WWWDIR%%/modules/Contacts/chat.css
%%WWWDIR%%/modules/Contacts/chat.php
%%WWWDIR%%/modules/Contacts/contactSeedData.php
%%WWWDIR%%/modules/Contacts/imgs/2tbarPrivateChat.gif
%%WWWDIR%%/modules/Contacts/imgs/2tbarPublicChat.gif
%%WWWDIR%%/modules/Contacts/imgs/box_BL.gif
%%WWWDIR%%/modules/Contacts/imgs/box_BR.gif
%%WWWDIR%%/modules/Contacts/imgs/box_M.gif
%%WWWDIR%%/modules/Contacts/imgs/box_ML.gif
%%WWWDIR%%/modules/Contacts/imgs/box_MR.gif
%%WWWDIR%%/modules/Contacts/imgs/box_T.gif
%%WWWDIR%%/modules/Contacts/imgs/box_TL.gif
%%WWWDIR%%/modules/Contacts/imgs/box_TR.gif
%%WWWDIR%%/modules/Contacts/imgs/btn_close.gif
%%WWWDIR%%/modules/Contacts/imgs/btn_hide.gif
%%WWWDIR%%/modules/Contacts/imgs/btn_send.gif
%%WWWDIR%%/modules/Contacts/imgs/bx_B.gif
%%WWWDIR%%/modules/Contacts/imgs/close.gif
%%WWWDIR%%/modules/Contacts/imgs/hide.gif
%%WWWDIR%%/modules/Contacts/imgs/icone_chat.gif
%%WWWDIR%%/modules/Contacts/imgs/icone_keyb.gif
%%WWWDIR%%/modules/Contacts/imgs/site_bg.gif
%%WWWDIR%%/modules/Contacts/imgs/user_icon.gif
%%WWWDIR%%/modules/Contacts/index.php
%%WWWDIR%%/modules/Contacts/js/ajax.js
%%WWWDIR%%/modules/Contacts/js/chat.js
%%WWWDIR%%/modules/Contacts/js/css-window_p.js
%%WWWDIR%%/modules/Contacts/js/dom-drag_p.js
%%WWWDIR%%/modules/Contacts/language/en_us.lang.php
%%WWWDIR%%/modules/Contacts/updateRelations.php
%%WWWDIR%%/modules/Contacts/vtchat.php
%%WWWDIR%%/modules/CustomView/CustomView.js
%%WWWDIR%%/modules/CustomView/CustomView.php
%%WWWDIR%%/modules/CustomView/Delete.php
%%WWWDIR%%/modules/CustomView/EditView.php
%%WWWDIR%%/modules/CustomView/Forms.php
%%WWWDIR%%/modules/CustomView/ListViewTop.php
%%WWWDIR%%/modules/CustomView/PopulateCustomView.php
%%WWWDIR%%/modules/CustomView/Save.php
%%WWWDIR%%/modules/CustomView/SaveAction.php
%%WWWDIR%%/modules/CustomView/SendMailAction.php
%%WWWDIR%%/modules/CustomView/index.php
%%WWWDIR%%/modules/CustomView/language/en_us.lang.php
%%WWWDIR%%/modules/Dashboard/Chart_lead_source_by_outcome.php
%%WWWDIR%%/modules/Dashboard/Chart_my_pipeline_by_sales_stage.php
%%WWWDIR%%/modules/Dashboard/Chart_outcome_by_month.php
%%WWWDIR%%/modules/Dashboard/Chart_pipeline_by_lead_source.php
%%WWWDIR%%/modules/Dashboard/Chart_pipeline_by_sales_stage.php
%%WWWDIR%%/modules/Dashboard/DashboardAjax.php
%%WWWDIR%%/modules/Dashboard/DashboardHome.php
%%WWWDIR%%/modules/Dashboard/DashboardHome_matrix.php
%%WWWDIR%%/modules/Dashboard/Entity_charts.php
%%WWWDIR%%/modules/Dashboard/Forms.php
%%WWWDIR%%/modules/Dashboard/HomepageDB.php
%%WWWDIR%%/modules/Dashboard/ReportsCharts.php
%%WWWDIR%%/modules/Dashboard/accumulated_bargraph.php
%%WWWDIR%%/modules/Dashboard/display_charts.php
%%WWWDIR%%/modules/Dashboard/horizontal_bargraph.php
%%WWWDIR%%/modules/Dashboard/index.php
%%WWWDIR%%/modules/Dashboard/language/en_us.lang.php
%%WWWDIR%%/modules/Dashboard/line_graph.php
%%WWWDIR%%/modules/Dashboard/pie_graph.php
%%WWWDIR%%/modules/Dashboard/vertical_bargraph.php
%%WWWDIR%%/modules/Emails/CallRelatedList.php
%%WWWDIR%%/modules/Emails/Choose.php
%%WWWDIR%%/modules/Emails/ChooseEmail.php
%%WWWDIR%%/modules/Emails/CustomView.php
%%WWWDIR%%/modules/Emails/Delete.php
%%WWWDIR%%/modules/Emails/DetailView.php
%%WWWDIR%%/modules/Emails/EditView.php
%%WWWDIR%%/modules/Emails/Emails.js
%%WWWDIR%%/modules/Emails/Emails.php
%%WWWDIR%%/modules/Emails/EmailsAjax.php
%%WWWDIR%%/modules/Emails/ListView.php
%%WWWDIR%%/modules/Emails/PHPMailer_LICENSE.txt
%%WWWDIR%%/modules/Emails/Save.php
%%WWWDIR%%/modules/Emails/SearchForm.html
%%WWWDIR%%/modules/Emails/class.phpmailer.php
%%WWWDIR%%/modules/Emails/class.smtp.php
%%WWWDIR%%/modules/Emails/gotodownload.php
%%WWWDIR%%/modules/Emails/index.php
%%WWWDIR%%/modules/Emails/language/en_us.lang.php
%%WWWDIR%%/modules/Emails/mail.php
%%WWWDIR%%/modules/Emails/mailSelect.php
%%WWWDIR%%/modules/Emails/mailbox.php
%%WWWDIR%%/modules/Emails/mailsend.php
%%WWWDIR%%/modules/Emails/sendmail.php
%%WWWDIR%%/modules/Emails/templates/testemailtemplateusage.php
%%WWWDIR%%/modules/Emails/templates/todel.txt
%%WWWDIR%%/modules/Emails/updateRelations.php
%%WWWDIR%%/modules/Emails/webmailsend.php
%%WWWDIR%%/modules/Faq/CustomView.php
%%WWWDIR%%/modules/Faq/Delete.php
%%WWWDIR%%/modules/Faq/DetailView.php
%%WWWDIR%%/modules/Faq/DetailViewAjax.php
%%WWWDIR%%/modules/Faq/EditView.php
%%WWWDIR%%/modules/Faq/Faq.js
%%WWWDIR%%/modules/Faq/Faq.php
%%WWWDIR%%/modules/Faq/FaqAjax.php
%%WWWDIR%%/modules/Faq/ListFaq.php
%%WWWDIR%%/modules/Faq/ListView.php
%%WWWDIR%%/modules/Faq/Save.php
%%WWWDIR%%/modules/Faq/SearchForm.html
%%WWWDIR%%/modules/Faq/TagCloud.php
%%WWWDIR%%/modules/Faq/index.php
%%WWWDIR%%/modules/Faq/language/en_us.lang.php
%%WWWDIR%%/modules/Help/Forms.php
%%WWWDIR%%/modules/Help/index.php
%%WWWDIR%%/modules/Help/language/en_us.lang.php
%%WWWDIR%%/modules/HelpDesk/CallRelatedList.php
%%WWWDIR%%/modules/HelpDesk/ConvertAsFAQ.php
%%WWWDIR%%/modules/HelpDesk/ConvertToEntities.php
%%WWWDIR%%/modules/HelpDesk/CumulStatistics.php
%%WWWDIR%%/modules/HelpDesk/CustomView.php
%%WWWDIR%%/modules/HelpDesk/Delete.php
%%WWWDIR%%/modules/HelpDesk/DetailView.php
%%WWWDIR%%/modules/HelpDesk/DetailViewAjax.php
%%WWWDIR%%/modules/HelpDesk/EditView.php
%%WWWDIR%%/modules/HelpDesk/HelpDesk.js
%%WWWDIR%%/modules/HelpDesk/HelpDesk.php
%%WWWDIR%%/modules/HelpDesk/HelpDeskAjax.php
%%WWWDIR%%/modules/HelpDesk/ListTickets.php
%%WWWDIR%%/modules/HelpDesk/ListView.php
%%WWWDIR%%/modules/HelpDesk/Merge.php
%%WWWDIR%%/modules/HelpDesk/Popup.php
%%WWWDIR%%/modules/HelpDesk/QuickCreate.php
%%WWWDIR%%/modules/HelpDesk/Save.php
%%WWWDIR%%/modules/HelpDesk/SearchForm.html
%%WWWDIR%%/modules/HelpDesk/TagCloud.php
%%WWWDIR%%/modules/HelpDesk/TicketStatisticsUtil.php
%%WWWDIR%%/modules/HelpDesk/index.php
%%WWWDIR%%/modules/HelpDesk/language/en_us.lang.php
%%WWWDIR%%/modules/Home/Forms.php
%%WWWDIR%%/modules/Home/LastViewed.php
%%WWWDIR%%/modules/Home/UnifiedSearch.php
%%WWWDIR%%/modules/Home/home_rss.php
%%WWWDIR%%/modules/Home/index.php
%%WWWDIR%%/modules/Home/language/en_us.lang.php
%%WWWDIR%%/modules/Import/Forms.php
%%WWWDIR%%/modules/Import/ImportAccount.php
%%WWWDIR%%/modules/Import/ImportAjax.php
%%WWWDIR%%/modules/Import/ImportButton.php
%%WWWDIR%%/modules/Import/ImportContact.php
%%WWWDIR%%/modules/Import/ImportLead.php
%%WWWDIR%%/modules/Import/ImportMap.php
%%WWWDIR%%/modules/Import/ImportOpportunity.php
%%WWWDIR%%/modules/Import/ImportProduct.php
%%WWWDIR%%/modules/Import/ImportSave.php
%%WWWDIR%%/modules/Import/ImportStep1.php
%%WWWDIR%%/modules/Import/ImportStep2.php
%%WWWDIR%%/modules/Import/ImportStep3.php
%%WWWDIR%%/modules/Import/ImportSteplast.php
%%WWWDIR%%/modules/Import/ImportStepundo.php
%%WWWDIR%%/modules/Import/UsersLastImport.php
%%WWWDIR%%/modules/Import/error.php
%%WWWDIR%%/modules/Import/index.php
%%WWWDIR%%/modules/Import/language/en_us.lang.php
%%WWWDIR%%/modules/Import/parse_utils.php
%%WWWDIR%%/modules/Invoice/CallRelatedList.php
%%WWWDIR%%/modules/Invoice/CreatePDF.php
%%WWWDIR%%/modules/Invoice/CustomView.php
%%WWWDIR%%/modules/Invoice/Delete.php
%%WWWDIR%%/modules/Invoice/DetailView.php
%%WWWDIR%%/modules/Invoice/DetailViewAjax.php
%%WWWDIR%%/modules/Invoice/EditView.php
%%WWWDIR%%/modules/Invoice/Invoice.js
%%WWWDIR%%/modules/Invoice/Invoice.php
%%WWWDIR%%/modules/Invoice/InvoiceAjax.php
%%WWWDIR%%/modules/Invoice/ListTopInvoice.php
%%WWWDIR%%/modules/Invoice/ListView.php
%%WWWDIR%%/modules/Invoice/Popup.php
%%WWWDIR%%/modules/Invoice/Save.php
%%WWWDIR%%/modules/Invoice/TagCloud.php
%%WWWDIR%%/modules/Invoice/index.php
%%WWWDIR%%/modules/Invoice/language/en_us.lang.php
%%WWWDIR%%/modules/Invoice/pdf_templates/footer.php
%%WWWDIR%%/modules/Invoice/pdf_templates/header.php
%%WWWDIR%%/modules/Invoice/pdf_templates/lastpage/body.php
%%WWWDIR%%/modules/Invoice/pdf_templates/lastpage/footer.php
%%WWWDIR%%/modules/Leads/CallRelatedList.php
%%WWWDIR%%/modules/Leads/ConvertLead.html
%%WWWDIR%%/modules/Leads/ConvertLead.php
%%WWWDIR%%/modules/Leads/CustomAction.php
%%WWWDIR%%/modules/Leads/CustomView.php
%%WWWDIR%%/modules/Leads/Delete.php
%%WWWDIR%%/modules/Leads/DetailView.php
%%WWWDIR%%/modules/Leads/DetailViewAjax.php
%%WWWDIR%%/modules/Leads/EditView.php
%%WWWDIR%%/modules/Leads/Import.php
%%WWWDIR%%/modules/Leads/LeadConvertToEntities.php
%%WWWDIR%%/modules/Leads/Leads.js
%%WWWDIR%%/modules/Leads/Leads.php
%%WWWDIR%%/modules/Leads/LeadsAjax.php
%%WWWDIR%%/modules/Leads/ListView.php
%%WWWDIR%%/modules/Leads/ListViewTop.php
%%WWWDIR%%/modules/Leads/Merge.php
%%WWWDIR%%/modules/Leads/Popup.php
%%WWWDIR%%/modules/Leads/PopupSearchForm.html
%%WWWDIR%%/modules/Leads/Popup_picker.html
%%WWWDIR%%/modules/Leads/QuickCreate.php
%%WWWDIR%%/modules/Leads/Save.php
%%WWWDIR%%/modules/Leads/TagCloud.php
%%WWWDIR%%/modules/Leads/index.php
%%WWWDIR%%/modules/Leads/language/en_us.lang.php
%%WWWDIR%%/modules/Leads/result.php
%%WWWDIR%%/modules/Leads/updateRelations.php
%%WWWDIR%%/modules/Migration/DBChanges/42P2_to_50.php
%%WWWDIR%%/modules/Migration/DBChanges/501_to_502.php
%%WWWDIR%%/modules/Migration/DBChanges/502_to_503rc2.php
%%WWWDIR%%/modules/Migration/DBChanges/503rc2_to_503.php
%%WWWDIR%%/modules/Migration/Migration.php
%%WWWDIR%%/modules/Migration/MigrationCheck.php
%%WWWDIR%%/modules/Migration/MigrationInfo.php
%%WWWDIR%%/modules/Migration/MigrationStep1.php
%%WWWDIR%%/modules/Migration/PatchApply.php
%%WWWDIR%%/modules/Migration/deleteCustomFields.php
%%WWWDIR%%/modules/Migration/index.php
%%WWWDIR%%/modules/Migration/language/en_us.lang.php
%%WWWDIR%%/modules/Migration/rename_tables.php
%%WWWDIR%%/modules/Migration/updateCurrency.php
%%WWWDIR%%/modules/Migration/versions.php
%%WWWDIR%%/modules/Notes/CustomView.php
%%WWWDIR%%/modules/Notes/Delete.php
%%WWWDIR%%/modules/Notes/DetailView.php
%%WWWDIR%%/modules/Notes/DetailViewAjax.php
%%WWWDIR%%/modules/Notes/EditView.php
%%WWWDIR%%/modules/Notes/ListView.php
%%WWWDIR%%/modules/Notes/Note.php
%%WWWDIR%%/modules/Notes/Notes.js
%%WWWDIR%%/modules/Notes/Notes.php
%%WWWDIR%%/modules/Notes/NotesAjax.php
%%WWWDIR%%/modules/Notes/QuickCreate.php
%%WWWDIR%%/modules/Notes/Save.php
%%WWWDIR%%/modules/Notes/TagCloud.php
%%WWWDIR%%/modules/Notes/index.php
%%WWWDIR%%/modules/Notes/language/en_us.lang.php
%%WWWDIR%%/modules/Portal/Delete.php
%%WWWDIR%%/modules/Portal/ListView.php
%%WWWDIR%%/modules/Portal/Popup.php
%%WWWDIR%%/modules/Portal/Portal.js
%%WWWDIR%%/modules/Portal/Portal.php
%%WWWDIR%%/modules/Portal/PortalAjax.php
%%WWWDIR%%/modules/Portal/Save.php
%%WWWDIR%%/modules/Portal/index.php
%%WWWDIR%%/modules/Portal/language/en_us.lang.php
%%WWWDIR%%/modules/Potentials/CallRelatedList.php
%%WWWDIR%%/modules/Potentials/Charts.php
%%WWWDIR%%/modules/Potentials/CustomView.php
%%WWWDIR%%/modules/Potentials/Delete.php
%%WWWDIR%%/modules/Potentials/DetailView.php
%%WWWDIR%%/modules/Potentials/DetailViewAjax.php
%%WWWDIR%%/modules/Potentials/EditView.php
%%WWWDIR%%/modules/Potentials/Import.php
%%WWWDIR%%/modules/Potentials/ListView.php
%%WWWDIR%%/modules/Potentials/ListViewTop.php
%%WWWDIR%%/modules/Potentials/Opportunity.php
%%WWWDIR%%/modules/Potentials/Popup.php
%%WWWDIR%%/modules/Potentials/PopupSearchForm.html
%%WWWDIR%%/modules/Potentials/Popup_picker.html
%%WWWDIR%%/modules/Potentials/Potentials.js
%%WWWDIR%%/modules/Potentials/Potentials.php
%%WWWDIR%%/modules/Potentials/PotentialsAjax.php
%%WWWDIR%%/modules/Potentials/QuickCreate.php
%%WWWDIR%%/modules/Potentials/Save.php
%%WWWDIR%%/modules/Potentials/TagCloud.php
%%WWWDIR%%/modules/Potentials/index.php
%%WWWDIR%%/modules/Potentials/language/en_us.lang.php
%%WWWDIR%%/modules/Potentials/updateRelations.php
%%WWWDIR%%/modules/PriceBooks/CallRelatedList.php
%%WWWDIR%%/modules/PriceBooks/CustomView.php
%%WWWDIR%%/modules/PriceBooks/Delete.php
%%WWWDIR%%/modules/PriceBooks/DetailView.php
%%WWWDIR%%/modules/PriceBooks/DetailViewAjax.php
%%WWWDIR%%/modules/PriceBooks/EditView.php
%%WWWDIR%%/modules/PriceBooks/ListView.php
%%WWWDIR%%/modules/PriceBooks/Popup.php
%%WWWDIR%%/modules/PriceBooks/PriceBooks.js
%%WWWDIR%%/modules/PriceBooks/PriceBooks.php
%%WWWDIR%%/modules/PriceBooks/PriceBooksAjax.php
%%WWWDIR%%/modules/PriceBooks/QuickCreate.php
%%WWWDIR%%/modules/PriceBooks/Save.php
%%WWWDIR%%/modules/PriceBooks/TagCloud.php
%%WWWDIR%%/modules/PriceBooks/index.php
%%WWWDIR%%/modules/PriceBooks/language/en_us.lang.php
%%WWWDIR%%/modules/Products/AddProductToPriceBooks.html
%%WWWDIR%%/modules/Products/AddProductToPriceBooks.php
%%WWWDIR%%/modules/Products/AddProductsToPriceBook.html
%%WWWDIR%%/modules/Products/AddProductsToPriceBook.php
%%WWWDIR%%/modules/Products/CallRelatedList.php
%%WWWDIR%%/modules/Products/CustomView.php
%%WWWDIR%%/modules/Products/Delete.php
%%WWWDIR%%/modules/Products/DeletePriceBookProductRel.php
%%WWWDIR%%/modules/Products/DetailView.php
%%WWWDIR%%/modules/Products/DetailViewAjax.php
%%WWWDIR%%/modules/Products/EditListPrice.php
%%WWWDIR%%/modules/Products/EditView.php
%%WWWDIR%%/modules/Products/Import.php
%%WWWDIR%%/modules/Products/InventoryTaxAjax.php
%%WWWDIR%%/modules/Products/ListView.php
%%WWWDIR%%/modules/Products/Popup.php
%%WWWDIR%%/modules/Products/Products.js
%%WWWDIR%%/modules/Products/Products.php
%%WWWDIR%%/modules/Products/ProductsAjax.php
%%WWWDIR%%/modules/Products/Productsslide.js
%%WWWDIR%%/modules/Products/Save.php
%%WWWDIR%%/modules/Products/TagCloud.php
%%WWWDIR%%/modules/Products/UpdateListPrice.php
%%WWWDIR%%/modules/Products/addPbProductRelToDB.php
%%WWWDIR%%/modules/Products/index.php
%%WWWDIR%%/modules/Products/language/en_us.lang.php
%%WWWDIR%%/modules/Products/multifile.js
%%WWWDIR%%/modules/Products/placeholder.gif
%%WWWDIR%%/modules/Products/updateRelations.php
%%WWWDIR%%/modules/PurchaseOrder/CallRelatedList.php
%%WWWDIR%%/modules/PurchaseOrder/CreatePDF.php
%%WWWDIR%%/modules/PurchaseOrder/CustomView.php
%%WWWDIR%%/modules/PurchaseOrder/Delete.php
%%WWWDIR%%/modules/PurchaseOrder/DetailView.php
%%WWWDIR%%/modules/PurchaseOrder/DetailViewAjax.php
%%WWWDIR%%/modules/PurchaseOrder/EditView.php
%%WWWDIR%%/modules/PurchaseOrder/ListTopPurchaseOrder.php
%%WWWDIR%%/modules/PurchaseOrder/ListView.php
%%WWWDIR%%/modules/PurchaseOrder/Popup.php
%%WWWDIR%%/modules/PurchaseOrder/PurchaseOrder.js
%%WWWDIR%%/modules/PurchaseOrder/PurchaseOrder.php
%%WWWDIR%%/modules/PurchaseOrder/PurchaseOrderAjax.php
%%WWWDIR%%/modules/PurchaseOrder/Save.php
%%WWWDIR%%/modules/PurchaseOrder/TagCloud.php
%%WWWDIR%%/modules/PurchaseOrder/index.php
%%WWWDIR%%/modules/PurchaseOrder/language/en_us.lang.php
%%WWWDIR%%/modules/PurchaseOrder/pdf_templates/footer.php
%%WWWDIR%%/modules/PurchaseOrder/pdf_templates/header.php
%%WWWDIR%%/modules/PurchaseOrder/pdf_templates/lastpage/body.php
%%WWWDIR%%/modules/PurchaseOrder/pdf_templates/lastpage/footer.php
%%WWWDIR%%/modules/Quotes/CallRelatedList.php
%%WWWDIR%%/modules/Quotes/CreatePDF.php
%%WWWDIR%%/modules/Quotes/CustomView.php
%%WWWDIR%%/modules/Quotes/Delete.php
%%WWWDIR%%/modules/Quotes/DetailView.php
%%WWWDIR%%/modules/Quotes/DetailViewAjax.php
%%WWWDIR%%/modules/Quotes/EditView.php
%%WWWDIR%%/modules/Quotes/ListTopQuotes.php
%%WWWDIR%%/modules/Quotes/ListView.php
%%WWWDIR%%/modules/Quotes/Popup.php
%%WWWDIR%%/modules/Quotes/Quotes.js
%%WWWDIR%%/modules/Quotes/Quotes.php
%%WWWDIR%%/modules/Quotes/QuotesAjax.php
%%WWWDIR%%/modules/Quotes/Save.php
%%WWWDIR%%/modules/Quotes/TagCloud.php
%%WWWDIR%%/modules/Quotes/index.php
%%WWWDIR%%/modules/Quotes/language/en_us.lang.php
%%WWWDIR%%/modules/Quotes/pdf_templates/footer.php
%%WWWDIR%%/modules/Quotes/pdf_templates/header.php
%%WWWDIR%%/modules/Quotes/pdf_templates/lastpage/body.php
%%WWWDIR%%/modules/Quotes/pdf_templates/lastpage/footer.php
%%WWWDIR%%/modules/Reports/AdvancedFilter.php
%%WWWDIR%%/modules/Reports/ChangeFolder.php
%%WWWDIR%%/modules/Reports/CheckReport.php
%%WWWDIR%%/modules/Reports/CreatePDF.php
%%WWWDIR%%/modules/Reports/CreateXL.php
%%WWWDIR%%/modules/Reports/Delete.php
%%WWWDIR%%/modules/Reports/DeleteReportFolder.php
%%WWWDIR%%/modules/Reports/Forms.php
%%WWWDIR%%/modules/Reports/ListView.php
%%WWWDIR%%/modules/Reports/NewReport0.php
%%WWWDIR%%/modules/Reports/NewReport1.php
%%WWWDIR%%/modules/Reports/PopulateReports.php
%%WWWDIR%%/modules/Reports/PrintReport.php
%%WWWDIR%%/modules/Reports/ReportColumns.php
%%WWWDIR%%/modules/Reports/ReportColumnsTotal.php
%%WWWDIR%%/modules/Reports/ReportFilters.php
%%WWWDIR%%/modules/Reports/ReportGrouping.php
%%WWWDIR%%/modules/Reports/ReportRun.php
%%WWWDIR%%/modules/Reports/ReportType.php
%%WWWDIR%%/modules/Reports/Reports.js
%%WWWDIR%%/modules/Reports/Reports.php
%%WWWDIR%%/modules/Reports/ReportsAjax.php
%%WWWDIR%%/modules/Reports/Save.php
%%WWWDIR%%/modules/Reports/SaveAndRun.php
%%WWWDIR%%/modules/Reports/SaveReport.php
%%WWWDIR%%/modules/Reports/SaveReport0.php
%%WWWDIR%%/modules/Reports/SaveReportFolder.php
%%WWWDIR%%/modules/Reports/StandardFilter.php
%%WWWDIR%%/modules/Reports/index.php
%%WWWDIR%%/modules/Reports/language/en_us.lang.php
%%WWWDIR%%/modules/Rss/Delete.php
%%WWWDIR%%/modules/Rss/Forms.php
%%WWWDIR%%/modules/Rss/ListView.html
%%WWWDIR%%/modules/Rss/ListView.php
%%WWWDIR%%/modules/Rss/Popup.html
%%WWWDIR%%/modules/Rss/Popup.php
%%WWWDIR%%/modules/Rss/Rss.js
%%WWWDIR%%/modules/Rss/Rss.php
%%WWWDIR%%/modules/Rss/RssAjax.php
%%WWWDIR%%/modules/Rss/Save.php
%%WWWDIR%%/modules/Rss/Star.php
%%WWWDIR%%/modules/Rss/index.php
%%WWWDIR%%/modules/Rss/language/en_us.lang.php
%%WWWDIR%%/modules/SalesOrder/CallRelatedList.php
%%WWWDIR%%/modules/SalesOrder/CreateSOPDF.php
%%WWWDIR%%/modules/SalesOrder/CustomView.php
%%WWWDIR%%/modules/SalesOrder/Delete.php
%%WWWDIR%%/modules/SalesOrder/DetailView.php
%%WWWDIR%%/modules/SalesOrder/DetailViewAjax.php
%%WWWDIR%%/modules/SalesOrder/EditView.php
%%WWWDIR%%/modules/SalesOrder/ListTopSalesOrder.php
%%WWWDIR%%/modules/SalesOrder/ListView.php
%%WWWDIR%%/modules/SalesOrder/Popup.php
%%WWWDIR%%/modules/SalesOrder/SalesOrder.js
%%WWWDIR%%/modules/SalesOrder/SalesOrder.php
%%WWWDIR%%/modules/SalesOrder/SalesOrderAjax.php
%%WWWDIR%%/modules/SalesOrder/Save.php
%%WWWDIR%%/modules/SalesOrder/TagCloud.php
%%WWWDIR%%/modules/SalesOrder/index.php
%%WWWDIR%%/modules/SalesOrder/language/en_us.lang.php
%%WWWDIR%%/modules/SalesOrder/pdf_templates/footer.php
%%WWWDIR%%/modules/SalesOrder/pdf_templates/header.php
%%WWWDIR%%/modules/SalesOrder/pdf_templates/lastpage/body.php
%%WWWDIR%%/modules/SalesOrder/pdf_templates/lastpage/footer.php
%%WWWDIR%%/modules/Settings/AddCustomFieldToDB.php
%%WWWDIR%%/modules/Settings/Announcements.php
%%WWWDIR%%/modules/Settings/AuditTrail.php
%%WWWDIR%%/modules/Settings/AuditTrailList.php
%%WWWDIR%%/modules/Settings/BackupServerConfig.php
%%WWWDIR%%/modules/Settings/CreateCustomField.php
%%WWWDIR%%/modules/Settings/CreateSharingRule.php
%%WWWDIR%%/modules/Settings/CurrencyDelete.php
%%WWWDIR%%/modules/Settings/CurrencyDeleteStep1.php
%%WWWDIR%%/modules/Settings/CurrencyEditView.php
%%WWWDIR%%/modules/Settings/CurrencyListView.php
%%WWWDIR%%/modules/Settings/CustomFieldList.php
%%WWWDIR%%/modules/Settings/CustomInvoiceNo.php
%%WWWDIR%%/modules/Settings/DefModuleView.php
%%WWWDIR%%/modules/Settings/DefaultFieldPermissions.php
%%WWWDIR%%/modules/Settings/DeleteCustomField.php
%%WWWDIR%%/modules/Settings/DeleteLeadCustomFieldMapping.php
%%WWWDIR%%/modules/Settings/DeleteMailAccount.php
%%WWWDIR%%/modules/Settings/EditComboField.php
%%WWWDIR%%/modules/Settings/EditCompanyDetails.php
%%WWWDIR%%/modules/Settings/EditDefOrgFieldLevelAccess.php
%%WWWDIR%%/modules/Settings/EditField.html
%%WWWDIR%%/modules/Settings/EditInventoryNotification.php
%%WWWDIR%%/modules/Settings/EditNotification.php
%%WWWDIR%%/modules/Settings/EmailConfig.php
%%WWWDIR%%/modules/Settings/Forms.php
%%WWWDIR%%/modules/Settings/GroupDetailView.php
%%WWWDIR%%/modules/Settings/LeadCustomFieldMapping.php
%%WWWDIR%%/modules/Settings/ListLoginHistory.php
%%WWWDIR%%/modules/Settings/ListMailAccount.php
%%WWWDIR%%/modules/Settings/ListModuleOwners.php
%%WWWDIR%%/modules/Settings/ListProfiles.php
%%WWWDIR%%/modules/Settings/OrgSharingDetailView.php
%%WWWDIR%%/modules/Settings/OrganizationConfig.php
%%WWWDIR%%/modules/Settings/OrganizationTermsandConditions.php
%%WWWDIR%%/modules/Settings/PickList.php
%%WWWDIR%%/modules/Settings/ProxyServerConfig.php
%%WWWDIR%%/modules/Settings/RoleDeleteStep1.php
%%WWWDIR%%/modules/Settings/RoleDetailView.php
%%WWWDIR%%/modules/Settings/Save.php
%%WWWDIR%%/modules/Settings/SaveAuditTrail.php
%%WWWDIR%%/modules/Settings/SaveCompany.php
%%WWWDIR%%/modules/Settings/SaveConvertLead.php
%%WWWDIR%%/modules/Settings/SaveCurrencyInfo.php
%%WWWDIR%%/modules/Settings/SaveEnableBackup.php
%%WWWDIR%%/modules/Settings/SaveInventoryNotification.php
%%WWWDIR%%/modules/Settings/SaveNotification.php
%%WWWDIR%%/modules/Settings/SaveRole.php
%%WWWDIR%%/modules/Settings/SaveSharingRule.php
%%WWWDIR%%/modules/Settings/SettingsAjax.php
%%WWWDIR%%/modules/Settings/ShowAuditTrail.php
%%WWWDIR%%/modules/Settings/TaxConfig.php
%%WWWDIR%%/modules/Settings/UpdateComboValues.php
%%WWWDIR%%/modules/Settings/UpdateDefaultFieldLevelAccess.php
%%WWWDIR%%/modules/Settings/add2db.php
%%WWWDIR%%/modules/Settings/createemailtemplate.php
%%WWWDIR%%/modules/Settings/createnewgroup.php
%%WWWDIR%%/modules/Settings/createrole.php
%%WWWDIR%%/modules/Settings/deleteemailtemplate.php
%%WWWDIR%%/modules/Settings/deletewordtemplate.php
%%WWWDIR%%/modules/Settings/detailviewemailtemplate.php
%%WWWDIR%%/modules/Settings/downloadfile.php
%%WWWDIR%%/modules/Settings/editemailtemplate.php
%%WWWDIR%%/modules/Settings/fieldtypes.html
%%WWWDIR%%/modules/Settings/index.php
%%WWWDIR%%/modules/Settings/language/en_us.lang.php
%%WWWDIR%%/modules/Settings/listemailtemplates.php
%%WWWDIR%%/modules/Settings/listgroups.php
%%WWWDIR%%/modules/Settings/listinventorynotifications.php
%%WWWDIR%%/modules/Settings/listnotificationschedulers.php
%%WWWDIR%%/modules/Settings/listroles.php
%%WWWDIR%%/modules/Settings/listwordtemplates.php
%%WWWDIR%%/modules/Settings/mailmergedownloadfile.php
%%WWWDIR%%/modules/Settings/profilePrivileges.php
%%WWWDIR%%/modules/Settings/saveemailtemplate.php
%%WWWDIR%%/modules/Settings/savetermsandconditions.php
%%WWWDIR%%/modules/Settings/savewordtemplate.php
%%WWWDIR%%/modules/Settings/upload.php
%%WWWDIR%%/modules/Settings/vtigerCRM.CAB
%%WWWDIR%%/modules/System/SystemAjax.php
%%WWWDIR%%/modules/System/config.php
%%WWWDIR%%/modules/System/distros.ini
%%WWWDIR%%/modules/System/images/Arch.gif
%%WWWDIR%%/modules/System/images/Cobalt.png
%%WWWDIR%%/modules/System/images/Darwin.png
%%WWWDIR%%/modules/System/images/Debian.png
%%WWWDIR%%/modules/System/images/Fedora.png
%%WWWDIR%%/modules/System/images/FreeBSD.png
%%WWWDIR%%/modules/System/images/Gentoo.png
%%WWWDIR%%/modules/System/images/Mandrake.png
%%WWWDIR%%/modules/System/images/NetBSD.png
%%WWWDIR%%/modules/System/images/OpenBSD.png
%%WWWDIR%%/modules/System/images/Redhat.png
%%WWWDIR%%/modules/System/images/Rubix.png
%%WWWDIR%%/modules/System/images/Slackware.png
%%WWWDIR%%/modules/System/images/Suse.png
%%WWWDIR%%/modules/System/images/Trustix.gif
%%WWWDIR%%/modules/System/images/free-eos.png
%%WWWDIR%%/modules/System/images/lfs.png
%%WWWDIR%%/modules/System/images/unknown.png
%%WWWDIR%%/modules/System/images/xp.gif
%%WWWDIR%%/modules/System/includes/XPath.class.php
%%WWWDIR%%/modules/System/includes/class.Template.inc.php
%%WWWDIR%%/modules/System/includes/class.error.inc.php
%%WWWDIR%%/modules/System/includes/common_functions.php
%%WWWDIR%%/modules/System/includes/lang/ar_utf8.php
%%WWWDIR%%/modules/System/includes/lang/bg.php
%%WWWDIR%%/modules/System/includes/lang/big5.php
%%WWWDIR%%/modules/System/includes/lang/br.php
%%WWWDIR%%/modules/System/includes/lang/ca.php
%%WWWDIR%%/modules/System/includes/lang/cn.php
%%WWWDIR%%/modules/System/includes/lang/cs.php
%%WWWDIR%%/modules/System/includes/lang/ct.php
%%WWWDIR%%/modules/System/includes/lang/da.php
%%WWWDIR%%/modules/System/includes/lang/de.php
%%WWWDIR%%/modules/System/includes/lang/en.php
%%WWWDIR%%/modules/System/includes/lang/es.php
%%WWWDIR%%/modules/System/includes/lang/et.php
%%WWWDIR%%/modules/System/includes/lang/eu.php
%%WWWDIR%%/modules/System/includes/lang/fi.php
%%WWWDIR%%/modules/System/includes/lang/fr.php
%%WWWDIR%%/modules/System/includes/lang/gr.php
%%WWWDIR%%/modules/System/includes/lang/he.php
%%WWWDIR%%/modules/System/includes/lang/hu.php
%%WWWDIR%%/modules/System/includes/lang/id.php
%%WWWDIR%%/modules/System/includes/lang/index.html
%%WWWDIR%%/modules/System/includes/lang/is.php
%%WWWDIR%%/modules/System/includes/lang/it.php
%%WWWDIR%%/modules/System/includes/lang/ja.php
%%WWWDIR%%/modules/System/includes/lang/jp.php
%%WWWDIR%%/modules/System/includes/lang/ko.php
%%WWWDIR%%/modules/System/includes/lang/lt.php
%%WWWDIR%%/modules/System/includes/lang/lv.php
%%WWWDIR%%/modules/System/includes/lang/nl.php
%%WWWDIR%%/modules/System/includes/lang/no.php
%%WWWDIR%%/modules/System/includes/lang/pl.php
%%WWWDIR%%/modules/System/includes/lang/pt-br.php
%%WWWDIR%%/modules/System/includes/lang/pt.php
%%WWWDIR%%/modules/System/includes/lang/ro.php
%%WWWDIR%%/modules/System/includes/lang/ru.php
%%WWWDIR%%/modules/System/includes/lang/sk.php
%%WWWDIR%%/modules/System/includes/lang/sv.php
%%WWWDIR%%/modules/System/includes/lang/tr.php
%%WWWDIR%%/modules/System/includes/lang/tw.php
%%WWWDIR%%/modules/System/includes/mb/class.healthd.inc.php
%%WWWDIR%%/modules/System/includes/mb/class.hwsensors.inc.php
%%WWWDIR%%/modules/System/includes/mb/class.lmsensors.inc.php
%%WWWDIR%%/modules/System/includes/mb/class.mbm5.inc.php
%%WWWDIR%%/modules/System/includes/mb/class.mbmon.inc.php
%%WWWDIR%%/modules/System/includes/mb/index.html
%%WWWDIR%%/modules/System/includes/os/class.BSD.common.inc.php
%%WWWDIR%%/modules/System/includes/os/class.Darwin.inc.php
%%WWWDIR%%/modules/System/includes/os/class.FreeBSD.inc.php
%%WWWDIR%%/modules/System/includes/os/class.HP-UX.inc.php
%%WWWDIR%%/modules/System/includes/os/class.Linux.inc.php
%%WWWDIR%%/modules/System/includes/os/class.NetBSD.inc.php
%%WWWDIR%%/modules/System/includes/os/class.OpenBSD.inc.php
%%WWWDIR%%/modules/System/includes/os/class.SunOS.inc.php
%%WWWDIR%%/modules/System/includes/os/class.WINNT.inc.bak.php
%%WWWDIR%%/modules/System/includes/os/class.WINNT.inc.php
%%WWWDIR%%/modules/System/includes/os/class.parseProgs.inc.php
%%WWWDIR%%/modules/System/includes/os/index.html
%%WWWDIR%%/modules/System/includes/system_footer.php
%%WWWDIR%%/modules/System/includes/system_header.php
%%WWWDIR%%/modules/System/includes/xml/filesystems.php
%%WWWDIR%%/modules/System/includes/xml/hardware.php
%%WWWDIR%%/modules/System/includes/xml/hddtemp.php
%%WWWDIR%%/modules/System/includes/xml/index.html
%%WWWDIR%%/modules/System/includes/xml/mbinfo.php
%%WWWDIR%%/modules/System/includes/xml/memory.php
%%WWWDIR%%/modules/System/includes/xml/network.php
%%WWWDIR%%/modules/System/includes/xml/vitals.php
%%WWWDIR%%/modules/System/language/en_us.lang.php
%%WWWDIR%%/modules/System/listsysconfig.php
%%WWWDIR%%/modules/System/phpsysinfo.dtd
%%WWWDIR%%/modules/System/systemconfig.php
%%WWWDIR%%/modules/System/templates/classic/box.tpl
%%WWWDIR%%/modules/System/templates/classic/classic.css
%%WWWDIR%%/modules/System/templates/classic/form.tpl
%%WWWDIR%%/modules/System/templates/classic/images/bar_left.gif
%%WWWDIR%%/modules/System/templates/classic/images/bar_middle.gif
%%WWWDIR%%/modules/System/templates/classic/images/bar_right.gif
%%WWWDIR%%/modules/System/templates/classic/images/redbar_left.gif
%%WWWDIR%%/modules/System/templates/classic/images/redbar_middle.gif
%%WWWDIR%%/modules/System/templates/classic/images/redbar_right.gif
%%WWWDIR%%/modules/System/templates/classic/images/trans.gif
%%WWWDIR%%/modules/Users/AddMailAccount.php
%%WWWDIR%%/modules/Users/Announcements.php
%%WWWDIR%%/modules/Users/Authenticate.php
%%WWWDIR%%/modules/Users/ChangePassword.php
%%WWWDIR%%/modules/Users/CreateProfile.php
%%WWWDIR%%/modules/Users/CreateUserPrivilegeFile.php
%%WWWDIR%%/modules/Users/DefaultDataPopulator.php
%%WWWDIR%%/modules/Users/Delete.php
%%WWWDIR%%/modules/Users/DeleteGroup.php
%%WWWDIR%%/modules/Users/DeleteProfile.php
%%WWWDIR%%/modules/Users/DeleteRole.php
%%WWWDIR%%/modules/Users/DeleteSharingRule.php
%%WWWDIR%%/modules/Users/DeleteUser.php
%%WWWDIR%%/modules/Users/DetailView.php
%%WWWDIR%%/modules/Users/DetailViewAjax.php
%%WWWDIR%%/modules/Users/EditView.php
%%WWWDIR%%/modules/Users/Error.php
%%WWWDIR%%/modules/Users/Forms.php
%%WWWDIR%%/modules/Users/GroupDeleteStep1.php
%%WWWDIR%%/modules/Users/ListView.php
%%WWWDIR%%/modules/Users/Login.php
%%WWWDIR%%/modules/Users/LoginHistory.php
%%WWWDIR%%/modules/Users/Logout.php
%%WWWDIR%%/modules/Users/OrgSharingEditView.php
%%WWWDIR%%/modules/Users/Popup.php
%%WWWDIR%%/modules/Users/ProfileDeleteStep1.php
%%WWWDIR%%/modules/Users/RecalculateSharingRules.php
%%WWWDIR%%/modules/Users/RenameProfile.php
%%WWWDIR%%/modules/Users/RoleDragDrop.php
%%WWWDIR%%/modules/Users/RolePopup.php
%%WWWDIR%%/modules/Users/Save.php
%%WWWDIR%%/modules/Users/SaveDefModuleView.php
%%WWWDIR%%/modules/Users/SaveGroup.php
%%WWWDIR%%/modules/Users/SaveMailAccount.php
%%WWWDIR%%/modules/Users/SaveOrgSharing.php
%%WWWDIR%%/modules/Users/SaveProfile.php
%%WWWDIR%%/modules/Users/SearchForm.html
%%WWWDIR%%/modules/Users/ShowHistory.html
%%WWWDIR%%/modules/Users/ShowHistory.php
%%WWWDIR%%/modules/Users/TemplateMerge.php
%%WWWDIR%%/modules/Users/UpdateCustomInvoiceNo.php
%%WWWDIR%%/modules/Users/UpdateProfileChanges.php
%%WWWDIR%%/modules/Users/UserDeleteStep1.php
%%WWWDIR%%/modules/Users/UserGroups.php
%%WWWDIR%%/modules/Users/Users.js
%%WWWDIR%%/modules/Users/Users.php
%%WWWDIR%%/modules/Users/UsersAjax.php
%%WWWDIR%%/modules/Users/about_us.php
%%WWWDIR%%/modules/Users/binaryfilelist.php
%%WWWDIR%%/modules/Users/deletewordtemplate.php
%%WWWDIR%%/modules/Users/downloadfile.php
%%WWWDIR%%/modules/Users/language/en_us.lang.php
%%WWWDIR%%/modules/Users/lookupemailtemplates.php
%%WWWDIR%%/modules/Users/massChangeStatus.php
%%WWWDIR%%/modules/Users/massdelete.php
%%WWWDIR%%/modules/Users/notify_detail.php
%%WWWDIR%%/modules/Users/populatetemplate.php
%%WWWDIR%%/modules/Users/updateLeadDBStatus.php
%%WWWDIR%%/modules/Users/updateNotificationSchedulers.php
%%WWWDIR%%/modules/Utilities/Calculator.php
%%WWWDIR%%/modules/Utilities/Clock.php
%%WWWDIR%%/modules/Utilities/Merge.php
%%WWWDIR%%/modules/Utilities/UtilitiesAjax.php
%%WWWDIR%%/modules/Utilities/language/en_us.lang.php
%%WWWDIR%%/modules/Vendors/CallRelatedList.php
%%WWWDIR%%/modules/Vendors/CustomView.php
%%WWWDIR%%/modules/Vendors/Delete.php
%%WWWDIR%%/modules/Vendors/DetailView.php
%%WWWDIR%%/modules/Vendors/DetailViewAjax.php
%%WWWDIR%%/modules/Vendors/EditView.php
%%WWWDIR%%/modules/Vendors/ListView.php
%%WWWDIR%%/modules/Vendors/Popup.php
%%WWWDIR%%/modules/Vendors/QuickCreate.php
%%WWWDIR%%/modules/Vendors/Save.php
%%WWWDIR%%/modules/Vendors/TagCloud.php
%%WWWDIR%%/modules/Vendors/Vendors.js
%%WWWDIR%%/modules/Vendors/Vendors.php
%%WWWDIR%%/modules/Vendors/VendorsAjax.php
%%WWWDIR%%/modules/Vendors/index.php
%%WWWDIR%%/modules/Vendors/language/en_us.lang.php
%%WWWDIR%%/modules/Vendors/updateRelations.php
%%WWWDIR%%/modules/Webmails/CallRelatedList.php
%%WWWDIR%%/modules/Webmails/DetailView.php
%%WWWDIR%%/modules/Webmails/Forms.php
%%WWWDIR%%/modules/Webmails/ListView.php
%%WWWDIR%%/modules/Webmails/ListViewAjax.php
%%WWWDIR%%/modules/Webmails/MailBox.php
%%WWWDIR%%/modules/Webmails/MailParse.php
%%WWWDIR%%/modules/Webmails/Save.php
%%WWWDIR%%/modules/Webmails/TODO
%%WWWDIR%%/modules/Webmails/Webmails.js
%%WWWDIR%%/modules/Webmails/Webmails.php
%%WWWDIR%%/modules/Webmails/WebmailsAjax.php
%%WWWDIR%%/modules/Webmails/body.php
%%WWWDIR%%/modules/Webmails/conf.php
%%WWWDIR%%/modules/Webmails/dlAttachments.php
%%WWWDIR%%/modules/Webmails/download.php
%%WWWDIR%%/modules/Webmails/functions.php
%%WWWDIR%%/modules/Webmails/get_img.php
%%WWWDIR%%/modules/Webmails/images/delitem.png
%%WWWDIR%%/modules/Webmails/images/down_pointer.png
%%WWWDIR%%/modules/Webmails/images/draft.png
%%WWWDIR%%/modules/Webmails/images/end.gif
%%WWWDIR%%/modules/Webmails/images/flag.png
%%WWWDIR%%/modules/Webmails/images/folder.png
%%WWWDIR%%/modules/Webmails/images/gnome-fs-trash-empty.png
%%WWWDIR%%/modules/Webmails/images/gnome-fs-trash-full.png
%%WWWDIR%%/modules/Webmails/images/inbox.png
%%WWWDIR%%/modules/Webmails/images/index.php
%%WWWDIR%%/modules/Webmails/images/mail_reply.png
%%WWWDIR%%/modules/Webmails/images/minus.png
%%WWWDIR%%/modules/Webmails/images/next.gif
%%WWWDIR%%/modules/Webmails/images/plus.gif
%%WWWDIR%%/modules/Webmails/images/plus.png
%%WWWDIR%%/modules/Webmails/images/previous.gif
%%WWWDIR%%/modules/Webmails/images/sec_remove_eng.png
%%WWWDIR%%/modules/Webmails/images/senti.png
%%WWWDIR%%/modules/Webmails/images/sm_logo.png
%%WWWDIR%%/modules/Webmails/images/sort_none.png
%%WWWDIR%%/modules/Webmails/images/start.gif
%%WWWDIR%%/modules/Webmails/images/stock_attach.png
%%WWWDIR%%/modules/Webmails/images/stock_macro-jump-back.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-flag-for-followup-done.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-flag-for-followup.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-forward.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-hide-read.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-open.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-priority-high.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-read.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-replied.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-reply.png
%%WWWDIR%%/modules/Webmails/images/stock_mail-unread.png
%%WWWDIR%%/modules/Webmails/images/stock_mail.png
%%WWWDIR%%/modules/Webmails/images/stock_trash_full.png
%%WWWDIR%%/modules/Webmails/images/trashcan_empty.png
%%WWWDIR%%/modules/Webmails/images/up_pointer.png
%%WWWDIR%%/modules/Webmails/index.php
%%WWWDIR%%/modules/Webmails/js/script.js
%%WWWDIR%%/modules/Webmails/language/en_us.lang.php
%%WWWDIR%%/modules/Yahoo/images/ym.gif
%%WWWDIR%%/modules/Yahoo/language/en_us.lang.php
%%WWWDIR%%/modules/uploads/add2db.php
%%WWWDIR%%/modules/uploads/deleteattachments.php
%%WWWDIR%%/modules/uploads/downloadfile.php
%%WWWDIR%%/modules/uploads/language/en_us.lang.php
%%WWWDIR%%/modules/uploads/upload.php
%%WWWDIR%%/modules/uploads/uploadsAjax.php
%%WWWDIR%%/schema/DatabaseSchema.xml
%%WWWDIR%%/soap/customerportal.php
%%WWWDIR%%/soap/firefoxtoolbar.php
%%WWWDIR%%/soap/thunderbirdplugin.php
%%WWWDIR%%/soap/vtigerolservice.php
%%WWWDIR%%/soap/webforms.php
%%WWWDIR%%/soap/wordplugin.php
%%WWWDIR%%/storage/vtiger.txt
%%WWWDIR%%/test/contact/a.txt
%%WWWDIR%%/test/logo/logo.txt
%%WWWDIR%%/test/logo/sale.jpeg
%%WWWDIR%%/test/logo/vtiger-crm-logo.jpg
%%WWWDIR%%/test/product/product1.jpeg
%%WWWDIR%%/test/product/product10.jpeg
%%WWWDIR%%/test/product/product2.jpeg
%%WWWDIR%%/test/product/product3.jpeg
%%WWWDIR%%/test/product/product4.jpeg
%%WWWDIR%%/test/product/product5.jpeg
%%WWWDIR%%/test/product/product6.jpeg
%%WWWDIR%%/test/product/product7.jpeg
%%WWWDIR%%/test/product/product8.jpeg
%%WWWDIR%%/test/product/product9.jpeg
%%WWWDIR%%/test/product/vtigercrm.txt
%%WWWDIR%%/test/upload/vtigercrm.txt
%%WWWDIR%%/test/user/a.txt
%%WWWDIR%%/test/wordtemplatedownload/todel.txt
%%WWWDIR%%/themes/alphagrey/chat.css
%%WWWDIR%%/themes/alphagrey/footer.php
%%WWWDIR%%/themes/alphagrey/header.php
%%WWWDIR%%/themes/alphagrey/images/2tbarPrivateChat.gif
%%WWWDIR%%/themes/alphagrey/images/2tbarPublicChat.gif
%%WWWDIR%%/themes/alphagrey/images/3hdrTabBg.gif
%%WWWDIR%%/themes/alphagrey/images/Accounts.gif
%%WWWDIR%%/themes/alphagrey/images/AddEvent.gif
%%WWWDIR%%/themes/alphagrey/images/AddToDo.gif
%%WWWDIR%%/themes/alphagrey/images/Call.gif
%%WWWDIR%%/themes/alphagrey/images/Calls.gif
%%WWWDIR%%/themes/alphagrey/images/Contacts.gif
%%WWWDIR%%/themes/alphagrey/images/HomeBtm.gif
%%WWWDIR%%/themes/alphagrey/images/Home_15.gif
%%WWWDIR%%/themes/alphagrey/images/Leads.gif
%%WWWDIR%%/themes/alphagrey/images/Meeting.gif
%%WWWDIR%%/themes/alphagrey/images/Meetings.gif
%%WWWDIR%%/themes/alphagrey/images/Opportunities.gif
%%WWWDIR%%/themes/alphagrey/images/Potentials.gif
%%WWWDIR%%/themes/alphagrey/images/Quotes.gif
%%WWWDIR%%/themes/alphagrey/images/Recurring.gif
%%WWWDIR%%/themes/alphagrey/images/Reports_arrow.gif
%%WWWDIR%%/themes/alphagrey/images/RolesDelete.gif
%%WWWDIR%%/themes/alphagrey/images/RolesEdit.gif
%%WWWDIR%%/themes/alphagrey/images/RolesMove.gif
%%WWWDIR%%/themes/alphagrey/images/Rolesadd.gif
%%WWWDIR%%/themes/alphagrey/images/Settings.gif
%%WWWDIR%%/themes/alphagrey/images/Tasks.gif
%%WWWDIR%%/themes/alphagrey/images/Thumbs.db
%%WWWDIR%%/themes/alphagrey/images/Tickets.gif
%%WWWDIR%%/themes/alphagrey/images/TopOpenQuotes.gif
%%WWWDIR%%/themes/alphagrey/images/ViewTemplate.gif
%%WWWDIR%%/themes/alphagrey/images/aboutUS.jpg
%%WWWDIR%%/themes/alphagrey/images/about_btm.jpg
%%WWWDIR%%/themes/alphagrey/images/actionGenPurchaseOrder.gif
%%WWWDIR%%/themes/alphagrey/images/actionGenerateInvoice.gif
%%WWWDIR%%/themes/alphagrey/images/actionGeneratePDF.gif
%%WWWDIR%%/themes/alphagrey/images/actionGenerateQuote.gif
%%WWWDIR%%/themes/alphagrey/images/actionGenerateSalesOrder.gif
%%WWWDIR%%/themes/alphagrey/images/actionPrintNow.gif
%%WWWDIR%%/themes/alphagrey/images/addrss.gif
%%WWWDIR%%/themes/alphagrey/images/advancedSearchLens.gif
%%WWWDIR%%/themes/alphagrey/images/alphagrayHomeMark.gif
%%WWWDIR%%/themes/alphagrey/images/announ.gif
%%WWWDIR%%/themes/alphagrey/images/arrow.jpg
%%WWWDIR%%/themes/alphagrey/images/arrow_down.gif
%%WWWDIR%%/themes/alphagrey/images/arrow_up.gif
%%WWWDIR%%/themes/alphagrey/images/assign.gif
%%WWWDIR%%/themes/alphagrey/images/attachment.gif
%%WWWDIR%%/themes/alphagrey/images/audit.gif
%%WWWDIR%%/themes/alphagrey/images/backupserver.gif
%%WWWDIR%%/themes/alphagrey/images/basicSearchLens.gif
%%WWWDIR%%/themes/alphagrey/images/bl_bar.jpg
%%WWWDIR%%/themes/alphagrey/images/black.png
%%WWWDIR%%/themes/alphagrey/images/blank.gif
%%WWWDIR%%/themes/alphagrey/images/bookMark.gif
%%WWWDIR%%/themes/alphagrey/images/bottom_left.jpg
%%WWWDIR%%/themes/alphagrey/images/bottom_right.jpg
%%WWWDIR%%/themes/alphagrey/images/box_BL.gif
%%WWWDIR%%/themes/alphagrey/images/box_BR.gif
%%WWWDIR%%/themes/alphagrey/images/box_M.gif
%%WWWDIR%%/themes/alphagrey/images/box_ML.gif
%%WWWDIR%%/themes/alphagrey/images/box_MR.gif
%%WWWDIR%%/themes/alphagrey/images/box_T.gif
%%WWWDIR%%/themes/alphagrey/images/box_TL.gif
%%WWWDIR%%/themes/alphagrey/images/box_TR.gif
%%WWWDIR%%/themes/alphagrey/images/btnAlexa.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Add-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Add.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3AllMenu-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3AllMenu.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Calc-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Calc.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Calendar-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Calendar.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Clock-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Clock.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Search-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Search.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Tracker-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/btnL3Tracker.gif
%%WWWDIR%%/themes/alphagrey/images/btn_close.gif
%%WWWDIR%%/themes/alphagrey/images/btn_hide.gif
%%WWWDIR%%/themes/alphagrey/images/btn_send.gif
%%WWWDIR%%/themes/alphagrey/images/busy.gif
%%WWWDIR%%/themes/alphagrey/images/bx_B.gif
%%WWWDIR%%/themes/alphagrey/images/cal12x12Shared.gif
%%WWWDIR%%/themes/alphagrey/images/cal16x16Call.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16CallAdd.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16Linked.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16Meeting.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16MeetingAdd.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16Shared.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16ToDo.jpg
%%WWWDIR%%/themes/alphagrey/images/cal16x16ToDoAdd.jpg
%%WWWDIR%%/themes/alphagrey/images/calAddButtonBg.gif
%%WWWDIR%%/themes/alphagrey/images/calBg.gif
%%WWWDIR%%/themes/alphagrey/images/calBottomBg.gif
%%WWWDIR%%/themes/alphagrey/images/calBottomLeft.gif
%%WWWDIR%%/themes/alphagrey/images/calBottomRight.gif
%%WWWDIR%%/themes/alphagrey/images/calNavNext.gif
%%WWWDIR%%/themes/alphagrey/images/calNavPrev.gif
%%WWWDIR%%/themes/alphagrey/images/calSep.gif
%%WWWDIR%%/themes/alphagrey/images/calTopLeft.gif
%%WWWDIR%%/themes/alphagrey/images/calTopRight.gif
%%WWWDIR%%/themes/alphagrey/images/cal_Hdr.gif
%%WWWDIR%%/themes/alphagrey/images/cal_Others.gif
%%WWWDIR%%/themes/alphagrey/images/cal_add.gif
%%WWWDIR%%/themes/alphagrey/images/cal_add.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_clock.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_event.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_hdr.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_nav.gif
%%WWWDIR%%/themes/alphagrey/images/cal_next_nav.gif
%%WWWDIR%%/themes/alphagrey/images/cal_prev_nav.gif
%%WWWDIR%%/themes/alphagrey/images/cal_sel.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_sharing.jpg
%%WWWDIR%%/themes/alphagrey/images/cal_title.jpg
%%WWWDIR%%/themes/alphagrey/images/calc_back_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_black_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_blue_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_bottom_center.gif
%%WWWDIR%%/themes/alphagrey/images/calc_bottom_left.gif
%%WWWDIR%%/themes/alphagrey/images/calc_bottom_right.gif
%%WWWDIR%%/themes/alphagrey/images/calc_canc_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_grey_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_logo.gif
%%WWWDIR%%/themes/alphagrey/images/calc_mem_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_middle_right.gif
%%WWWDIR%%/themes/alphagrey/images/calc_red_btn.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_bc.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_bl.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_br.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_ml.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_mr.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_tc.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_tl.gif
%%WWWDIR%%/themes/alphagrey/images/calc_res_tr.gif
%%WWWDIR%%/themes/alphagrey/images/calc_top_left.gif
%%WWWDIR%%/themes/alphagrey/images/calc_top_right.gif
%%WWWDIR%%/themes/alphagrey/images/calendar.gif
%%WWWDIR%%/themes/alphagrey/images/cfcurrency.gif
%%WWWDIR%%/themes/alphagrey/images/cfpicklist.gif
%%WWWDIR%%/themes/alphagrey/images/check_mail.gif
%%WWWDIR%%/themes/alphagrey/images/checkbox.gif
%%WWWDIR%%/themes/alphagrey/images/clear_field.gif
%%WWWDIR%%/themes/alphagrey/images/clock_bg.gif
%%WWWDIR%%/themes/alphagrey/images/close.gif
%%WWWDIR%%/themes/alphagrey/images/collapse.gif
%%WWWDIR%%/themes/alphagrey/images/company.gif
%%WWWDIR%%/themes/alphagrey/images/compose.gif
%%WWWDIR%%/themes/alphagrey/images/composeMail.jpg
%%WWWDIR%%/themes/alphagrey/images/currency.gif
%%WWWDIR%%/themes/alphagrey/images/currencydelete.gif
%%WWWDIR%%/themes/alphagrey/images/custom.gif
%%WWWDIR%%/themes/alphagrey/images/dashBottomBg.gif
%%WWWDIR%%/themes/alphagrey/images/dashSelectBg.gif
%%WWWDIR%%/themes/alphagrey/images/dashTopBg.gif
%%WWWDIR%%/themes/alphagrey/images/dash_btm.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_btm_center.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_btm_left.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_btm_right.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_down_arrow.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_name.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_screw.gif
%%WWWDIR%%/themes/alphagrey/images/dash_screw.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_scroll_up.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_sel_btm.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_sel_chart.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_sel_left.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_sel_top.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_switch_view.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_top.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_top_shadow.jpg
%%WWWDIR%%/themes/alphagrey/images/dash_unsel_chart.jpg
%%WWWDIR%%/themes/alphagrey/images/date.gif
%%WWWDIR%%/themes/alphagrey/images/dboardMatrixView.gif
%%WWWDIR%%/themes/alphagrey/images/dboardNormalView.gif
%%WWWDIR%%/themes/alphagrey/images/del.gif
%%WWWDIR%%/themes/alphagrey/images/del_tag.gif
%%WWWDIR%%/themes/alphagrey/images/delete.gif
%%WWWDIR%%/themes/alphagrey/images/denied.gif
%%WWWDIR%%/themes/alphagrey/images/disabled.gif
%%WWWDIR%%/themes/alphagrey/images/editfield.gif
%%WWWDIR%%/themes/alphagrey/images/email.gif
%%WWWDIR%%/themes/alphagrey/images/emailDelete.gif
%%WWWDIR%%/themes/alphagrey/images/emailInFolder.gif
%%WWWDIR%%/themes/alphagrey/images/emailOutFolder.gif
%%WWWDIR%%/themes/alphagrey/images/emailTrashFolder.gif
%%WWWDIR%%/themes/alphagrey/images/empty.jpg
%%WWWDIR%%/themes/alphagrey/images/enabled.gif
%%WWWDIR%%/themes/alphagrey/images/end.gif
%%WWWDIR%%/themes/alphagrey/images/end_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/expand.gif
%%WWWDIR%%/themes/alphagrey/images/free.gif
%%WWWDIR%%/themes/alphagrey/images/hdrNameBg.gif
%%WWWDIR%%/themes/alphagrey/images/hdrTabBg.gif
%%WWWDIR%%/themes/alphagrey/images/head_end.gif
%%WWWDIR%%/themes/alphagrey/images/head_start.gif
%%WWWDIR%%/themes/alphagrey/images/help.gif
%%WWWDIR%%/themes/alphagrey/images/help_icon.gif
%%WWWDIR%%/themes/alphagrey/images/hometop.gif
%%WWWDIR%%/themes/alphagrey/images/ico-groups.gif
%%WWWDIR%%/themes/alphagrey/images/ico-profile.gif
%%WWWDIR%%/themes/alphagrey/images/ico-roles.gif
%%WWWDIR%%/themes/alphagrey/images/ico-users.gif
%%WWWDIR%%/themes/alphagrey/images/inventory.gif
%%WWWDIR%%/themes/alphagrey/images/jump.gif
%%WWWDIR%%/themes/alphagrey/images/keyMetrics.gif
%%WWWDIR%%/themes/alphagrey/images/layerPopupBg.gif
%%WWWDIR%%/themes/alphagrey/images/left.gif
%%WWWDIR%%/themes/alphagrey/images/left_arc.gif
%%WWWDIR%%/themes/alphagrey/images/level2TabBg.gif
%%WWWDIR%%/themes/alphagrey/images/loginBg.gif
%%WWWDIR%%/themes/alphagrey/images/loginBottomBg.gif
%%WWWDIR%%/themes/alphagrey/images/loginBottomURL.gif
%%WWWDIR%%/themes/alphagrey/images/loginSIBottomLeft.gif
%%WWWDIR%%/themes/alphagrey/images/loginSIBottomRight.gif
%%WWWDIR%%/themes/alphagrey/images/loginSITopLeft.gif
%%WWWDIR%%/themes/alphagrey/images/loginSITopRight.gif
%%WWWDIR%%/themes/alphagrey/images/loginTopShade.gif
%%WWWDIR%%/themes/alphagrey/images/logout.gif
%%WWWDIR%%/themes/alphagrey/images/lvtNavBtnFirst.gif
%%WWWDIR%%/themes/alphagrey/images/lvtNavBtnLast.gif
%%WWWDIR%%/themes/alphagrey/images/lvtNavBtnNext.gif
%%WWWDIR%%/themes/alphagrey/images/lvtNavBtnPrev.gif
%%WWWDIR%%/themes/alphagrey/images/mailHdr.jpg
%%WWWDIR%%/themes/alphagrey/images/mailSubHeaderBg.gif
%%WWWDIR%%/themes/alphagrey/images/mailTitle.jpg
%%WWWDIR%%/themes/alphagrey/images/mailmarge.gif
%%WWWDIR%%/themes/alphagrey/images/menuDnArrow.gif
%%WWWDIR%%/themes/alphagrey/images/menu_off_end.gif
%%WWWDIR%%/themes/alphagrey/images/menu_off_start.gif
%%WWWDIR%%/themes/alphagrey/images/menu_off_tile.gif
%%WWWDIR%%/themes/alphagrey/images/menu_on_end.gif
%%WWWDIR%%/themes/alphagrey/images/menu_on_start.gif
%%WWWDIR%%/themes/alphagrey/images/menu_on_tile.gif
%%WWWDIR%%/themes/alphagrey/images/menu_root.gif
%%WWWDIR%%/themes/alphagrey/images/migrate.gif
%%WWWDIR%%/themes/alphagrey/images/migration_sucess.jpg
%%WWWDIR%%/themes/alphagrey/images/minus.gif
%%WWWDIR%%/themes/alphagrey/images/moduleSelectorBg.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_del.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_del_down.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_del_over.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_down.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_down_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_down_down.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_down_over.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_up.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_up_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_up_down.gif
%%WWWDIR%%/themes/alphagrey/images/movecol_up_over.gif
%%WWWDIR%%/themes/alphagrey/images/myGroupAllocation.gif
%%WWWDIR%%/themes/alphagrey/images/myTickets.gif
%%WWWDIR%%/themes/alphagrey/images/myTopAccounts.gif
%%WWWDIR%%/themes/alphagrey/images/myTopInvoices.gif
%%WWWDIR%%/themes/alphagrey/images/myTopOpenPotentials.gif
%%WWWDIR%%/themes/alphagrey/images/myTopSalesOrders.gif
%%WWWDIR%%/themes/alphagrey/images/myUpcoPendAct.gif
%%WWWDIR%%/themes/alphagrey/images/next.gif
%%WWWDIR%%/themes/alphagrey/images/nextRecord.gif
%%WWWDIR%%/themes/alphagrey/images/next_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/no.gif
%%WWWDIR%%/themes/alphagrey/images/notification.gif
%%WWWDIR%%/themes/alphagrey/images/number.gif
%%WWWDIR%%/themes/alphagrey/images/offstar.gif
%%WWWDIR%%/themes/alphagrey/images/ogmailserver.gif
%%WWWDIR%%/themes/alphagrey/images/one.gif
%%WWWDIR%%/themes/alphagrey/images/onstar.gif
%%WWWDIR%%/themes/alphagrey/images/orgshar.gif
%%WWWDIR%%/themes/alphagrey/images/pendingEvents.gif
%%WWWDIR%%/themes/alphagrey/images/pending_left.gif
%%WWWDIR%%/themes/alphagrey/images/pending_right.gif
%%WWWDIR%%/themes/alphagrey/images/percent.gif
%%WWWDIR%%/themes/alphagrey/images/phone.gif
%%WWWDIR%%/themes/alphagrey/images/picklist.gif
%%WWWDIR%%/themes/alphagrey/images/picklistEditor.gif
%%WWWDIR%%/themes/alphagrey/images/picklist_hint.gif
%%WWWDIR%%/themes/alphagrey/images/plsWaitAnimated.gif
%%WWWDIR%%/themes/alphagrey/images/plus.gif
%%WWWDIR%%/themes/alphagrey/images/pointer.gif
%%WWWDIR%%/themes/alphagrey/images/popupHdr.jpg
%%WWWDIR%%/themes/alphagrey/images/previous.gif
%%WWWDIR%%/themes/alphagrey/images/previousRecord.gif
%%WWWDIR%%/themes/alphagrey/images/previous_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/pricebook.gif
%%WWWDIR%%/themes/alphagrey/images/primeTopBg.gif
%%WWWDIR%%/themes/alphagrey/images/print.gif
%%WWWDIR%%/themes/alphagrey/images/private.gif
%%WWWDIR%%/themes/alphagrey/images/proxy.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfBottomLeft.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfBottomRight.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfHdrArrow.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfSelectedTick.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfTopLeft.gif
%%WWWDIR%%/themes/alphagrey/images/prvPrfTopRight.gif
%%WWWDIR%%/themes/alphagrey/images/public.gif
%%WWWDIR%%/themes/alphagrey/images/qcBg.gif
%%WWWDIR%%/themes/alphagrey/images/qcName.gif
%%WWWDIR%%/themes/alphagrey/images/reload.gif
%%WWWDIR%%/themes/alphagrey/images/report_bg.gif
%%WWWDIR%%/themes/alphagrey/images/report_bottom.gif
%%WWWDIR%%/themes/alphagrey/images/report_btn.gif
%%WWWDIR%%/themes/alphagrey/images/report_newHdr.gif
%%WWWDIR%%/themes/alphagrey/images/reportsCreate.gif
%%WWWDIR%%/themes/alphagrey/images/reportsDelete.gif
%%WWWDIR%%/themes/alphagrey/images/reportsFolderCreate.gif
%%WWWDIR%%/themes/alphagrey/images/reportsMove.gif
%%WWWDIR%%/themes/alphagrey/images/right.gif
%%WWWDIR%%/themes/alphagrey/images/right_arc.gif
%%WWWDIR%%/themes/alphagrey/images/rss.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayBg.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayBottom.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayBottomLeft.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayBottomRight.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayLeft.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayRight.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplaySpeaker.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayTop.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayTopLeft.gif
%%WWWDIR%%/themes/alphagrey/images/rssDisplayTopRight.gif
%%WWWDIR%%/themes/alphagrey/images/rssHeader.gif
%%WWWDIR%%/themes/alphagrey/images/rssOnHeader.gif
%%WWWDIR%%/themes/alphagrey/images/rssdelete.gif
%%WWWDIR%%/themes/alphagrey/images/rssforward.gif
%%WWWDIR%%/themes/alphagrey/images/rssframeHdr.gif
%%WWWDIR%%/themes/alphagrey/images/rssimage.gif
%%WWWDIR%%/themes/alphagrey/images/rssroot.gif
%%WWWDIR%%/themes/alphagrey/images/scroll_left.gif
%%WWWDIR%%/themes/alphagrey/images/scroll_left_down.gif
%%WWWDIR%%/themes/alphagrey/images/scroll_right.gif
%%WWWDIR%%/themes/alphagrey/images/scroll_right_down.gif
%%WWWDIR%%/themes/alphagrey/images/search.gif
%%WWWDIR%%/themes/alphagrey/images/searchUIBg.gif
%%WWWDIR%%/themes/alphagrey/images/searching.gif
%%WWWDIR%%/themes/alphagrey/images/select.gif
%%WWWDIR%%/themes/alphagrey/images/set-IcoLoginHistory.gif
%%WWWDIR%%/themes/alphagrey/images/set-IcoTwoTabConfig.gif
%%WWWDIR%%/themes/alphagrey/images/settingsActBtnDelete.gif
%%WWWDIR%%/themes/alphagrey/images/settingsActBtnDuplicate.gif
%%WWWDIR%%/themes/alphagrey/images/settingsActBtnEdit.gif
%%WWWDIR%%/themes/alphagrey/images/settingsInvNumber.gif
%%WWWDIR%%/themes/alphagrey/images/settingsMTBg.gif
%%WWWDIR%%/themes/alphagrey/images/settingsSelUIBg.gif
%%WWWDIR%%/themes/alphagrey/images/settings_top.gif
%%WWWDIR%%/themes/alphagrey/images/shareaccess.gif
%%WWWDIR%%/themes/alphagrey/images/showDown.gif
%%WWWDIR%%/themes/alphagrey/images/showPanelTopBg.gif
%%WWWDIR%%/themes/alphagrey/images/showPanelTopLeft.gif
%%WWWDIR%%/themes/alphagrey/images/showPanelTopRight.gif
%%WWWDIR%%/themes/alphagrey/images/showsubmenu.gif
%%WWWDIR%%/themes/alphagrey/images/site_bg.gif
%%WWWDIR%%/themes/alphagrey/images/site_hdr.jpg
%%WWWDIR%%/themes/alphagrey/images/site_sel.jpg
%%WWWDIR%%/themes/alphagrey/images/site_unsel.jpg
%%WWWDIR%%/themes/alphagrey/images/skype.gif
%%WWWDIR%%/themes/alphagrey/images/small_left.gif
%%WWWDIR%%/themes/alphagrey/images/small_right.gif
%%WWWDIR%%/themes/alphagrey/images/spacer.gif
%%WWWDIR%%/themes/alphagrey/images/start.gif
%%WWWDIR%%/themes/alphagrey/images/start_disabled.gif
%%WWWDIR%%/themes/alphagrey/images/status.gif
%%WWWDIR%%/themes/alphagrey/images/strikeline.gif
%%WWWDIR%%/themes/alphagrey/images/summarize.gif
%%WWWDIR%%/themes/alphagrey/images/system.gif
%%WWWDIR%%/themes/alphagrey/images/tabRht.gif
%%WWWDIR%%/themes/alphagrey/images/tabSelectedBg.gif
%%WWWDIR%%/themes/alphagrey/images/tabSeperatorBg.gif
%%WWWDIR%%/themes/alphagrey/images/tabUnSelectedBg.gif
%%WWWDIR%%/themes/alphagrey/images/tabular.gif
%%WWWDIR%%/themes/alphagrey/images/tagCloudBg.gif
%%WWWDIR%%/themes/alphagrey/images/tagCloudName.gif
%%WWWDIR%%/themes/alphagrey/images/tagcloud_03.gif
%%WWWDIR%%/themes/alphagrey/images/taxConfiguration.gif
%%WWWDIR%%/themes/alphagrey/images/tbarChat-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/tbarChat.gif
%%WWWDIR%%/themes/alphagrey/images/tbarExport-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/tbarExport.gif
%%WWWDIR%%/themes/alphagrey/images/tbarImport-Faded.gif
%%WWWDIR%%/themes/alphagrey/images/tbarImport.gif
%%WWWDIR%%/themes/alphagrey/images/tbarPrivateChat.gif
%%WWWDIR%%/themes/alphagrey/images/tbarPublicChat.gif
%%WWWDIR%%/themes/alphagrey/images/tbarSettings.gif
%%WWWDIR%%/themes/alphagrey/images/tblPro1BtnHide.gif
%%WWWDIR%%/themes/alphagrey/images/tblPro1ColBg.gif
%%WWWDIR%%/themes/alphagrey/images/terms.gif
%%WWWDIR%%/themes/alphagrey/images/text.gif
%%WWWDIR%%/themes/alphagrey/images/titleMailClient.gif
%%WWWDIR%%/themes/alphagrey/images/titleMySites.gif
%%WWWDIR%%/themes/alphagrey/images/titleRSSReader.gif
%%WWWDIR%%/themes/alphagrey/images/todaybg.gif
%%WWWDIR%%/themes/alphagrey/images/topBg.gif
%%WWWDIR%%/themes/alphagrey/images/topBnr.gif
%%WWWDIR%%/themes/alphagrey/images/top_left.jpg
%%WWWDIR%%/themes/alphagrey/images/top_right.jpg
%%WWWDIR%%/themes/alphagrey/images/topbar.gif
%%WWWDIR%%/themes/alphagrey/images/topcut.gif
%%WWWDIR%%/themes/alphagrey/images/up.gif
%%WWWDIR%%/themes/alphagrey/images/uparrow.gif
%%WWWDIR%%/themes/alphagrey/images/upcomingEvents.gif
%%WWWDIR%%/themes/alphagrey/images/upcoming_left.gif
%%WWWDIR%%/themes/alphagrey/images/upcoming_right.gif
%%WWWDIR%%/themes/alphagrey/images/url.gif
%%WWWDIR%%/themes/alphagrey/images/user_icon.gif
%%WWWDIR%%/themes/alphagrey/images/vtbusy.gif
%%WWWDIR%%/themes/alphagrey/images/vtiger-crm.gif
%%WWWDIR%%/themes/alphagrey/images/vtiger.jpg
%%WWWDIR%%/themes/alphagrey/images/vtigerDevDocs.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_downarrow.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_header.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_root.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_settings.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_trash.gif
%%WWWDIR%%/themes/alphagrey/images/webmail_uparrow.gif
%%WWWDIR%%/themes/alphagrey/images/windowmarkModule.jpg
%%WWWDIR%%/themes/alphagrey/images/yes.gif
%%WWWDIR%%/themes/alphagrey/layout_utils.php
%%WWWDIR%%/themes/alphagrey/loginheader.html
%%WWWDIR%%/themes/alphagrey/loginheader.php
%%WWWDIR%%/themes/alphagrey/style.css
%%WWWDIR%%/themes/alphagrey/webmail.css
%%WWWDIR%%/themes/bluelagoon/chat.css
%%WWWDIR%%/themes/bluelagoon/footer.php
%%WWWDIR%%/themes/bluelagoon/header.php
%%WWWDIR%%/themes/bluelagoon/images/2tbarPrivateChat.gif
%%WWWDIR%%/themes/bluelagoon/images/2tbarPublicChat.gif
%%WWWDIR%%/themes/bluelagoon/images/3hdrTabBg.gif
%%WWWDIR%%/themes/bluelagoon/images/Accounts.gif
%%WWWDIR%%/themes/bluelagoon/images/AddEvent.gif
%%WWWDIR%%/themes/bluelagoon/images/AddToDo.gif
%%WWWDIR%%/themes/bluelagoon/images/Call.gif
%%WWWDIR%%/themes/bluelagoon/images/Calls.gif
%%WWWDIR%%/themes/bluelagoon/images/Contacts.gif
%%WWWDIR%%/themes/bluelagoon/images/HomeBtm.gif
%%WWWDIR%%/themes/bluelagoon/images/Home_15.gif
%%WWWDIR%%/themes/bluelagoon/images/Leads.gif
%%WWWDIR%%/themes/bluelagoon/images/Meeting.gif
%%WWWDIR%%/themes/bluelagoon/images/Meetings.gif
%%WWWDIR%%/themes/bluelagoon/images/Opportunities.gif
%%WWWDIR%%/themes/bluelagoon/images/Potentials.gif
%%WWWDIR%%/themes/bluelagoon/images/Quotes.gif
%%WWWDIR%%/themes/bluelagoon/images/Recurring.gif
%%WWWDIR%%/themes/bluelagoon/images/Reports_arrow.gif
%%WWWDIR%%/themes/bluelagoon/images/RolesDelete.gif
%%WWWDIR%%/themes/bluelagoon/images/RolesEdit.gif
%%WWWDIR%%/themes/bluelagoon/images/RolesMove.gif
%%WWWDIR%%/themes/bluelagoon/images/Rolesadd.gif
%%WWWDIR%%/themes/bluelagoon/images/Settings.gif
%%WWWDIR%%/themes/bluelagoon/images/Tasks.gif
%%WWWDIR%%/themes/bluelagoon/images/Thumbs.db
%%WWWDIR%%/themes/bluelagoon/images/Tickets.gif
%%WWWDIR%%/themes/bluelagoon/images/TopOpenQuotes.gif
%%WWWDIR%%/themes/bluelagoon/images/ViewTemplate.gif
%%WWWDIR%%/themes/bluelagoon/images/aboutUS.jpg
%%WWWDIR%%/themes/bluelagoon/images/about_btm.jpg
%%WWWDIR%%/themes/bluelagoon/images/actionGenPurchaseOrder.gif
%%WWWDIR%%/themes/bluelagoon/images/actionGenerateInvoice.gif
%%WWWDIR%%/themes/bluelagoon/images/actionGeneratePDF.gif
%%WWWDIR%%/themes/bluelagoon/images/actionGenerateQuote.gif
%%WWWDIR%%/themes/bluelagoon/images/actionGenerateSalesOrder.gif
%%WWWDIR%%/themes/bluelagoon/images/actionPrintNow.gif
%%WWWDIR%%/themes/bluelagoon/images/addrss.gif
%%WWWDIR%%/themes/bluelagoon/images/advancedSearchLens.gif
%%WWWDIR%%/themes/bluelagoon/images/announ.gif
%%WWWDIR%%/themes/bluelagoon/images/arrow.jpg
%%WWWDIR%%/themes/bluelagoon/images/arrow_down.gif
%%WWWDIR%%/themes/bluelagoon/images/arrow_up.gif
%%WWWDIR%%/themes/bluelagoon/images/assign.gif
%%WWWDIR%%/themes/bluelagoon/images/attachment.gif
%%WWWDIR%%/themes/bluelagoon/images/audit.gif
%%WWWDIR%%/themes/bluelagoon/images/backupserver.gif
%%WWWDIR%%/themes/bluelagoon/images/basicSearchLens.gif
%%WWWDIR%%/themes/bluelagoon/images/bl_bar.jpg
%%WWWDIR%%/themes/bluelagoon/images/black.png
%%WWWDIR%%/themes/bluelagoon/images/blank.gif
%%WWWDIR%%/themes/bluelagoon/images/blueLagoonHomeMark.gif
%%WWWDIR%%/themes/bluelagoon/images/bookMark.gif
%%WWWDIR%%/themes/bluelagoon/images/bottom_left.jpg
%%WWWDIR%%/themes/bluelagoon/images/bottom_right.jpg
%%WWWDIR%%/themes/bluelagoon/images/box_BL.gif
%%WWWDIR%%/themes/bluelagoon/images/box_BR.gif
%%WWWDIR%%/themes/bluelagoon/images/box_M.gif
%%WWWDIR%%/themes/bluelagoon/images/box_ML.gif
%%WWWDIR%%/themes/bluelagoon/images/box_MR.gif
%%WWWDIR%%/themes/bluelagoon/images/box_T.gif
%%WWWDIR%%/themes/bluelagoon/images/box_TL.gif
%%WWWDIR%%/themes/bluelagoon/images/box_TR.gif
%%WWWDIR%%/themes/bluelagoon/images/btnAlexa.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Add-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Add.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3AllMenu-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3AllMenu.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Calc-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Calc.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Calendar-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Calendar.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Clock-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Clock.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Search-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Search.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Tracker-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/btnL3Tracker.gif
%%WWWDIR%%/themes/bluelagoon/images/btn_close.gif
%%WWWDIR%%/themes/bluelagoon/images/btn_hide.gif
%%WWWDIR%%/themes/bluelagoon/images/btn_send.gif
%%WWWDIR%%/themes/bluelagoon/images/busy.gif
%%WWWDIR%%/themes/bluelagoon/images/bx_B.gif
%%WWWDIR%%/themes/bluelagoon/images/cal12x12Shared.gif
%%WWWDIR%%/themes/bluelagoon/images/cal16x16Call.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16CallAdd.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16Linked.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16Meeting.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16MeetingAdd.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16Shared.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16ToDo.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal16x16ToDoAdd.jpg
%%WWWDIR%%/themes/bluelagoon/images/calAddButtonBg.gif
%%WWWDIR%%/themes/bluelagoon/images/calBg.gif
%%WWWDIR%%/themes/bluelagoon/images/calBottomBg.gif
%%WWWDIR%%/themes/bluelagoon/images/calBottomLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/calBottomRight.gif
%%WWWDIR%%/themes/bluelagoon/images/calNavNext.gif
%%WWWDIR%%/themes/bluelagoon/images/calNavPrev.gif
%%WWWDIR%%/themes/bluelagoon/images/calSep.gif
%%WWWDIR%%/themes/bluelagoon/images/calTopLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/calTopRight.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_Hdr.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_Others.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_add.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_add.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_clock.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_event.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_hdr.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_nav.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_next_nav.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_prev_nav.gif
%%WWWDIR%%/themes/bluelagoon/images/cal_sel.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_sharing.jpg
%%WWWDIR%%/themes/bluelagoon/images/cal_title.jpg
%%WWWDIR%%/themes/bluelagoon/images/calc_back_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_black_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_blue_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_bottom_center.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_bottom_left.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_bottom_right.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_canc_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_grey_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_logo.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_mem_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_middle_right.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_red_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_bc.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_bl.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_br.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_ml.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_mr.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_tc.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_tl.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_res_tr.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_top_left.gif
%%WWWDIR%%/themes/bluelagoon/images/calc_top_right.gif
%%WWWDIR%%/themes/bluelagoon/images/calendar.gif
%%WWWDIR%%/themes/bluelagoon/images/cfcurrency.gif
%%WWWDIR%%/themes/bluelagoon/images/cfpicklist.gif
%%WWWDIR%%/themes/bluelagoon/images/check_mail.gif
%%WWWDIR%%/themes/bluelagoon/images/checkbox.gif
%%WWWDIR%%/themes/bluelagoon/images/clear_field.gif
%%WWWDIR%%/themes/bluelagoon/images/clock_bg.gif
%%WWWDIR%%/themes/bluelagoon/images/close.gif
%%WWWDIR%%/themes/bluelagoon/images/collapse.gif
%%WWWDIR%%/themes/bluelagoon/images/company.gif
%%WWWDIR%%/themes/bluelagoon/images/compose.gif
%%WWWDIR%%/themes/bluelagoon/images/composeMail.jpg
%%WWWDIR%%/themes/bluelagoon/images/currency.gif
%%WWWDIR%%/themes/bluelagoon/images/currencydelete.gif
%%WWWDIR%%/themes/bluelagoon/images/custom.gif
%%WWWDIR%%/themes/bluelagoon/images/dashBottomBg.gif
%%WWWDIR%%/themes/bluelagoon/images/dashSelectBg.gif
%%WWWDIR%%/themes/bluelagoon/images/dashTopBg.gif
%%WWWDIR%%/themes/bluelagoon/images/dash_btm.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_btm_center.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_btm_left.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_btm_right.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_down_arrow.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_name.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_screw.gif
%%WWWDIR%%/themes/bluelagoon/images/dash_screw.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_scroll_up.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_sel_btm.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_sel_chart.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_sel_left.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_sel_top.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_switch_view.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_top.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_top_shadow.jpg
%%WWWDIR%%/themes/bluelagoon/images/dash_unsel_chart.jpg
%%WWWDIR%%/themes/bluelagoon/images/date.gif
%%WWWDIR%%/themes/bluelagoon/images/dboardMatrixView.gif
%%WWWDIR%%/themes/bluelagoon/images/dboardNormalView.gif
%%WWWDIR%%/themes/bluelagoon/images/del.gif
%%WWWDIR%%/themes/bluelagoon/images/del_tag.gif
%%WWWDIR%%/themes/bluelagoon/images/delete.gif
%%WWWDIR%%/themes/bluelagoon/images/denied.gif
%%WWWDIR%%/themes/bluelagoon/images/disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/editfield.gif
%%WWWDIR%%/themes/bluelagoon/images/email.gif
%%WWWDIR%%/themes/bluelagoon/images/emailDelete.gif
%%WWWDIR%%/themes/bluelagoon/images/emailInFolder.gif
%%WWWDIR%%/themes/bluelagoon/images/emailOutFolder.gif
%%WWWDIR%%/themes/bluelagoon/images/emailTrashFolder.gif
%%WWWDIR%%/themes/bluelagoon/images/empty.jpg
%%WWWDIR%%/themes/bluelagoon/images/enabled.gif
%%WWWDIR%%/themes/bluelagoon/images/end.gif
%%WWWDIR%%/themes/bluelagoon/images/end_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/expand.gif
%%WWWDIR%%/themes/bluelagoon/images/free.gif
%%WWWDIR%%/themes/bluelagoon/images/hdrNameBg.gif
%%WWWDIR%%/themes/bluelagoon/images/hdrTabBg.gif
%%WWWDIR%%/themes/bluelagoon/images/head_end.gif
%%WWWDIR%%/themes/bluelagoon/images/head_start.gif
%%WWWDIR%%/themes/bluelagoon/images/help.gif
%%WWWDIR%%/themes/bluelagoon/images/help_icon.gif
%%WWWDIR%%/themes/bluelagoon/images/hometop.gif
%%WWWDIR%%/themes/bluelagoon/images/ico-groups.gif
%%WWWDIR%%/themes/bluelagoon/images/ico-profile.gif
%%WWWDIR%%/themes/bluelagoon/images/ico-roles.gif
%%WWWDIR%%/themes/bluelagoon/images/ico-users.gif
%%WWWDIR%%/themes/bluelagoon/images/inventory.gif
%%WWWDIR%%/themes/bluelagoon/images/jump.gif
%%WWWDIR%%/themes/bluelagoon/images/keyMetrics.gif
%%WWWDIR%%/themes/bluelagoon/images/layerPopupBg.gif
%%WWWDIR%%/themes/bluelagoon/images/left.gif
%%WWWDIR%%/themes/bluelagoon/images/left_arc.gif
%%WWWDIR%%/themes/bluelagoon/images/level2TabBg.gif
%%WWWDIR%%/themes/bluelagoon/images/loginBg.gif
%%WWWDIR%%/themes/bluelagoon/images/loginBottomBg.gif
%%WWWDIR%%/themes/bluelagoon/images/loginBottomURL.gif
%%WWWDIR%%/themes/bluelagoon/images/loginSIBottomLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/loginSIBottomRight.gif
%%WWWDIR%%/themes/bluelagoon/images/loginSITopLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/loginSITopRight.gif
%%WWWDIR%%/themes/bluelagoon/images/loginTopShade.gif
%%WWWDIR%%/themes/bluelagoon/images/logout.gif
%%WWWDIR%%/themes/bluelagoon/images/lvtNavBtnFirst.gif
%%WWWDIR%%/themes/bluelagoon/images/lvtNavBtnLast.gif
%%WWWDIR%%/themes/bluelagoon/images/lvtNavBtnNext.gif
%%WWWDIR%%/themes/bluelagoon/images/lvtNavBtnPrev.gif
%%WWWDIR%%/themes/bluelagoon/images/mailHdr.jpg
%%WWWDIR%%/themes/bluelagoon/images/mailSubHeaderBg.gif
%%WWWDIR%%/themes/bluelagoon/images/mailTitle.jpg
%%WWWDIR%%/themes/bluelagoon/images/mailmarge.gif
%%WWWDIR%%/themes/bluelagoon/images/menuDnArrow.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_off_end.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_off_start.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_off_tile.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_on_end.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_on_start.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_on_tile.gif
%%WWWDIR%%/themes/bluelagoon/images/menu_root.gif
%%WWWDIR%%/themes/bluelagoon/images/migrate.gif
%%WWWDIR%%/themes/bluelagoon/images/migration_sucess.jpg
%%WWWDIR%%/themes/bluelagoon/images/minus.gif
%%WWWDIR%%/themes/bluelagoon/images/moduleSelectorBg.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_del.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_del_down.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_del_over.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_down.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_down_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_down_down.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_down_over.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_up.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_up_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_up_down.gif
%%WWWDIR%%/themes/bluelagoon/images/movecol_up_over.gif
%%WWWDIR%%/themes/bluelagoon/images/myGroupAllocation.gif
%%WWWDIR%%/themes/bluelagoon/images/myTickets.gif
%%WWWDIR%%/themes/bluelagoon/images/myTopAccounts.gif
%%WWWDIR%%/themes/bluelagoon/images/myTopInvoices.gif
%%WWWDIR%%/themes/bluelagoon/images/myTopOpenPotentials.gif
%%WWWDIR%%/themes/bluelagoon/images/myTopSalesOrders.gif
%%WWWDIR%%/themes/bluelagoon/images/myUpcoPendAct.gif
%%WWWDIR%%/themes/bluelagoon/images/next.gif
%%WWWDIR%%/themes/bluelagoon/images/nextRecord.gif
%%WWWDIR%%/themes/bluelagoon/images/next_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/no.gif
%%WWWDIR%%/themes/bluelagoon/images/notification.gif
%%WWWDIR%%/themes/bluelagoon/images/number.gif
%%WWWDIR%%/themes/bluelagoon/images/offstar.gif
%%WWWDIR%%/themes/bluelagoon/images/ogmailserver.gif
%%WWWDIR%%/themes/bluelagoon/images/one.gif
%%WWWDIR%%/themes/bluelagoon/images/onstar.gif
%%WWWDIR%%/themes/bluelagoon/images/orgshar.gif
%%WWWDIR%%/themes/bluelagoon/images/pendingEvents.gif
%%WWWDIR%%/themes/bluelagoon/images/pending_left.gif
%%WWWDIR%%/themes/bluelagoon/images/pending_right.gif
%%WWWDIR%%/themes/bluelagoon/images/percent.gif
%%WWWDIR%%/themes/bluelagoon/images/phone.gif
%%WWWDIR%%/themes/bluelagoon/images/picklist.gif
%%WWWDIR%%/themes/bluelagoon/images/picklistEditor.gif
%%WWWDIR%%/themes/bluelagoon/images/picklist_hint.gif
%%WWWDIR%%/themes/bluelagoon/images/plsWaitAnimated.gif
%%WWWDIR%%/themes/bluelagoon/images/plus.gif
%%WWWDIR%%/themes/bluelagoon/images/pointer.gif
%%WWWDIR%%/themes/bluelagoon/images/popupHdr.jpg
%%WWWDIR%%/themes/bluelagoon/images/previous.gif
%%WWWDIR%%/themes/bluelagoon/images/previousRecord.gif
%%WWWDIR%%/themes/bluelagoon/images/previous_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/pricebook.gif
%%WWWDIR%%/themes/bluelagoon/images/primeTopBg.gif
%%WWWDIR%%/themes/bluelagoon/images/print.gif
%%WWWDIR%%/themes/bluelagoon/images/private.gif
%%WWWDIR%%/themes/bluelagoon/images/proxy.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfBottomLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfBottomRight.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfHdrArrow.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfSelectedTick.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfTopLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/prvPrfTopRight.gif
%%WWWDIR%%/themes/bluelagoon/images/public.gif
%%WWWDIR%%/themes/bluelagoon/images/qcBg.gif
%%WWWDIR%%/themes/bluelagoon/images/qcName.gif
%%WWWDIR%%/themes/bluelagoon/images/reload.gif
%%WWWDIR%%/themes/bluelagoon/images/report_bg.gif
%%WWWDIR%%/themes/bluelagoon/images/report_bottom.gif
%%WWWDIR%%/themes/bluelagoon/images/report_btn.gif
%%WWWDIR%%/themes/bluelagoon/images/report_newHdr.gif
%%WWWDIR%%/themes/bluelagoon/images/reportsCreate.gif
%%WWWDIR%%/themes/bluelagoon/images/reportsDelete.gif
%%WWWDIR%%/themes/bluelagoon/images/reportsFolderCreate.gif
%%WWWDIR%%/themes/bluelagoon/images/reportsMove.gif
%%WWWDIR%%/themes/bluelagoon/images/right.gif
%%WWWDIR%%/themes/bluelagoon/images/right_arc.gif
%%WWWDIR%%/themes/bluelagoon/images/rss.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayBg.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayBottom.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayBottomLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayBottomRight.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayRight.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplaySpeaker.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayTop.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayTopLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/rssDisplayTopRight.gif
%%WWWDIR%%/themes/bluelagoon/images/rssHeader.gif
%%WWWDIR%%/themes/bluelagoon/images/rssOnHeader.gif
%%WWWDIR%%/themes/bluelagoon/images/rssdelete.gif
%%WWWDIR%%/themes/bluelagoon/images/rssforward.gif
%%WWWDIR%%/themes/bluelagoon/images/rssframeHdr.gif
%%WWWDIR%%/themes/bluelagoon/images/rssimage.gif
%%WWWDIR%%/themes/bluelagoon/images/rssroot.gif
%%WWWDIR%%/themes/bluelagoon/images/scroll_left.gif
%%WWWDIR%%/themes/bluelagoon/images/scroll_left_down.gif
%%WWWDIR%%/themes/bluelagoon/images/scroll_right.gif
%%WWWDIR%%/themes/bluelagoon/images/scroll_right_down.gif
%%WWWDIR%%/themes/bluelagoon/images/search.gif
%%WWWDIR%%/themes/bluelagoon/images/searchUIBg.gif
%%WWWDIR%%/themes/bluelagoon/images/searching.gif
%%WWWDIR%%/themes/bluelagoon/images/select.gif
%%WWWDIR%%/themes/bluelagoon/images/set-IcoLoginHistory.gif
%%WWWDIR%%/themes/bluelagoon/images/set-IcoTwoTabConfig.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsActBtnDelete.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsActBtnDuplicate.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsActBtnEdit.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsInvNumber.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsMTBg.gif
%%WWWDIR%%/themes/bluelagoon/images/settingsSelUIBg.gif
%%WWWDIR%%/themes/bluelagoon/images/settings_top.gif
%%WWWDIR%%/themes/bluelagoon/images/shareaccess.gif
%%WWWDIR%%/themes/bluelagoon/images/showDown.gif
%%WWWDIR%%/themes/bluelagoon/images/showPanelTopBg.gif
%%WWWDIR%%/themes/bluelagoon/images/showPanelTopLeft.gif
%%WWWDIR%%/themes/bluelagoon/images/showPanelTopRight.gif
%%WWWDIR%%/themes/bluelagoon/images/showsubmenu.gif
%%WWWDIR%%/themes/bluelagoon/images/site_bg.gif
%%WWWDIR%%/themes/bluelagoon/images/site_bg_.gif
%%WWWDIR%%/themes/bluelagoon/images/site_hdr.jpg
%%WWWDIR%%/themes/bluelagoon/images/site_sel.jpg
%%WWWDIR%%/themes/bluelagoon/images/site_unsel.jpg
%%WWWDIR%%/themes/bluelagoon/images/skype.gif
%%WWWDIR%%/themes/bluelagoon/images/small_left.gif
%%WWWDIR%%/themes/bluelagoon/images/small_right.gif
%%WWWDIR%%/themes/bluelagoon/images/spacer.gif
%%WWWDIR%%/themes/bluelagoon/images/start.gif
%%WWWDIR%%/themes/bluelagoon/images/start_disabled.gif
%%WWWDIR%%/themes/bluelagoon/images/status.gif
%%WWWDIR%%/themes/bluelagoon/images/strikeline.gif
%%WWWDIR%%/themes/bluelagoon/images/summarize.gif
%%WWWDIR%%/themes/bluelagoon/images/system.gif
%%WWWDIR%%/themes/bluelagoon/images/tabRht.gif
%%WWWDIR%%/themes/bluelagoon/images/tabSelectedBg.gif
%%WWWDIR%%/themes/bluelagoon/images/tabSeperatorBg.gif
%%WWWDIR%%/themes/bluelagoon/images/tabUnSelectedBg.gif
%%WWWDIR%%/themes/bluelagoon/images/tabular.gif
%%WWWDIR%%/themes/bluelagoon/images/tagCloudBg.gif
%%WWWDIR%%/themes/bluelagoon/images/tagCloudName.gif
%%WWWDIR%%/themes/bluelagoon/images/tagcloud_03.gif
%%WWWDIR%%/themes/bluelagoon/images/taxConfiguration.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarChat-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarChat.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarExport-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarExport.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarImport-Faded.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarImport.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarPrivateChat.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarPublicChat.gif
%%WWWDIR%%/themes/bluelagoon/images/tbarSettings.gif
%%WWWDIR%%/themes/bluelagoon/images/tblPro1BtnHide.gif
%%WWWDIR%%/themes/bluelagoon/images/tblPro1ColBg.gif
%%WWWDIR%%/themes/bluelagoon/images/terms.gif
%%WWWDIR%%/themes/bluelagoon/images/text.gif
%%WWWDIR%%/themes/bluelagoon/images/titleMailClient.gif
%%WWWDIR%%/themes/bluelagoon/images/titleMySites.gif
%%WWWDIR%%/themes/bluelagoon/images/titleRSSReader.gif
%%WWWDIR%%/themes/bluelagoon/images/todaybg.gif
%%WWWDIR%%/themes/bluelagoon/images/topBg.gif
%%WWWDIR%%/themes/bluelagoon/images/topBnr.gif
%%WWWDIR%%/themes/bluelagoon/images/top_left.jpg
%%WWWDIR%%/themes/bluelagoon/images/top_right.jpg
%%WWWDIR%%/themes/bluelagoon/images/topbar.gif
%%WWWDIR%%/themes/bluelagoon/images/topcut.gif
%%WWWDIR%%/themes/bluelagoon/images/up.gif
%%WWWDIR%%/themes/bluelagoon/images/uparrow.gif
%%WWWDIR%%/themes/bluelagoon/images/upcomingEvents.gif
%%WWWDIR%%/themes/bluelagoon/images/upcoming_left.gif
%%WWWDIR%%/themes/bluelagoon/images/upcoming_right.gif
%%WWWDIR%%/themes/bluelagoon/images/url.gif
%%WWWDIR%%/themes/bluelagoon/images/user_icon.gif
%%WWWDIR%%/themes/bluelagoon/images/vtbusy.gif
%%WWWDIR%%/themes/bluelagoon/images/vtiger-crm.gif
%%WWWDIR%%/themes/bluelagoon/images/vtiger.jpg
%%WWWDIR%%/themes/bluelagoon/images/vtigerDevDocs.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_downarrow.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_header.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_root.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_settings.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_trash.gif
%%WWWDIR%%/themes/bluelagoon/images/webmail_uparrow.gif
%%WWWDIR%%/themes/bluelagoon/images/windowmarkModule.jpg
%%WWWDIR%%/themes/bluelagoon/images/yes.gif
%%WWWDIR%%/themes/bluelagoon/layout_utils.php
%%WWWDIR%%/themes/bluelagoon/loginheader.html
%%WWWDIR%%/themes/bluelagoon/loginheader.php
%%WWWDIR%%/themes/bluelagoon/style.css
%%WWWDIR%%/themes/bluelagoon/webmail.css
%%WWWDIR%%/themes/images/attachments.gif
%%WWWDIR%%/themes/images/blank.gif
%%WWWDIR%%/themes/images/btnSignIn.gif
%%WWWDIR%%/themes/images/btnSignInNEW.gif
%%WWWDIR%%/themes/images/bullets.gif
%%WWWDIR%%/themes/images/check_mail.gif
%%WWWDIR%%/themes/images/compose.gif
%%WWWDIR%%/themes/images/folder.gif
%%WWWDIR%%/themes/images/folder1.gif
%%WWWDIR%%/themes/images/folder2_.gif
%%WWWDIR%%/themes/images/folder_.gif
%%WWWDIR%%/themes/images/honestCRM.gif
%%WWWDIR%%/themes/images/honestCRMTop.gif
%%WWWDIR%%/themes/images/important1.gif
%%WWWDIR%%/themes/images/important2.gif
%%WWWDIR%%/themes/images/loginBottomShadowBg.gif
%%WWWDIR%%/themes/images/loginBottomShadowLeft.gif
%%WWWDIR%%/themes/images/loginBottomShadowRight.gif
%%WWWDIR%%/themes/images/loginBtnSignIn.gif
%%WWWDIR%%/themes/images/loginPromoText.gif
%%WWWDIR%%/themes/images/loginSignIn.gif
%%WWWDIR%%/themes/images/loginSignInShade.gif
%%WWWDIR%%/themes/images/loginTopHeaderBg.gif
%%WWWDIR%%/themes/images/loginTopHeaderName.gif
%%WWWDIR%%/themes/images/loginTopVersion.gif
%%WWWDIR%%/themes/images/mail.gif
%%WWWDIR%%/themes/images/mailsettings.gif
%%WWWDIR%%/themes/images/mymail.gif
%%WWWDIR%%/themes/images/newmail.gif
%%WWWDIR%%/themes/images/opened_folder.gif
%%WWWDIR%%/themes/images/openmail.gif
%%WWWDIR%%/themes/images/replymail.gif
%%WWWDIR%%/themes/images/sentmail.gif
%%WWWDIR%%/themes/images/signin.gif
%%WWWDIR%%/themes/images/topBg.gif
%%WWWDIR%%/themes/images/vtiger-paw.jpg
%%WWWDIR%%/themes/images/vtiger.jpg
%%WWWDIR%%/themes/images/vtigerName.gif
%%WWWDIR%%/themes/images/webmail_settings.gif
%%WWWDIR%%/themes/images/webmail_trash.gif
%%WWWDIR%%/themes/woodspice/chat.css
%%WWWDIR%%/themes/woodspice/footer.php
%%WWWDIR%%/themes/woodspice/header.php
%%WWWDIR%%/themes/woodspice/images/2tbarPrivateChat.gif
%%WWWDIR%%/themes/woodspice/images/2tbarPublicChat.gif
%%WWWDIR%%/themes/woodspice/images/Accounts.gif
%%WWWDIR%%/themes/woodspice/images/AddEvent.gif
%%WWWDIR%%/themes/woodspice/images/AddToDo.gif
%%WWWDIR%%/themes/woodspice/images/Call.gif
%%WWWDIR%%/themes/woodspice/images/Calls.gif
%%WWWDIR%%/themes/woodspice/images/Contacts.gif
%%WWWDIR%%/themes/woodspice/images/HomeBtm.gif
%%WWWDIR%%/themes/woodspice/images/Home_15.gif
%%WWWDIR%%/themes/woodspice/images/Leads.gif
%%WWWDIR%%/themes/woodspice/images/Meeting.gif
%%WWWDIR%%/themes/woodspice/images/Meetings.gif
%%WWWDIR%%/themes/woodspice/images/Opportunities.gif
%%WWWDIR%%/themes/woodspice/images/Potentials.gif
%%WWWDIR%%/themes/woodspice/images/Quotes.gif
%%WWWDIR%%/themes/woodspice/images/Recurring.gif
%%WWWDIR%%/themes/woodspice/images/Reports_arrow.gif
%%WWWDIR%%/themes/woodspice/images/RolesDelete.gif
%%WWWDIR%%/themes/woodspice/images/RolesEdit.gif
%%WWWDIR%%/themes/woodspice/images/RolesMove.gif
%%WWWDIR%%/themes/woodspice/images/Rolesadd.gif
%%WWWDIR%%/themes/woodspice/images/Settings.gif
%%WWWDIR%%/themes/woodspice/images/Tasks.gif
%%WWWDIR%%/themes/woodspice/images/Thumbs.db
%%WWWDIR%%/themes/woodspice/images/Tickets.gif
%%WWWDIR%%/themes/woodspice/images/TopOpenQuotes.gif
%%WWWDIR%%/themes/woodspice/images/ViewTemplate.gif
%%WWWDIR%%/themes/woodspice/images/aboutUS.jpg
%%WWWDIR%%/themes/woodspice/images/about_btm.jpg
%%WWWDIR%%/themes/woodspice/images/actionGenPurchaseOrder.gif
%%WWWDIR%%/themes/woodspice/images/actionGenerateInvoice.gif
%%WWWDIR%%/themes/woodspice/images/actionGeneratePDF.gif
%%WWWDIR%%/themes/woodspice/images/actionGenerateQuote.gif
%%WWWDIR%%/themes/woodspice/images/actionGenerateSalesOrder.gif
%%WWWDIR%%/themes/woodspice/images/actionPrintNow.gif
%%WWWDIR%%/themes/woodspice/images/addrss.gif
%%WWWDIR%%/themes/woodspice/images/advancedSearchLens.gif
%%WWWDIR%%/themes/woodspice/images/announ.gif
%%WWWDIR%%/themes/woodspice/images/arrow.jpg
%%WWWDIR%%/themes/woodspice/images/arrow_down.gif
%%WWWDIR%%/themes/woodspice/images/arrow_up.gif
%%WWWDIR%%/themes/woodspice/images/assign.gif
%%WWWDIR%%/themes/woodspice/images/attachment.gif
%%WWWDIR%%/themes/woodspice/images/audit.gif
%%WWWDIR%%/themes/woodspice/images/backupserver.gif
%%WWWDIR%%/themes/woodspice/images/basicSearchLens.gif
%%WWWDIR%%/themes/woodspice/images/bl_bar.jpg
%%WWWDIR%%/themes/woodspice/images/black.png
%%WWWDIR%%/themes/woodspice/images/blank.gif
%%WWWDIR%%/themes/woodspice/images/bookMark.gif
%%WWWDIR%%/themes/woodspice/images/bottom_left.jpg
%%WWWDIR%%/themes/woodspice/images/bottom_right.jpg
%%WWWDIR%%/themes/woodspice/images/box_BL.gif
%%WWWDIR%%/themes/woodspice/images/box_BR.gif
%%WWWDIR%%/themes/woodspice/images/box_M.gif
%%WWWDIR%%/themes/woodspice/images/box_ML.gif
%%WWWDIR%%/themes/woodspice/images/box_MR.gif
%%WWWDIR%%/themes/woodspice/images/box_T.gif
%%WWWDIR%%/themes/woodspice/images/box_TL.gif
%%WWWDIR%%/themes/woodspice/images/box_TR.gif
%%WWWDIR%%/themes/woodspice/images/btnAlexa.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Add-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Add.gif
%%WWWDIR%%/themes/woodspice/images/btnL3AllMenu-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3AllMenu.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Calc-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Calc.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Calendar-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Calendar.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Clock-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Clock.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Search-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Search.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Tracker-Faded.gif
%%WWWDIR%%/themes/woodspice/images/btnL3Tracker.gif
%%WWWDIR%%/themes/woodspice/images/btn_close.gif
%%WWWDIR%%/themes/woodspice/images/btn_hide.gif
%%WWWDIR%%/themes/woodspice/images/btn_send.gif
%%WWWDIR%%/themes/woodspice/images/busy.gif
%%WWWDIR%%/themes/woodspice/images/bx_B.gif
%%WWWDIR%%/themes/woodspice/images/cal12x12Shared.gif
%%WWWDIR%%/themes/woodspice/images/cal16x16Call.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16CallAdd.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16Linked.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16Meeting.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16MeetingAdd.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16Shared.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16ToDo.jpg
%%WWWDIR%%/themes/woodspice/images/cal16x16ToDoAdd.jpg
%%WWWDIR%%/themes/woodspice/images/calAddButtonBg.gif
%%WWWDIR%%/themes/woodspice/images/calBg.gif
%%WWWDIR%%/themes/woodspice/images/calBottomBg.gif
%%WWWDIR%%/themes/woodspice/images/calBottomLeft.gif
%%WWWDIR%%/themes/woodspice/images/calBottomRight.gif
%%WWWDIR%%/themes/woodspice/images/calNavNext.gif
%%WWWDIR%%/themes/woodspice/images/calNavPrev.gif
%%WWWDIR%%/themes/woodspice/images/calSep.gif
%%WWWDIR%%/themes/woodspice/images/calTopLeft.gif
%%WWWDIR%%/themes/woodspice/images/calTopRight.gif
%%WWWDIR%%/themes/woodspice/images/cal_Hdr.gif
%%WWWDIR%%/themes/woodspice/images/cal_Others.gif
%%WWWDIR%%/themes/woodspice/images/cal_add.gif
%%WWWDIR%%/themes/woodspice/images/cal_add.jpg
%%WWWDIR%%/themes/woodspice/images/cal_clock.jpg
%%WWWDIR%%/themes/woodspice/images/cal_event.jpg
%%WWWDIR%%/themes/woodspice/images/cal_hdr.jpg
%%WWWDIR%%/themes/woodspice/images/cal_nav.gif
%%WWWDIR%%/themes/woodspice/images/cal_next_nav.gif
%%WWWDIR%%/themes/woodspice/images/cal_prev_nav.gif
%%WWWDIR%%/themes/woodspice/images/cal_sel.jpg
%%WWWDIR%%/themes/woodspice/images/cal_sharing.jpg
%%WWWDIR%%/themes/woodspice/images/cal_title.jpg
%%WWWDIR%%/themes/woodspice/images/calc_back_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_black_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_blue_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_bottom_center.gif
%%WWWDIR%%/themes/woodspice/images/calc_bottom_left.gif
%%WWWDIR%%/themes/woodspice/images/calc_bottom_right.gif
%%WWWDIR%%/themes/woodspice/images/calc_canc_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_grey_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_logo.gif
%%WWWDIR%%/themes/woodspice/images/calc_mem_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_middle_right.gif
%%WWWDIR%%/themes/woodspice/images/calc_red_btn.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_bc.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_bl.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_br.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_ml.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_mr.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_tc.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_tl.gif
%%WWWDIR%%/themes/woodspice/images/calc_res_tr.gif
%%WWWDIR%%/themes/woodspice/images/calc_top_left.gif
%%WWWDIR%%/themes/woodspice/images/calc_top_right.gif
%%WWWDIR%%/themes/woodspice/images/calendar.gif
%%WWWDIR%%/themes/woodspice/images/cfcurrency.gif
%%WWWDIR%%/themes/woodspice/images/cfpicklist.gif
%%WWWDIR%%/themes/woodspice/images/check_mail.gif
%%WWWDIR%%/themes/woodspice/images/checkbox.gif
%%WWWDIR%%/themes/woodspice/images/clear_field.gif
%%WWWDIR%%/themes/woodspice/images/clock_bg.gif
%%WWWDIR%%/themes/woodspice/images/close.gif
%%WWWDIR%%/themes/woodspice/images/collapse.gif
%%WWWDIR%%/themes/woodspice/images/company.gif
%%WWWDIR%%/themes/woodspice/images/compose.gif
%%WWWDIR%%/themes/woodspice/images/composeMail.jpg
%%WWWDIR%%/themes/woodspice/images/currency.gif
%%WWWDIR%%/themes/woodspice/images/currencydelete.gif
%%WWWDIR%%/themes/woodspice/images/custom.gif
%%WWWDIR%%/themes/woodspice/images/dashBottomBg.gif
%%WWWDIR%%/themes/woodspice/images/dashSelectBg.gif
%%WWWDIR%%/themes/woodspice/images/dashTopBg.gif
%%WWWDIR%%/themes/woodspice/images/dash_btm.jpg
%%WWWDIR%%/themes/woodspice/images/dash_btm_center.jpg
%%WWWDIR%%/themes/woodspice/images/dash_btm_left.jpg
%%WWWDIR%%/themes/woodspice/images/dash_btm_right.jpg
%%WWWDIR%%/themes/woodspice/images/dash_down_arrow.jpg
%%WWWDIR%%/themes/woodspice/images/dash_name.jpg
%%WWWDIR%%/themes/woodspice/images/dash_screw.gif
%%WWWDIR%%/themes/woodspice/images/dash_screw.jpg
%%WWWDIR%%/themes/woodspice/images/dash_scroll_up.jpg
%%WWWDIR%%/themes/woodspice/images/dash_sel_btm.jpg
%%WWWDIR%%/themes/woodspice/images/dash_sel_chart.jpg
%%WWWDIR%%/themes/woodspice/images/dash_sel_left.jpg
%%WWWDIR%%/themes/woodspice/images/dash_sel_top.jpg
%%WWWDIR%%/themes/woodspice/images/dash_switch_view.jpg
%%WWWDIR%%/themes/woodspice/images/dash_top.jpg
%%WWWDIR%%/themes/woodspice/images/dash_top_shadow.jpg
%%WWWDIR%%/themes/woodspice/images/dash_unsel_chart.jpg
%%WWWDIR%%/themes/woodspice/images/date.gif
%%WWWDIR%%/themes/woodspice/images/dboardMatrixView.gif
%%WWWDIR%%/themes/woodspice/images/dboardNormalView.gif
%%WWWDIR%%/themes/woodspice/images/del.gif
%%WWWDIR%%/themes/woodspice/images/del_tag.gif
%%WWWDIR%%/themes/woodspice/images/delete.gif
%%WWWDIR%%/themes/woodspice/images/denied.gif
%%WWWDIR%%/themes/woodspice/images/disabled.gif
%%WWWDIR%%/themes/woodspice/images/editfield.gif
%%WWWDIR%%/themes/woodspice/images/email.gif
%%WWWDIR%%/themes/woodspice/images/emailDelete.gif
%%WWWDIR%%/themes/woodspice/images/emailInFolder.gif
%%WWWDIR%%/themes/woodspice/images/emailOutFolder.gif
%%WWWDIR%%/themes/woodspice/images/emailTrashFolder.gif
%%WWWDIR%%/themes/woodspice/images/empty.jpg
%%WWWDIR%%/themes/woodspice/images/enabled.gif
%%WWWDIR%%/themes/woodspice/images/end.gif
%%WWWDIR%%/themes/woodspice/images/end_disabled.gif
%%WWWDIR%%/themes/woodspice/images/expand.gif
%%WWWDIR%%/themes/woodspice/images/free.gif
%%WWWDIR%%/themes/woodspice/images/hdrTabBg.gif
%%WWWDIR%%/themes/woodspice/images/head_end.gif
%%WWWDIR%%/themes/woodspice/images/head_start.gif
%%WWWDIR%%/themes/woodspice/images/help.gif
%%WWWDIR%%/themes/woodspice/images/help_icon.gif
%%WWWDIR%%/themes/woodspice/images/hometop.gif
%%WWWDIR%%/themes/woodspice/images/ico-groups.gif
%%WWWDIR%%/themes/woodspice/images/ico-profile.gif
%%WWWDIR%%/themes/woodspice/images/ico-roles.gif
%%WWWDIR%%/themes/woodspice/images/ico-users.gif
%%WWWDIR%%/themes/woodspice/images/inventory.gif
%%WWWDIR%%/themes/woodspice/images/jump.gif
%%WWWDIR%%/themes/woodspice/images/keyMetrics.gif
%%WWWDIR%%/themes/woodspice/images/layerPopupBg.gif
%%WWWDIR%%/themes/woodspice/images/left.gif
%%WWWDIR%%/themes/woodspice/images/left_arc.gif
%%WWWDIR%%/themes/woodspice/images/level2TabBg.gif
%%WWWDIR%%/themes/woodspice/images/loginBg.gif
%%WWWDIR%%/themes/woodspice/images/loginBottomBg.gif
%%WWWDIR%%/themes/woodspice/images/loginBottomURL.gif
%%WWWDIR%%/themes/woodspice/images/loginSIBottomLeft.gif
%%WWWDIR%%/themes/woodspice/images/loginSIBottomRight.gif
%%WWWDIR%%/themes/woodspice/images/loginSITopLeft.gif
%%WWWDIR%%/themes/woodspice/images/loginSITopRight.gif
%%WWWDIR%%/themes/woodspice/images/loginTopShade.gif
%%WWWDIR%%/themes/woodspice/images/logout.gif
%%WWWDIR%%/themes/woodspice/images/lvtNavBtnFirst.gif
%%WWWDIR%%/themes/woodspice/images/lvtNavBtnLast.gif
%%WWWDIR%%/themes/woodspice/images/lvtNavBtnNext.gif
%%WWWDIR%%/themes/woodspice/images/lvtNavBtnPrev.gif
%%WWWDIR%%/themes/woodspice/images/mailHdr.jpg
%%WWWDIR%%/themes/woodspice/images/mailSubHeaderBg.gif
%%WWWDIR%%/themes/woodspice/images/mailTitle.jpg
%%WWWDIR%%/themes/woodspice/images/mailmarge.gif
%%WWWDIR%%/themes/woodspice/images/menuDnArrow.gif
%%WWWDIR%%/themes/woodspice/images/menu_off_end.gif
%%WWWDIR%%/themes/woodspice/images/menu_off_start.gif
%%WWWDIR%%/themes/woodspice/images/menu_off_tile.gif
%%WWWDIR%%/themes/woodspice/images/menu_on_end.gif
%%WWWDIR%%/themes/woodspice/images/menu_on_start.gif
%%WWWDIR%%/themes/woodspice/images/menu_on_tile.gif
%%WWWDIR%%/themes/woodspice/images/menu_root.gif
%%WWWDIR%%/themes/woodspice/images/migrate.gif
%%WWWDIR%%/themes/woodspice/images/migration_sucess.jpg
%%WWWDIR%%/themes/woodspice/images/minus.gif
%%WWWDIR%%/themes/woodspice/images/moduleSelectorBg.gif
%%WWWDIR%%/themes/woodspice/images/movecol_del.gif
%%WWWDIR%%/themes/woodspice/images/movecol_del_down.gif
%%WWWDIR%%/themes/woodspice/images/movecol_del_over.gif
%%WWWDIR%%/themes/woodspice/images/movecol_down.gif
%%WWWDIR%%/themes/woodspice/images/movecol_down_disabled.gif
%%WWWDIR%%/themes/woodspice/images/movecol_down_down.gif
%%WWWDIR%%/themes/woodspice/images/movecol_down_over.gif
%%WWWDIR%%/themes/woodspice/images/movecol_up.gif
%%WWWDIR%%/themes/woodspice/images/movecol_up_disabled.gif
%%WWWDIR%%/themes/woodspice/images/movecol_up_down.gif
%%WWWDIR%%/themes/woodspice/images/movecol_up_over.gif
%%WWWDIR%%/themes/woodspice/images/myGroupAllocation.gif
%%WWWDIR%%/themes/woodspice/images/myTickets.gif
%%WWWDIR%%/themes/woodspice/images/myTopAccounts.gif
%%WWWDIR%%/themes/woodspice/images/myTopInvoices.gif
%%WWWDIR%%/themes/woodspice/images/myTopOpenPotentials.gif
%%WWWDIR%%/themes/woodspice/images/myTopSalesOrders.gif
%%WWWDIR%%/themes/woodspice/images/myUpcoPendAct.gif
%%WWWDIR%%/themes/woodspice/images/next.gif
%%WWWDIR%%/themes/woodspice/images/next_disabled.gif
%%WWWDIR%%/themes/woodspice/images/no.gif
%%WWWDIR%%/themes/woodspice/images/notification.gif
%%WWWDIR%%/themes/woodspice/images/number.gif
%%WWWDIR%%/themes/woodspice/images/offstar.gif
%%WWWDIR%%/themes/woodspice/images/ogmailserver.gif
%%WWWDIR%%/themes/woodspice/images/one.gif
%%WWWDIR%%/themes/woodspice/images/onstar.gif
%%WWWDIR%%/themes/woodspice/images/orgshar.gif
%%WWWDIR%%/themes/woodspice/images/pendingEvents.gif
%%WWWDIR%%/themes/woodspice/images/pending_left.gif
%%WWWDIR%%/themes/woodspice/images/pending_right.gif
%%WWWDIR%%/themes/woodspice/images/percent.gif
%%WWWDIR%%/themes/woodspice/images/phone.gif
%%WWWDIR%%/themes/woodspice/images/picklist.gif
%%WWWDIR%%/themes/woodspice/images/picklistEditor.gif
%%WWWDIR%%/themes/woodspice/images/picklist_hint.gif
%%WWWDIR%%/themes/woodspice/images/plsWaitAnimated.gif
%%WWWDIR%%/themes/woodspice/images/plus.gif
%%WWWDIR%%/themes/woodspice/images/pointer.gif
%%WWWDIR%%/themes/woodspice/images/popupHdr.jpg
%%WWWDIR%%/themes/woodspice/images/previous.gif
%%WWWDIR%%/themes/woodspice/images/previous_disabled.gif
%%WWWDIR%%/themes/woodspice/images/pricebook.gif
%%WWWDIR%%/themes/woodspice/images/primeTopBg.gif
%%WWWDIR%%/themes/woodspice/images/print.gif
%%WWWDIR%%/themes/woodspice/images/private.gif
%%WWWDIR%%/themes/woodspice/images/proxy.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfBottomLeft.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfBottomRight.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfHdrArrow.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfSelectedTick.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfTopLeft.gif
%%WWWDIR%%/themes/woodspice/images/prvPrfTopRight.gif
%%WWWDIR%%/themes/woodspice/images/public.gif
%%WWWDIR%%/themes/woodspice/images/qcBg.gif
%%WWWDIR%%/themes/woodspice/images/qcName.gif
%%WWWDIR%%/themes/woodspice/images/reload.gif
%%WWWDIR%%/themes/woodspice/images/report_bg.gif
%%WWWDIR%%/themes/woodspice/images/report_bottom.gif
%%WWWDIR%%/themes/woodspice/images/report_btn.gif
%%WWWDIR%%/themes/woodspice/images/report_newHdr.gif
%%WWWDIR%%/themes/woodspice/images/reportsCreate.gif
%%WWWDIR%%/themes/woodspice/images/reportsDelete.gif
%%WWWDIR%%/themes/woodspice/images/reportsFolderCreate.gif
%%WWWDIR%%/themes/woodspice/images/reportsMove.gif
%%WWWDIR%%/themes/woodspice/images/right.gif
%%WWWDIR%%/themes/woodspice/images/right_arc.gif
%%WWWDIR%%/themes/woodspice/images/rss.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayBg.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayBottom.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayBottomLeft.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayBottomRight.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayLeft.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayRight.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplaySpeaker.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayTop.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayTopLeft.gif
%%WWWDIR%%/themes/woodspice/images/rssDisplayTopRight.gif
%%WWWDIR%%/themes/woodspice/images/rssHeader.gif
%%WWWDIR%%/themes/woodspice/images/rssOnHeader.gif
%%WWWDIR%%/themes/woodspice/images/rssdelete.gif
%%WWWDIR%%/themes/woodspice/images/rssforward.gif
%%WWWDIR%%/themes/woodspice/images/rssframeHdr.gif
%%WWWDIR%%/themes/woodspice/images/rssimage.gif
%%WWWDIR%%/themes/woodspice/images/rssroot.gif
%%WWWDIR%%/themes/woodspice/images/scroll_left.gif
%%WWWDIR%%/themes/woodspice/images/scroll_left_down.gif
%%WWWDIR%%/themes/woodspice/images/scroll_right.gif
%%WWWDIR%%/themes/woodspice/images/scroll_right_down.gif
%%WWWDIR%%/themes/woodspice/images/search.gif
%%WWWDIR%%/themes/woodspice/images/searchUIBg.gif
%%WWWDIR%%/themes/woodspice/images/searching.gif
%%WWWDIR%%/themes/woodspice/images/select.gif
%%WWWDIR%%/themes/woodspice/images/set-IcoLoginHistory.gif
%%WWWDIR%%/themes/woodspice/images/set-IcoTwoTabConfig.gif
%%WWWDIR%%/themes/woodspice/images/settingsActBtnDelete.gif
%%WWWDIR%%/themes/woodspice/images/settingsActBtnDuplicate.gif
%%WWWDIR%%/themes/woodspice/images/settingsActBtnEdit.gif
%%WWWDIR%%/themes/woodspice/images/settingsInvNumber.gif
%%WWWDIR%%/themes/woodspice/images/settingsMTBg.gif
%%WWWDIR%%/themes/woodspice/images/settingsSelUIBg.gif
%%WWWDIR%%/themes/woodspice/images/settings_top.gif
%%WWWDIR%%/themes/woodspice/images/shareaccess.gif
%%WWWDIR%%/themes/woodspice/images/showDown.gif
%%WWWDIR%%/themes/woodspice/images/showPanelTopBg.gif
%%WWWDIR%%/themes/woodspice/images/showPanelTopLeft.gif
%%WWWDIR%%/themes/woodspice/images/showPanelTopRight.gif
%%WWWDIR%%/themes/woodspice/images/showsubmenu.gif
%%WWWDIR%%/themes/woodspice/images/site_bg.gif
%%WWWDIR%%/themes/woodspice/images/site_hdr.jpg
%%WWWDIR%%/themes/woodspice/images/site_sel.jpg
%%WWWDIR%%/themes/woodspice/images/site_unsel.jpg
%%WWWDIR%%/themes/woodspice/images/skype.gif
%%WWWDIR%%/themes/woodspice/images/small_left.gif
%%WWWDIR%%/themes/woodspice/images/small_right.gif
%%WWWDIR%%/themes/woodspice/images/spacer.gif
%%WWWDIR%%/themes/woodspice/images/start.gif
%%WWWDIR%%/themes/woodspice/images/start_disabled.gif
%%WWWDIR%%/themes/woodspice/images/status.gif
%%WWWDIR%%/themes/woodspice/images/strikeline.gif
%%WWWDIR%%/themes/woodspice/images/summarize.gif
%%WWWDIR%%/themes/woodspice/images/system.gif
%%WWWDIR%%/themes/woodspice/images/tabRht.gif
%%WWWDIR%%/themes/woodspice/images/tabSelectedBg.gif
%%WWWDIR%%/themes/woodspice/images/tabSeperatorBg.gif
%%WWWDIR%%/themes/woodspice/images/tabUnSelectedBg.gif
%%WWWDIR%%/themes/woodspice/images/tabular.gif
%%WWWDIR%%/themes/woodspice/images/tagCloudBg.gif
%%WWWDIR%%/themes/woodspice/images/tagCloudName.gif
%%WWWDIR%%/themes/woodspice/images/tagcloud_03.gif
%%WWWDIR%%/themes/woodspice/images/taxConfiguration.gif
%%WWWDIR%%/themes/woodspice/images/tbarChat-Faded.gif
%%WWWDIR%%/themes/woodspice/images/tbarChat.gif
%%WWWDIR%%/themes/woodspice/images/tbarExport-Faded.gif
%%WWWDIR%%/themes/woodspice/images/tbarExport.gif
%%WWWDIR%%/themes/woodspice/images/tbarImport-Faded.gif
%%WWWDIR%%/themes/woodspice/images/tbarImport.gif
%%WWWDIR%%/themes/woodspice/images/tbarSettings.gif
%%WWWDIR%%/themes/woodspice/images/tblPro1BtnHide.gif
%%WWWDIR%%/themes/woodspice/images/tblPro1ColBg.gif
%%WWWDIR%%/themes/woodspice/images/terms.gif
%%WWWDIR%%/themes/woodspice/images/text.gif
%%WWWDIR%%/themes/woodspice/images/titleMailClient.gif
%%WWWDIR%%/themes/woodspice/images/titleMySites.gif
%%WWWDIR%%/themes/woodspice/images/titleRSSReader.gif
%%WWWDIR%%/themes/woodspice/images/todaybg.gif
%%WWWDIR%%/themes/woodspice/images/topBg.gif
%%WWWDIR%%/themes/woodspice/images/topBnr.gif
%%WWWDIR%%/themes/woodspice/images/top_left.jpg
%%WWWDIR%%/themes/woodspice/images/top_right.jpg
%%WWWDIR%%/themes/woodspice/images/topbar.gif
%%WWWDIR%%/themes/woodspice/images/topcut.gif
%%WWWDIR%%/themes/woodspice/images/up.gif
%%WWWDIR%%/themes/woodspice/images/uparrow.gif
%%WWWDIR%%/themes/woodspice/images/upcomingEvents.gif
%%WWWDIR%%/themes/woodspice/images/upcoming_left.gif
%%WWWDIR%%/themes/woodspice/images/upcoming_right.gif
%%WWWDIR%%/themes/woodspice/images/url.gif
%%WWWDIR%%/themes/woodspice/images/user_icon.gif
%%WWWDIR%%/themes/woodspice/images/vtbusy.gif
%%WWWDIR%%/themes/woodspice/images/vtiger-crm.gif
%%WWWDIR%%/themes/woodspice/images/vtiger.jpg
%%WWWDIR%%/themes/woodspice/images/vtigerDevDocs.gif
%%WWWDIR%%/themes/woodspice/images/webmail_downarrow.gif
%%WWWDIR%%/themes/woodspice/images/webmail_header.gif
%%WWWDIR%%/themes/woodspice/images/webmail_root.gif
%%WWWDIR%%/themes/woodspice/images/webmail_settings.gif
%%WWWDIR%%/themes/woodspice/images/webmail_trash.gif
%%WWWDIR%%/themes/woodspice/images/webmail_uparrow.gif
%%WWWDIR%%/themes/woodspice/images/windowmarkModule.jpg
%%WWWDIR%%/themes/woodspice/images/woodspiceHomeMark.gif
%%WWWDIR%%/themes/woodspice/images/yes.gif
%%WWWDIR%%/themes/woodspice/layout_utils.php
%%WWWDIR%%/themes/woodspice/loginheader.html
%%WWWDIR%%/themes/woodspice/loginheader.php
%%WWWDIR%%/themes/woodspice/style.css
%%WWWDIR%%/themes/woodspice/webmail.css
%%WWWDIR%%/user_privileges/CustomInvoiceNo.php
%%WWWDIR%%/user_privileges/audit_trail.php
%%WWWDIR%%/user_privileges/default_module_view.php
%%WWWDIR%%/user_privileges/enable_backup.php
%%WWWDIR%%/user_privileges/index.html
%%WWWDIR%%/Copyright.txt
%%WWWDIR%%/PEAR.php
%%WWWDIR%%/Popup.php
%%WWWDIR%%/SendReminder.php
%%WWWDIR%%/Smarty_setup.php
%%WWWDIR%%/connection.php
%%WWWDIR%%/getCompanyProfile.php
%%WWWDIR%%/graph.php
%%WWWDIR%%/index.php
%%WWWDIR%%/install.php
%%WWWDIR%%/log4php.properties
%%WWWDIR%%/log4php_1.properties
%%WWWDIR%%/parent_tabdata.php
%%WWWDIR%%/phprint.php
%%WWWDIR%%/tabdata.php
%%WWWDIR%%/vtigerservice.php
%%WWWDIR%%/vtigerversion.php
@unexec if cmp -s %D/%%WWWDIR%%/config.db.php.sample %D/%%WWWDIR%%/config.db.php;  then /bin/rm -f %D/%%WWWDIR%%/config.db.php; fi
@unexec if cmp -s %D/%%WWWDIR%%/config.inc.php.sample %D/%%WWWDIR%%/config.inc.php;  then /bin/rm -f %D/%%WWWDIR%%/config.inc.php; fi
@unexec if cmp -s %D/%%WWWDIR%%/config.php.sample %D/%%WWWDIR%%/config.php;  then /bin/rm -f %D/%%WWWDIR%%/config.php; fi
@unexec if cmp -s %D/%%WWWDIR%%/config.template.php.sample %D/%%WWWDIR%%/config.template.php;  then /bin/rm -f %D/%%WWWDIR%%/config.template.php; fi
%%WWWDIR%%/config.db.php.sample
%%WWWDIR%%/config.inc.php.sample
%%WWWDIR%%/config.php.sample
%%WWWDIR%%/config.template.php.sample
@exec if [ ! -f %D/%%WWWDIR%%/config.db.php ]; then  install   -m 444 %D/%%WWWDIR%%/config.db.php.sample %D/%%WWWDIR%%/config.db.php;  /usr/sbin/chown www %D/%%WWWDIR%%/config.db.php;  /bin/chmod u+w %D/%%WWWDIR%%/config.db.php; fi
@exec if [ ! -f %D/%%WWWDIR%%/config.inc.php ]; then  install   -m 444 %D/%%WWWDIR%%/config.inc.php.sample %D/%%WWWDIR%%/config.inc.php;  /usr/sbin/chown www %D/%%WWWDIR%%/config.inc.php;  /bin/chmod u+w %D/%%WWWDIR%%/config.inc.php; fi
@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then  install   -m 444 %D/%%WWWDIR%%/config.php.sample %D/%%WWWDIR%%/config.php;  /usr/sbin/chown www %D/%%WWWDIR%%/config.php;  /bin/chmod u+w %D/%%WWWDIR%%/config.php; fi
@exec if [ ! -f %D/%%WWWDIR%%/config.template.php ]; then  install   -m 444 %D/%%WWWDIR%%/config.template.php.sample %D/%%WWWDIR%%/config.template.php;  /usr/sbin/chown www %D/%%WWWDIR%%/config.template.php;  /bin/chmod u+w %D/%%WWWDIR%%/config.template.php; fi
@exec (cd %D/%%WWWDIR%% &&  /bin/chmod u+w install.php tabdata.php parent_tabdata.php )
@exec /bin/mkdir -p %D/%%WWWDIR%%/modules/Webmails/tmp/cache
@exec /bin/mkdir -p %D/%%WWWDIR%%/modules/Migration/ModifyDatabase
@exec /bin/mkdir -p %D/%%WWWDIR%%/modules/imports/Excel
@exec /bin/mkdir -p %D/%%WWWDIR%%/modules/Activities
@exec /bin/mkdir -p %D/%%WWWDIR%%/include/prototype-1.4.0/test/lib
@exec /bin/mkdir -p %D/%%WWWDIR%%/include/prototype-1.4.0/test/unit
@exec /bin/mkdir -p %D/%%WWWDIR%%/include/clock
@exec /bin/mkdir -p %D/%%WWWDIR%%/class_http_dir
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/cache;  /bin/chmod -R u+w %D/%%WWWDIR%%/cache
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/storage;  /bin/chmod -R u+w %D/%%WWWDIR%%/storage
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/install;  /bin/chmod -R u+w %D/%%WWWDIR%%/install
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/tabdata.php;  /bin/chmod -R u+w %D/%%WWWDIR%%/tabdata.php
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/parent_tabdata.php;  /bin/chmod -R u+w %D/%%WWWDIR%%/parent_tabdata.php
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/install.php;  /bin/chmod -R u+w %D/%%WWWDIR%%/install.php
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/user_privileges;  /bin/chmod -R u+w %D/%%WWWDIR%%/user_privileges
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/Smarty/cache;  /bin/chmod -R u+w %D/%%WWWDIR%%/Smarty/cache
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/Smarty/templates_c;  /bin/chmod -R u+w %D/%%WWWDIR%%/Smarty/templates_c
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/modules/Emails/templates/;  /bin/chmod -R u+w %D/%%WWWDIR%%/modules/Emails/templates/
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/test/wordtemplatedownload;  /bin/chmod -R u+w %D/%%WWWDIR%%/test/wordtemplatedownload
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/test/product/;  /bin/chmod -R u+w %D/%%WWWDIR%%/test/product/
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/test/user;  /bin/chmod -R u+w %D/%%WWWDIR%%/test/user
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/test/contact;  /bin/chmod -R u+w %D/%%WWWDIR%%/test/contact
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/test/logo;  /bin/chmod -R u+w %D/%%WWWDIR%%/test/logo
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/logs;  /bin/chmod -R u+w %D/%%WWWDIR%%/logs
@exec /usr/sbin/chown -R www %D/%%WWWDIR%%/modules/Webmails/tmp;  /bin/chmod -R u+w %D/%%WWWDIR%%/modules/Webmails/tmp
@dirrm %%WWWDIR%%/Image/Canvas/Fonts
@dirrm %%WWWDIR%%/Image/Canvas/GD
@dirrm %%WWWDIR%%/Image/Canvas
@dirrm %%WWWDIR%%/Image/Graph/Axis/Marker
@dirrm %%WWWDIR%%/Image/Graph/Axis
@dirrm %%WWWDIR%%/Image/Graph/DataPreprocessor
@dirrm %%WWWDIR%%/Image/Graph/DataSelector
@dirrm %%WWWDIR%%/Image/Graph/Dataset
@dirrm %%WWWDIR%%/Image/Graph/Figure
@dirrm %%WWWDIR%%/Image/Graph/Fill
@dirrm %%WWWDIR%%/Image/Graph/Grid
@dirrm %%WWWDIR%%/Image/Graph/Images/Icons
@dirrm %%WWWDIR%%/Image/Graph/Images/Maps
@dirrm %%WWWDIR%%/Image/Graph/Images
@dirrm %%WWWDIR%%/Image/Graph/Layout
@dirrm %%WWWDIR%%/Image/Graph/Line
@dirrm %%WWWDIR%%/Image/Graph/Marker/Pointing
@dirrm %%WWWDIR%%/Image/Graph/Marker
@dirrm %%WWWDIR%%/Image/Graph/Plot/Fit
@dirrm %%WWWDIR%%/Image/Graph/Plot/Smoothed
@dirrm %%WWWDIR%%/Image/Graph/Plot
@dirrm %%WWWDIR%%/Image/Graph/Plotarea
@dirrm %%WWWDIR%%/Image/Graph
@dirrm %%WWWDIR%%/Image
@dirrm %%WWWDIR%%/Smarty/cache
@dirrm %%WWWDIR%%/Smarty/configs
@dirrm %%WWWDIR%%/Smarty/libs/internals
@dirrm %%WWWDIR%%/Smarty/libs/plugins
@dirrm %%WWWDIR%%/Smarty/libs
@dirrm %%WWWDIR%%/Smarty/misc
@dirrm %%WWWDIR%%/Smarty/templates/Inventory
@dirrm %%WWWDIR%%/Smarty/templates/Settings
@dirrm %%WWWDIR%%/Smarty/templates
@dirrm %%WWWDIR%%/Smarty/templates_c
@dirrm %%WWWDIR%%/Smarty
@dirrm %%WWWDIR%%/adodb/contrib
@dirrm %%WWWDIR%%/adodb/datadict
@dirrm %%WWWDIR%%/adodb/drivers
@dirrm %%WWWDIR%%/adodb/lang
@dirrm %%WWWDIR%%/adodb/pear/Auth/Container
@dirrm %%WWWDIR%%/adodb/pear/Auth
@dirrm %%WWWDIR%%/adodb/pear
@dirrm %%WWWDIR%%/adodb/perf
@dirrm %%WWWDIR%%/adodb/session/old
@dirrm %%WWWDIR%%/adodb/session
@dirrm %%WWWDIR%%/adodb/tests
@dirrm %%WWWDIR%%/adodb/xsl
@dirrm %%WWWDIR%%/adodb
@dirrm %%WWWDIR%%/cache/images
@dirrm %%WWWDIR%%/cache/import
@dirrm %%WWWDIR%%/cache/upload
@dirrm %%WWWDIR%%/cache
@dirrm %%WWWDIR%%/class_http
@dirrm %%WWWDIR%%/class_http_dir
@dirrm %%WWWDIR%%/cron
@dirrm %%WWWDIR%%/data
@dirrm %%WWWDIR%%/database
@dirrm %%WWWDIR%%/include/Ajax
@dirrm %%WWWDIR%%/include/ListView
@dirrm %%WWWDIR%%/include/calculator
@dirrm %%WWWDIR%%/include/clock
@dirrm %%WWWDIR%%/include/database
@dirrm %%WWWDIR%%/include/db_backup
@dirrm %%WWWDIR%%/include/fckeditor/editor/_source/classes
@dirrm %%WWWDIR%%/include/fckeditor/editor/_source/commandclasses
@dirrm %%WWWDIR%%/include/fckeditor/editor/_source/globals
@dirrm %%WWWDIR%%/include/fckeditor/editor/_source/internals
@dirrm %%WWWDIR%%/include/fckeditor/editor/_source
@dirrm %%WWWDIR%%/include/fckeditor/editor/css/behaviors
@dirrm %%WWWDIR%%/include/fckeditor/editor/css
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/common/images
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/common
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_about
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_docprops
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_image
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_link
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_select
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages/spellerpages
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_spellerpages
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog/fck_universalkey
@dirrm %%WWWDIR%%/include/fckeditor/editor/dialog
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/asp
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/aspx
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/cfm
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/perl
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors/php
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/connectors
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons/32
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images/icons
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/images
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default/js
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser/default
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager/browser
@dirrm %%WWWDIR%%/include/fckeditor/editor/filemanager
@dirrm %%WWWDIR%%/include/fckeditor/editor/images
@dirrm %%WWWDIR%%/include/fckeditor/editor/js
@dirrm %%WWWDIR%%/include/fckeditor/editor/lang
@dirrm %%WWWDIR%%/include/fckeditor/editor/plugins/placeholder/lang
@dirrm %%WWWDIR%%/include/fckeditor/editor/plugins/placeholder
@dirrm %%WWWDIR%%/include/fckeditor/editor/plugins/tablecommands
@dirrm %%WWWDIR%%/include/fckeditor/editor/plugins
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/default/images
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/default/toolbar
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/default
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/silver/images
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/silver/toolbar
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins/silver
@dirrm %%WWWDIR%%/include/fckeditor/editor/skins
@dirrm %%WWWDIR%%/include/fckeditor/editor
@dirrm %%WWWDIR%%/include/fckeditor
@dirrm %%WWWDIR%%/include/fpdf/font
@dirrm %%WWWDIR%%/include/fpdf/templates
@dirrm %%WWWDIR%%/include/fpdf
@dirrm %%WWWDIR%%/include/freetag
@dirrm %%WWWDIR%%/include/images
@dirrm %%WWWDIR%%/include/install/images
@dirrm %%WWWDIR%%/include/install
@dirrm %%WWWDIR%%/include/js
@dirrm %%WWWDIR%%/include/language
@dirrm %%WWWDIR%%/include/magpierss/extlib
@dirrm %%WWWDIR%%/include/magpierss
@dirrm %%WWWDIR%%/include/nusoap
@dirrm %%WWWDIR%%/include/php_writeexcel
@dirrm %%WWWDIR%%/include/prototype-1.4.0/dist
@dirrm %%WWWDIR%%/include/prototype-1.4.0/lib
@dirrm %%WWWDIR%%/include/prototype-1.4.0/src
@dirrm %%WWWDIR%%/include/prototype-1.4.0/test/lib
@dirrm %%WWWDIR%%/include/prototype-1.4.0/test/unit
@dirrm %%WWWDIR%%/include/prototype-1.4.0/test
@dirrm %%WWWDIR%%/include/prototype-1.4.0
@dirrm %%WWWDIR%%/include/scriptaculous
@dirrm %%WWWDIR%%/include/utils
@dirrm %%WWWDIR%%/include
@dirrm %%WWWDIR%%/install
@dirrm %%WWWDIR%%/jscalendar/lang
@dirrm %%WWWDIR%%/jscalendar
@dirrm %%WWWDIR%%/license
@dirrm %%WWWDIR%%/log4php/appenders
@dirrm %%WWWDIR%%/log4php/config
@dirrm %%WWWDIR%%/log4php/helpers
@dirrm %%WWWDIR%%/log4php/layouts
@dirrm %%WWWDIR%%/log4php/or
@dirrm %%WWWDIR%%/log4php/spi
@dirrm %%WWWDIR%%/log4php/varia
@dirrm %%WWWDIR%%/log4php/xml
@dirrm %%WWWDIR%%/log4php
@dirrm %%WWWDIR%%/logs
@dirrm %%WWWDIR%%/modules/Accounts/language
@dirrm %%WWWDIR%%/modules/Accounts
@dirrm %%WWWDIR%%/modules/Activities
@dirrm %%WWWDIR%%/modules/Administration/language
@dirrm %%WWWDIR%%/modules/Administration
@dirrm %%WWWDIR%%/modules/Calendar/language
@dirrm %%WWWDIR%%/modules/Calendar
@dirrm %%WWWDIR%%/modules/Campaigns/language
@dirrm %%WWWDIR%%/modules/Campaigns
@dirrm %%WWWDIR%%/modules/Contacts/imgs
@dirrm %%WWWDIR%%/modules/Contacts/js
@dirrm %%WWWDIR%%/modules/Contacts/language
@dirrm %%WWWDIR%%/modules/Contacts
@dirrm %%WWWDIR%%/modules/CustomView/language
@dirrm %%WWWDIR%%/modules/CustomView
@dirrm %%WWWDIR%%/modules/Dashboard/language
@dirrm %%WWWDIR%%/modules/Dashboard
@dirrm %%WWWDIR%%/modules/Emails/language
@dirrm %%WWWDIR%%/modules/Emails/templates
@dirrm %%WWWDIR%%/modules/Emails
@dirrm %%WWWDIR%%/modules/Faq/language
@dirrm %%WWWDIR%%/modules/Faq
@dirrm %%WWWDIR%%/modules/Help/language
@dirrm %%WWWDIR%%/modules/Help
@dirrm %%WWWDIR%%/modules/HelpDesk/language
@dirrm %%WWWDIR%%/modules/HelpDesk
@dirrm %%WWWDIR%%/modules/Home/language
@dirrm %%WWWDIR%%/modules/Home
@dirrm %%WWWDIR%%/modules/Import/language
@dirrm %%WWWDIR%%/modules/Import
@dirrm %%WWWDIR%%/modules/Invoice/language
@dirrm %%WWWDIR%%/modules/Invoice/pdf_templates/lastpage
@dirrm %%WWWDIR%%/modules/Invoice/pdf_templates
@dirrm %%WWWDIR%%/modules/Invoice
@dirrm %%WWWDIR%%/modules/Leads/language
@dirrm %%WWWDIR%%/modules/Leads
@dirrm %%WWWDIR%%/modules/Migration/DBChanges
@dirrm %%WWWDIR%%/modules/Migration/ModifyDatabase
@dirrm %%WWWDIR%%/modules/Migration/language
@dirrm %%WWWDIR%%/modules/Migration
@dirrm %%WWWDIR%%/modules/Notes/language
@dirrm %%WWWDIR%%/modules/Notes
@dirrm %%WWWDIR%%/modules/Portal/language
@dirrm %%WWWDIR%%/modules/Portal
@dirrm %%WWWDIR%%/modules/Potentials/language
@dirrm %%WWWDIR%%/modules/Potentials
@dirrm %%WWWDIR%%/modules/PriceBooks/language
@dirrm %%WWWDIR%%/modules/PriceBooks
@dirrm %%WWWDIR%%/modules/Products/language
@dirrm %%WWWDIR%%/modules/Products
@dirrm %%WWWDIR%%/modules/PurchaseOrder/language
@dirrm %%WWWDIR%%/modules/PurchaseOrder/pdf_templates/lastpage
@dirrm %%WWWDIR%%/modules/PurchaseOrder/pdf_templates
@dirrm %%WWWDIR%%/modules/PurchaseOrder
@dirrm %%WWWDIR%%/modules/Quotes/language
@dirrm %%WWWDIR%%/modules/Quotes/pdf_templates/lastpage
@dirrm %%WWWDIR%%/modules/Quotes/pdf_templates
@dirrm %%WWWDIR%%/modules/Quotes
@dirrm %%WWWDIR%%/modules/Reports/language
@dirrm %%WWWDIR%%/modules/Reports
@dirrm %%WWWDIR%%/modules/Rss/language
@dirrm %%WWWDIR%%/modules/Rss
@dirrm %%WWWDIR%%/modules/SalesOrder/language
@dirrm %%WWWDIR%%/modules/SalesOrder/pdf_templates/lastpage
@dirrm %%WWWDIR%%/modules/SalesOrder/pdf_templates
@dirrm %%WWWDIR%%/modules/SalesOrder
@dirrm %%WWWDIR%%/modules/Settings/language
@dirrm %%WWWDIR%%/modules/Settings
@dirrm %%WWWDIR%%/modules/System/images
@dirrm %%WWWDIR%%/modules/System/includes/lang
@dirrm %%WWWDIR%%/modules/System/includes/mb
@dirrm %%WWWDIR%%/modules/System/includes/os
@dirrm %%WWWDIR%%/modules/System/includes/xml
@dirrm %%WWWDIR%%/modules/System/includes
@dirrm %%WWWDIR%%/modules/System/language
@dirrm %%WWWDIR%%/modules/System/templates/classic/images
@dirrm %%WWWDIR%%/modules/System/templates/classic
@dirrm %%WWWDIR%%/modules/System/templates
@dirrm %%WWWDIR%%/modules/System
@dirrm %%WWWDIR%%/modules/Users/language
@dirrm %%WWWDIR%%/modules/Users
@dirrm %%WWWDIR%%/modules/Utilities/language
@dirrm %%WWWDIR%%/modules/Utilities
@dirrm %%WWWDIR%%/modules/Vendors/language
@dirrm %%WWWDIR%%/modules/Vendors
@dirrm %%WWWDIR%%/modules/Webmails/images
@dirrm %%WWWDIR%%/modules/Webmails/js
@dirrm %%WWWDIR%%/modules/Webmails/language
@dirrm %%WWWDIR%%/modules/Webmails/tmp/cache
@dirrm %%WWWDIR%%/modules/Webmails/tmp
@dirrm %%WWWDIR%%/modules/Webmails
@dirrm %%WWWDIR%%/modules/Yahoo/images
@dirrm %%WWWDIR%%/modules/Yahoo/language
@dirrm %%WWWDIR%%/modules/Yahoo
@dirrm %%WWWDIR%%/modules/imports/Excel
@dirrm %%WWWDIR%%/modules/imports
@dirrm %%WWWDIR%%/modules/uploads/language
@dirrm %%WWWDIR%%/modules/uploads
@dirrm %%WWWDIR%%/modules
@dirrm %%WWWDIR%%/schema
@dirrm %%WWWDIR%%/soap
@dirrm %%WWWDIR%%/storage
@dirrm %%WWWDIR%%/test/contact
@dirrm %%WWWDIR%%/test/logo
@dirrm %%WWWDIR%%/test/product
@dirrm %%WWWDIR%%/test/upload
@dirrm %%WWWDIR%%/test/user
@dirrm %%WWWDIR%%/test/wordtemplatedownload
@dirrm %%WWWDIR%%/test
@dirrm %%WWWDIR%%/themes/alphagrey/images
@dirrm %%WWWDIR%%/themes/alphagrey
@dirrm %%WWWDIR%%/themes/bluelagoon/images
@dirrm %%WWWDIR%%/themes/bluelagoon
@dirrm %%WWWDIR%%/themes/images
@dirrm %%WWWDIR%%/themes/woodspice/images
@dirrm %%WWWDIR%%/themes/woodspice
@dirrm %%WWWDIR%%/themes
@dirrm %%WWWDIR%%/user_privileges
@dirrm %%WWWDIR%%