
Okipa: Why don't you write here in english what you want me to change instead? I don't understand french.
Code: Select all
.largePicture {
width: 333px;
height: 475px;
Code: Select all
.largePicture {
width: 333px;
Code: Select all
javascript:showPlayDialog(
<xsl:value-of select="number" />,
'<xsl:value-of select="media" />'
)
Code: Select all
javascript:showPlayDialog(
Please insert <xsl:value-of select="title" /> ben,
'<xsl:value-of select="media" />'
)
Code: Select all
<xsl:value-of select="substring-before( title[contains(., '(')], '(' )" />
<xsl:value-of select="title[not(contains( ., '(' ))]" />
Code: Select all
<xsl:value-of select="title" />
Code: Select all
javascript:showPlayDialog(
'<xsl:value-of select="title" />', '<xsl:value-of select="media" />'
)
Code: Select all
wScript.Run(file);
Code: Select all
var playerPath = "D:\\Progra~1\\BSPlayer\\bplay.exe";
wScript.run(playerPath + " " + file);
Code: Select all
<resolution>$$ITEM_RESOULTION</resolution>
Code: Select all
<td class="movieList">
<span id="col_resolution">
<xsl:value-of select="resolution" />
</span>
</td>
Code: Select all
<b>Resolution:</b> <xsl:value-of select="resolution" />
Code: Select all
<b>Category:</b> <xsl:value-of select="category" />
Code: Select all
addParam("sort_data_type", "text");
Code: Select all
addParam("sort_data_type", "number");