Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into google
authorBartosz Szatkowski <bulislaw@linux.com>
Thu, 26 Aug 2010 09:25:33 +0000 (11:25 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Thu, 26 Aug 2010 09:25:33 +0000 (11:25 +0200)
Conflicts:
trunk/src/base/xsl.xsl

1  2 
trunk/src/base/xsl.xsl

  </xsl:template> 
  
  <xsl:template match="info">
-       <!-- <xsl:variable name="path" select="info/@path"/>-->
        <tr>
 -         <th class="info"><xsl:value-of select="."/></th>
 +              <th class="info">               
 +              <xsl:if test="@bookmark = 'true'">
 +                      <img src="mydata://image.png"/>   
 +                      </xsl:if>
 +              <xsl:value-of select="."/> <!-- <img src="{$path}"/> -->
 +              </th>
        </tr>
  </xsl:template>
  
  </xsl:template>
  
  <xsl:template match="tr">
-       [<p><xsl:apply-templates/></p>]
+       [<span class="i"><xsl:apply-templates/></span>]
  </xsl:template> 
  
 +<xsl:template match="pos">
 +      (<p><xsl:apply-templates/></p>)
 +</xsl:template>
 +
  <xsl:template match="pot">
-       ,<p><xsl:apply-templates/></p>
+       ,<span class="i"><xsl:apply-templates/></span>
  </xsl:template>
  
  <xsl:template match="tence">