Return to Snippet

Revision: 12877
at March 31, 2009 06:51 by BoNzO


Initial Code
<select name="Ordinamento" class="casella_selezione_ricerca">
										<option value="DataOraInserimentoCrescente">
											<xsl:if test="@Ordinamento = 'DataOraInserimentoCrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Data inserimento crescente
										</option>
										<option value="DataOraInserimentoDecrescente">
											<xsl:if test="@Ordinamento = 'DataOraInserimentoDecrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Data inserimento decrescente
										</option>
										<option value="DataOraPubblicazioneCrescente">
											<xsl:if test="@Ordinamento = 'DataOraPubblicazioneCrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Data pubblicazione crescente
										</option>
										<option value="DataOraPubblicazioneDecrescente">
											<xsl:if test="@Ordinamento = 'DataOraPubblicazioneDecrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Data pubblicazione decrescente
										</option>
										<option value="NomeCrescente">
											<xsl:if test="@Ordinamento = 'NomeCrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Nome crescente
										</option>
										<option value="NomeDecrescente">
											<xsl:if test="@Ordinamento = 'NomeDecrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Nome decrescente
										</option>
										<option value="NumeroVisualizzazioniCrescente">
											<xsl:if test="@Ordinamento = 'NumeroVisualizzazioniCrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Numero visualizzazioni crescente
										</option>
										<option value="NumeroVisualizzazioniDecrescente">
											<xsl:if test="@Ordinamento = 'NumeroVisualizzazioniDecrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Numero visualizzazioni decrescente
										</option>
										<option value="VotazioneMediaCrescente">
											<xsl:if test="@Ordinamento = 'VotazioneMediaCrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Voto medio crescente
										</option>
										<option value="VotazioneMediaDecrescente">
											<xsl:if test="@Ordinamento = 'VotazioneMediaDecrescente'">
												<xsl:attribute name="selected">selected</xsl:attribute>
											</xsl:if>
											Voto medio decrescente
										</option>

Initial URL


Initial Description


Initial Title
Opzioni ricerca su Mediacenter

Initial Tags


Initial Language
XML