]> matita.cs.unibo.it Git - helm.git/commitdiff
minor additions :)
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 8 Apr 2016 21:30:19 +0000 (21:30 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 8 Apr 2016 21:30:19 +0000 (21:30 +0000)
helm/www/lambdadelta/images/smiley.png [new file with mode: 0644]
helm/www/lambdadelta/images/smiley.xcf [new file with mode: 0644]
helm/www/lambdadelta/index.html
helm/www/lambdadelta/web/home/index.ldw.xml
helm/www/lambdadelta/xslt/ld_web_library.xsl

diff --git a/helm/www/lambdadelta/images/smiley.png b/helm/www/lambdadelta/images/smiley.png
new file mode 100644 (file)
index 0000000..10e1131
Binary files /dev/null and b/helm/www/lambdadelta/images/smiley.png differ
diff --git a/helm/www/lambdadelta/images/smiley.xcf b/helm/www/lambdadelta/images/smiley.xcf
new file mode 100644 (file)
index 0000000..f3cc623
Binary files /dev/null and b/helm/www/lambdadelta/images/smiley.xcf differ
index b9897a4126aeeeeeeca03fa6193903110ecc128d..3b192f3641260615120b1847bc78d0dfa827b59c 100644 (file)
    </li>
     </ul>
     <div xmlns:ld="http://lambdadelta.info/" class="text">
+      <img class="icon32" alt="[Smiling face]" title="Smile!" src="http://lambdadelta.info/images/smile.png" /> 
       Moreover, the systens of the λδ family <span class="emph alpha">are not</span> related intentionally to
-      the character <a href="http://umineko.wikia.com/wiki/Lambdadelta">Lady Lambdadelta</a>,
+      <a href="http://umineko.wikia.com/wiki/Lambdadelta">Lady Lambdadelta</a>,
       the Witch of Certainty of the sound novel
       <a href="https://it.wikipedia.org/wiki/Umineko_no_naku_koro_ni">Umineko no Naku Koro ni</a>.
    </div>
     <div xmlns:ld="http://lambdadelta.info/" class="spacer">
       <br />
     </div>
-    <div xmlns:ld="http://lambdadelta.info/" class="spacer">Last update: Fri, 08 Apr 2016 22:51:19 +0200</div>
+    <div xmlns:ld="http://lambdadelta.info/" class="spacer">Last update: Fri, 08 Apr 2016 23:26:46 +0200</div>
   </body>
 </html>
index 13eab16bae83fe09d1a5abb608cb8761c6d4f54f..c5004f36a57a76361bcd130e295deb83604937d9 100644 (file)
    </topitem>
 
    <body>
+      <img logo="smile"/>
       Moreover, the systens of the λδ family <notice class="alpha" text="are not"/> related intentionally to
-      the character <link to="http://umineko.wikia.com/wiki/Lambdadelta">Lady Lambdadelta</link>,
+      <link to="http://umineko.wikia.com/wiki/Lambdadelta">Lady Lambdadelta</link>,
       the Witch of Certainty of the sound novel
       <link to="https://it.wikipedia.org/wiki/Umineko_no_naku_koro_ni">Umineko no Naku Koro ni</link>.
    </body>
index ad10ba2eb5edea514bedc4adfeec3b489e31f4d4..f7fcb332eb29aa43278dc60a84a8f5f9d426223f 100644 (file)
    />
 </xsl:template>
 
+<xsl:template name="smile-logo">
+   <img class="icon32"
+       alt="[Smiling face]"
+       title="Smile!"
+       src="{$baseurl}images/smile.png"
+   />
+</xsl:template>
+
 <!-- img main template -->
 
 <xsl:template name="img">
     <xsl:when test="@logo='lddl'">
       <xsl:call-template name="lddl-logo"/>
     </xsl:when>
+    <xsl:when test="@logo='smile'">
+      <xsl:call-template name="smile-logo"/>
+    </xsl:when>
     <xsl:when test="@label='helena'">
       <xsl:call-template name="helena-label"/>
     </xsl:when>