|
|
|
@ -46,9 +46,24 @@ |
|
|
|
|
</input> |
|
|
|
|
<span class="small">Ñëîé ñîîáùåíèÿ:</span> |
|
|
|
|
<select class="formboxes" name="layerId"> |
|
|
|
|
<option value="1" >Íîðìàëüíîå ñîîáùåíèå</option> |
|
|
|
|
<option value="2" >Ôëóä/îôôòîïèê</option> |
|
|
|
|
<option value="3" >Ìóñîð</option> |
|
|
|
|
<option value="1"> |
|
|
|
|
<xsl:if test="post/layerId='1'"> |
|
|
|
|
<xsl:attribute name="selected"/> |
|
|
|
|
</xsl:if> |
|
|
|
|
<xsl:text>Íîðìàëüíîå ñîîáùåíèå</xsl:text> |
|
|
|
|
</option> |
|
|
|
|
<option value="2"> |
|
|
|
|
<xsl:if test="post/layerId='2'"> |
|
|
|
|
<xsl:attribute name="selected"/> |
|
|
|
|
</xsl:if> |
|
|
|
|
<xsl:text>Ôëóä/îôôòîïèê</xsl:text> |
|
|
|
|
</option> |
|
|
|
|
<option value="3"> |
|
|
|
|
<xsl:if test="post/layerId='3'"> |
|
|
|
|
<xsl:attribute name="selected"/> |
|
|
|
|
</xsl:if> |
|
|
|
|
<xsl:text>Ìóñîð</xsl:text> |
|
|
|
|
</option> |
|
|
|
|
</select> |
|
|
|
|
<br/> |
|
|
|
|
<br/> |
|
|
|
|