File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
create Link in Buttons
35
35
create Left in Link
36
36
set style `width` of Left to `60px`
37
- set attribute `src` of Left to `resources/icon/left.png`
37
+ set attribute `src` of Left to `/ resources/icon/left.png`
38
38
on click Left go to DoLeft
39
39
put 0 into N
40
40
while N is less than ImageCount
45
45
set style `width` of Thumb to `60px`
46
46
set style `border` of Thumb to `1px solid white`
47
47
if N is not 0 set style `margin-left` of Thumb to `10px`
48
- set attribute `src` of Thumb to `resources/img/imageswitcher/thumbs/img` cat N cat `.jpg`
48
+ set attribute `src` of Thumb to `/ resources/img/imageswitcher/thumbs/img` cat N cat `.jpg`
49
49
add 1 to N
50
50
end
51
51
on click Thumb go to DoThumb
60
60
index Image to N
61
61
create Image in Container
62
62
set the style of Image to `width:100%;display:none`
63
- set attribute `src` of Image to `resources/img/imageswitcher/img` cat N cat `.jpg`
63
+ set attribute `src` of Image to `/ resources/img/imageswitcher/img` cat N cat `.jpg`
64
64
add 1 to N
65
65
end
66
66
put 0 into N
You can’t perform that action at this time.
0 commit comments