Rev 6262 | Rev 6574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6262 | Rev 6557 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | style="width:$(bigsizex)px; height:$(bigsizey)px;vertical-align:text-top" /></a> |
56 | style="width:$(bigsizex)px; height:$(bigsizey)px;vertical-align:text-top" /></a> |
57 | !set thisjs=var f_bigimage$oldfillcnt=new DynLayer();\ |
57 | !set thisjs=var f_bigimage$oldfillcnt=new DynLayer();\ |
58 | f_bigimage$oldfillcnt.setAnchor({topA:'fill$oldfillcnt',leftA:'fill$oldfillcnt',\ |
58 | f_bigimage$oldfillcnt.setAnchor({topA:'fill$oldfillcnt',leftA:'fill$oldfillcnt',\ |
59 | stretchH:$bigsizex,stretchV:$bigsizey});\ |
59 | stretchH:$bigsizex,stretchV:$bigsizey});\ |
60 | dynapi.document.addChild(f_bigimage$oldfillcnt);\ |
60 | dynapi.document.addChild(f_bigimage$oldfillcnt);\ |
61 | f_bigimage$oldfillcnt.setHTML('<img src="$imgurl" width:$(bigsizex)px; height:$(bigsizey)px" alt="" />'); |
61 | f_bigimage$oldfillcnt.setHTML('<img src="$imgurl" style="width:$(bigsizex)px; height:$(bigsizey)px" alt="" />'); |
62 | 62 | ||
63 | !if $q_form=yes |
63 | !if $q_form=yes |
64 | $hlist |
64 | $hlist |
65 | !set fillafter_js=$fillafter_js\ |
65 | !set fillafter_js=$fillafter_js\ |
66 | $thisjs |
66 | $thisjs |