Menu

[r28]: / trunk / src / res.adb  Maximize  Restore  History

Download this file

98 lines (90 with data), 3.3 kB

 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
-- AWSRes v1.2 - Genarated on September 06 2007 at 19:15:18
with res.BB_png;
with res.BR_png;
with res.Logoimgsvr_png;
with res.Logoimgsvrbackground_png;
with res.Makefile;
with res.RR_png;
with res.diaporama_tpl;
with res.image_css;
with res.image_tpl;
with res.index_tpl;
with res.redirect_tpl;
with res.selection_tpl;
with res.selection_2m_tpl;
with res.selection_full_tpl;
with res.selectionlist_tpl;
with AWS.Resources.Embedded;
with GNAT.Calendar;
package body res is
Initialized : Boolean := False;
procedure Init is
use AWS.Resources.Embedded;
begin
if not Initialized then
Initialized := True;
Register
("BB.png.gz",
res.BB_png.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 05, 15, 26, 12, 0.0));
Register
("BR.png.gz",
res.BR_png.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 05, 15, 39, 28, 0.0));
Register
("Logoimgsvr.png.gz",
res.Logoimgsvr_png.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 11, 12, 37, 18, 0.0));
Register
("Logoimgsvrbackground.png.gz",
res.Logoimgsvrbackground_png.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 25, 15, 42, 18, 0.0));
Register
("Makefile.gz",
res.Makefile.Content'Access,
GNAT.Calendar.Time_Of (2006, 12, 17, 17, 14, 14, 0.0));
Register
("RR.png.gz",
res.RR_png.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 05, 15, 25, 48, 0.0));
Register
("diaporama.tpl.gz",
res.diaporama_tpl.Content'Access,
GNAT.Calendar.Time_Of (2007, 09, 06, 18, 13, 24, 0.0));
Register
("image.css.gz",
res.image_css.Content'Access,
GNAT.Calendar.Time_Of (2007, 01, 20, 14, 15, 44, 0.0));
Register
("image.tpl.gz",
res.image_tpl.Content'Access,
GNAT.Calendar.Time_Of (2007, 02, 20, 18, 22, 22, 0.0));
Register
("index.tpl.gz",
res.index_tpl.Content'Access,
GNAT.Calendar.Time_Of (2007, 09, 06, 18, 07, 42, 0.0));
Register
("redirect.tpl.gz",
res.redirect_tpl.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 11, 10, 42, 26, 0.0));
Register
("selection.tpl.gz",
res.selection_tpl.Content'Access,
GNAT.Calendar.Time_Of (2007, 02, 20, 18, 20, 56, 0.0));
Register
("selection_2m.tpl.gz",
res.selection_2m_tpl.Content'Access,
GNAT.Calendar.Time_Of (2007, 02, 10, 10, 00, 22, 0.0));
Register
("selection_full.tpl.gz",
res.selection_full_tpl.Content'Access,
GNAT.Calendar.Time_Of (2006, 12, 27, 09, 58, 08, 0.0));
Register
("selectionlist.tpl.gz",
res.selectionlist_tpl.Content'Access,
GNAT.Calendar.Time_Of (2006, 11, 11, 16, 13, 06, 0.0));
end if;
end Init;
begin
Init;
end res;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.