BJ&Sluts improved

main
Inga 🏳‍🌈 14 years ago
parent 53ba6d40bc
commit 31987ce9a2
  1. 2
      Builder/IISMainHandler/build.txt
  2. 24
      templates/Full/elems/Main.xslt

@ -42,25 +42,25 @@
<div style="position:absolute;right:0px;top:0px;height:100%;text-align:right;"> <div style="position:absolute;right:0px;top:0px;height:100%;text-align:right;">
<br/> <br/>
<div style="text-align:right;height:260px;min-height:260px;max-height:260px;overflow:visible;"> <div style="text-align:right;height:260px;min-height:260px;max-height:260px;overflow:visible;">
<span style="height:0px;min-height:0px;max-height:0px;overflow:visible;visibility:hidden" id="pokerPlaceholder"> <div style="position:absolute;top:20px;right:20px;display:none" id="pokerPlaceholder">
<img border="0" src="/static/images/poker.jpg" align="top"/> <img border="0" src="/static/images/poker.jpg" align="top"/>
</span> </div>
<span> <div>
<xsl:attribute name="onMouseOver">document.getElementById("pokerPlaceholder").style.visibility = "visible";</xsl:attribute> <xsl:attribute name="onMouseOver">document.getElementById("pokerPlaceholder").style.display = "block";</xsl:attribute>
<xsl:attribute name="onMouseOut">document.getElementById("pokerPlaceholder").style.visibility = "hidden";</xsl:attribute> <xsl:attribute name="onMouseOut">document.getElementById("pokerPlaceholder").style.display = "none";</xsl:attribute>
<img border="0" src="/static/images/tab_poker.png" align="top"/> <img border="0" src="/static/images/tab_poker.png" align="top"/>
</span> </div>
</div> </div>
<br/> <br/>
<div style="text-align:right;height:260px;min-height:260px;max-height:260px;overflow:visible;"> <div style="text-align:right;height:260px;min-height:260px;max-height:260px;overflow:visible;">
<span style="height:0px;min-height:0px;max-height:0px;overflow:visible;visibility:hidden" id="courtesansPlaceholder"> <div style="position:absolute;top:20px;right:20px;display:none" id="courtesansPlaceholder">
<img border="0" src="/static/images/courtesans.jpg" align="top"/> <img border="0" src="/static/images/courtesans.jpg" align="top"/>
</span> </div>
<span> <div>
<xsl:attribute name="onMouseOver">document.getElementById("courtesansPlaceholder").style.visibility = "visible";</xsl:attribute> <xsl:attribute name="onMouseOver">document.getElementById("courtesansPlaceholder").style.display = "block";</xsl:attribute>
<xsl:attribute name="onMouseOut">document.getElementById("courtesansPlaceholder").style.visibility = "hidden";</xsl:attribute> <xsl:attribute name="onMouseOut">document.getElementById("courtesansPlaceholder").style.display = "none";</xsl:attribute>
<img border="0" src="/static/images/tab_courtesans.png" align="top"/> <img border="0" src="/static/images/tab_courtesans.png" align="top"/>
</span> </div>
</div> </div>
</div> </div>
</xsl:if> </xsl:if>

Loading…
Cancel
Save