-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.rcd.defaults
252 lines (218 loc) · 3.57 KB
/
images.rcd.defaults
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
# Entries with a URL ending in ".css" are treated as style sheets. At
# present, all other extensions are assumed to be for images.
# All entries must define "name" and "url". If one violates this, then an
# error will occur.
# Images may also define "width", "height", "alt", and "alias".
# Stylesheets may also define "alias".
# Each "name" and "alias" in the file must be unique, and must contain no
# spaces. In case of a duplicate, an error will occur.
# For the sake of consistency, all names comprised of more than one word
# should have words separated by an underscore.
TOPURL = https://www.informatics.jax.org/webshare/
IMAGES_URL = ${TOPURL}images/
CSS_URL = ${TOPURL}css/
JS_URL = ${TOPURL}js/
TEMPLATE_URL = ${TOPURL}template/
[
name = agr_logo_smallest
url = ${IMAGES_URL}agr_logo_smallest.png
width = 694
height = 342
alt = AGR Logo
]
[
name = black_ball
url = ${IMAGES_URL}blackball.gif
width = 14
height = 14
alt = black ball
]
[
name = black_ball_small
url = ${IMAGES_URL}blackball_sm.gif
width = 14
height = 14
alt = black ball
]
[
name = develops-from
url = ${IMAGES_URL}develops-from.gif
width = 15
height = 15
alt = develops-from
]
[
name = help
url = ${IMAGES_URL}help_large_transp.gif
width = 32
height = 30
alt = help icon
]
[
name = help_small
url = ${IMAGES_URL}help_small.jpg
width = 21
height = 20
alt = help icon
]
[
name = help_small_transp
url = ${IMAGES_URL}help_small_transp.gif
width = 21
height = 20
alt = help icon
]
[
name = is-a
url = ${IMAGES_URL}is-a.gif
width = 15
height = 15
alt = is-a
]
[
name = jax_logo
url = ${IMAGES_URL}jax_logo_small.png
width = 138
height = 59
alt = The Jackson Laboratory
]
[
name = mgi_banner
url = ${IMAGES_URL}mgi_banner.jpg
width = 190
height = 70
alt = Mouse Genome Informatics
]
[
name = mgi_camera
url = ${IMAGES_URL}mgi_camera.gif
width = 15
height = 11
alt = images
]
[
name = mgi_logo
url = ${IMAGES_URL}mgi_logo.gif
alt = Mouse Genome Informatics
]
[
name = mgi_logo_small
url = ${IMAGES_URL}mgi_logo_small.jpg
width = 190
height = 70
alt = Mouse Genome Informatics
]
[
name = new
url = ${IMAGES_URL}new_icon.png
width = 25
height = 20
alt = -NEW-
]
[
name = part-of
url = ${IMAGES_URL}part-of.gif
width = 15
height = 15
alt = part-of
]
[
name = regulates
url = ${IMAGES_URL}regulates.gif
width = 15
height = 15
alt = regulates
]
[
name = negatively_regulates
url = ${IMAGES_URL}negatively_regulates.gif
width = 15
height = 15
alt = negatively-regulates
]
[
name = positively_regulates
url = ${IMAGES_URL}positively_regulates.gif
width = 15
height = 15
alt = positively-regulates
]
[
name = red_ball
url = ${IMAGES_URL}redball.gif
width = 14
height = 14
alt = red ball
]
[
name = warning
url = ${IMAGES_URL}warning.gif
width = 40
height = 40
alt = warning
]
[
name = man_icon
url = ${IMAGES_URL}man_icon.gif
width = 11
height = 20
alt = human
]
[
name = gxd_logo
url = ${IMAGES_URL}gxd_logo.png
width = 328
height = 180
alt = GXD
]
[
name = gxd_logo_small
url = ${IMAGES_URL}gxd_logo.png
width = 137
height = 75
alt = GXD
]
[
name = small_mouse_icon
url = ${IMAGES_URL}black_mouse_small.gif
width = 23
height = 11
alt = mouse
]
[
name = mgicss
url = ${CSS_URL}mgi.css
]
[
name = templatecss
url = ${CSS_URL}template.css
]
[
name = arrow_right
url = ${IMAGES_URL}arror_right.gif
]
[
name = arrow_down
url = ${IMAGES_URL}arror_down.gif
]
# new images for phenoview release
[
name = bandaid
url = ${IMAGES_URL}bandaid.jpg
]
[
name = notSymbol
url = ${IMAGES_URL}notSymbol.gif
]
[
name = downArrow
url = ${IMAGES_URL}downArrow.gif
]
[
name = rightArrow
url = ${IMAGES_URL}rightArrow.gif
]
[
name = hideshow
url = ${JS_URL}hideshow.js
]