Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 4 years ago
parent
commit
7cad20d48b
2 changed files with 10 additions and 22 deletions
  1. 0 12
      index.xml
  2. 10 10
      index.xsl

+ 0 - 12
index.xml

@@ -83,16 +83,4 @@
 		<TITLE>Some basics of the Italian language</TITLE>
 		<INDEX>4</INDEX>
 	</LINK>
-	<LINK>
-		<TEXT>5 Mode</TEXT>
-		<IMAGE>
-		   <ADDRESS>/res/5mode.png</ADDRESS>
-		   <WIDTH>129</WIDTH>
-		   <HEIGHT>61</HEIGHT> 
-		</IMAGE>
-		<ADDRESS>http://5mode.com/</ADDRESS>
-		<TYPE>sponsor</TYPE>
-		<TITLE>5 Mode</TITLE>
-		<INDEX>1</INDEX>
-	</LINK>
 </CONTENT>

+ 10 - 10
index.xsl

@@ -162,21 +162,21 @@
 		
 		<SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
 		<![CDATA[
-		< Copyrights  
+		 opyrights  
 		]]>
     </SPAN>
 
     <a>
       <xsl:attribute name="target">_blank</xsl:attribute>
       <xsl:attribute name="style">font-family: sans-serif; color: #000000; font-size: 9px</xsl:attribute> 
-      <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='sponsor']/ADDRESS"/></xsl:attribute>
-      <xsl:attribute name="title"><xsl:value-of select="LINK[TYPE='sponsor']/TITLE"/></xsl:attribute>
-      <xsl:value-of select="LINK[TYPE='sponsor']/TEXT"/>
+      <xsl:attribute name="href">http://5mode.com</xsl:attribute>
+      <xsl:attribute name="title">5 Mode</xsl:attribute>
+      5 Mode
     </a>
 
 		<SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
 		<![CDATA[
-     2021, 2024 - All rights reserved >
+     2021, 2024 - All rights reserved
 		]]>
     </SPAN>
     
@@ -184,13 +184,13 @@
     
     	 <a>
 	      	<xsl:attribute name="target">_blank</xsl:attribute> 
-          <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='sponsor']/ADDRESS"/></xsl:attribute>
-          <xsl:attribute name="title"><xsl:value-of select="LINK[TYPE='sponsor']/TITLE"/></xsl:attribute>
+          <xsl:attribute name="href">http://5mode.com</xsl:attribute>
+          <xsl:attribute name="title">5 Mode</xsl:attribute>
           	<img >
 		      		<xsl:attribute name="border">0</xsl:attribute> 
-		  		    <xsl:attribute name="src"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/ADDRESS"/></xsl:attribute>
-		  	    	<xsl:attribute name="width"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/WIDTH"/></xsl:attribute>
-		  		    <xsl:attribute name="height"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/HEIGHT"/></xsl:attribute>
+		  		    <xsl:attribute name="src">/res/5mode.png</xsl:attribute>
+		  	    	<xsl:attribute name="width">129</xsl:attribute>
+		  		    <xsl:attribute name="height">61</xsl:attribute>
 			     </img> 
       </a>