Rev 6574 | Rev 7179 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6574 | Rev 6722 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | !set thisjs=var f_bigimage$oldfillcnt=new DynLayer();\ |
59 | !set thisjs=var f_bigimage$oldfillcnt=new DynLayer();\ |
60 | f_bigimage$oldfillcnt.setAnchor({topA:'fill$oldfillcnt',leftA:'fill$oldfillcnt',\ |
60 | f_bigimage$oldfillcnt.setAnchor({topA:'fill$oldfillcnt',leftA:'fill$oldfillcnt',\ |
61 | stretchH:$bigsizex,stretchV:$bigsizey});\ |
61 | stretchH:$bigsizex,stretchV:$bigsizey});\ |
62 | dynapi.document.addChild(f_bigimage$oldfillcnt);\ |
62 | dynapi.document.addChild(f_bigimage$oldfillcnt);\ |
63 | f_bigimage$oldfillcnt.setHTML('<img src="$imgurl" style="width:$(bigsizex)px; height:$(bigsizey)px" alt="" />'); |
63 | f_bigimage$oldfillcnt.setHTML('<img src="$imgurl" style="width:$(bigsizex)px; height:$(bigsizey)px" alt="" />'); |
64 | - | ||
65 | !if $q_form=yes |
64 | !if $q_form=yes |
66 | $hlist |
65 | $hlist |
67 | !set fillafter_js=$fillafter_js\ |
66 | !set fillafter_js=$fillafter_js\ |
68 | $thisjs |
67 | $thisjs |
69 | !else |
68 | !else |
Line 73... | Line 72... | ||
73 | !set cc1='<table border="0" cellpadding="0" cellspacing="0" style="width:$(ssizex)px;height:$(ssizey)px"><tr><td align="center">' |
72 | !set cc1='<table border="0" cellpadding="0" cellspacing="0" style="width:$(ssizex)px;height:$(ssizey)px"><tr><td align="center">' |
74 | !set cc2='<\/td><\/tr><\/table>' |
73 | !set cc2='<\/td><\/tr><\/table>' |
75 | !set wims_ins_alt=none |
74 | !set wims_ins_alt=none |
76 | !read js/dynapi3.phtml |
75 | !read js/dynapi3.phtml |
77 | <script type="text/javascript"> |
76 | <script type="text/javascript"> |
- | 77 | /*<![CDATA[*/ |
|
78 | dynapi.onLoad(function() { |
78 | dynapi.onLoad(function() { |
79 | $thisjs |
79 | $thisjs |
80 | !for c=$oldfillcnt to $fillcnt |
80 | !for c=$oldfillcnt to $fillcnt |
81 | !set i=$(serial_$c) |
81 | !set i=$(serial_$c) |
82 | !set embcnt=!positionof item r$i in $embedded |
82 | !set embcnt=!positionof item r$i in $embedded |
Line 109... | Line 109... | ||
109 | f_t$c.setHTML('<small>[$embcnt]<\/small>'); |
109 | f_t$c.setHTML('<small>[$embcnt]<\/small>'); |
110 | f_t$c.setZIndex(100); |
110 | f_t$c.setZIndex(100); |
111 | !endif |
111 | !endif |
112 | !next c |
112 | !next c |
113 | }); |
113 | }); |
- | 114 | /*]]>*/ |
|
114 | </script> |
115 | </script> |
115 | !endif |
116 | !endif |
116 | - |