|
|
@ -37,17 +37,20 @@ |
|
|
|
<xsl:text>Òåìà: </xsl:text> |
|
|
|
<xsl:text>Òåìà: </xsl:text> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<input type="text" tabindex="1" name="title" maxlength="70" class="formboxes" size="60"> |
|
|
|
<input type="text" tabindex="1" name="title" maxlength="70" class="formboxes" size="60"> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:attribute name="value"> |
|
|
|
<xsl:when test="substring(post/title, 1, 4)='Re: '"> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:attribute name="value"><xsl:value-of select="post/title"/></xsl:attribute> |
|
|
|
<xsl:when test="newTitle and (newTitle != '')"> |
|
|
|
</xsl:when> |
|
|
|
<xsl:value-of select="newTitle"/> |
|
|
|
<xsl:otherwise> |
|
|
|
</xsl:when> |
|
|
|
<xsl:attribute name="value"> |
|
|
|
<xsl:when test="substring(post/title, 1, 4)='Re: '"> |
|
|
|
|
|
|
|
<xsl:value-of select="post/title"/> |
|
|
|
|
|
|
|
</xsl:when> |
|
|
|
|
|
|
|
<xsl:otherwise> |
|
|
|
<xsl:text>Re: </xsl:text> |
|
|
|
<xsl:text>Re: </xsl:text> |
|
|
|
<xsl:value-of select="post/title"/> |
|
|
|
<xsl:value-of select="post/title"/> |
|
|
|
</xsl:attribute> |
|
|
|
</xsl:otherwise> |
|
|
|
</xsl:otherwise> |
|
|
|
</xsl:choose> |
|
|
|
</xsl:choose> |
|
|
|
</xsl:attribute> |
|
|
|
</input> |
|
|
|
</input> |
|
|
|
<span class="small">Ñëîé ñîîáùåíèÿ:</span> |
|
|
|
<span class="small">Ñëîé ñîîáùåíèÿ:</span> |
|
|
|
<select class="formboxes" name="layerId"> |
|
|
|
<select class="formboxes" name="layerId"> |
|
|
|