main
Inga 🏳‍🌈 14 years ago
parent c8b86a8782
commit c0bf3c6861
  1. 2
      Builder/IISMainHandler/build.txt
  2. BIN
      static/images/tab_courtesans.png
  3. BIN
      static/images/tab_poker.png
  4. 15
      templates/Full/elems/Main.xslt

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -21,6 +21,21 @@
<body>
<xsl:attribute name="onLoad">simpleMachichara("/static/images/machichara/simple/hexsex.gif");</xsl:attribute>
<xsl:if test="not(get/param[@name='headers'] = 'false')">
<div style="position:fixed;right:0px;top:0px;height:100%;width:3%;text-align:right;">
<div style="text-align:right;">
<a pseudolink="pseudolink">
<xsl:attribute name="onClick">alert("Not implemented");</xsl:attribute>
<img border="0" src="/static/images/tab_poker.png"/>
</a>
</div>
<br/>
<div style="text-align:right;">
<a pseudolink="pseudolink">
<xsl:attribute name="onClick">alert("Not implemented");</xsl:attribute>
<img border="0" src="/static/images/tab_courtesans.png"/>
</a>
</div>
</div>
<xsl:call-template name="header"/>
</xsl:if>
<xsl:call-template name="specific"/>

Loading…
Cancel
Save