joerg 2004/01/23 06:47:13
Modified: src/blocks/woody/samples/resources
woody-calendar-styling.xsl
Log:
cleanup
Revision Changes Path
1.8 +1 -4
cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl
Index: woody-calendar-styling.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- woody-calendar-styling.xsl 22 Jan 2004 18:02:38 -0000 1.7
+++ woody-calendar-styling.xsl 23 Jan 2004 14:47:13 -0000 1.8
@@ -26,9 +26,6 @@
<link rel="stylesheet" type="text/css"
href="{$resources-uri}/woody-calendar.css"/>
</xsl:template>
- <!--+
- | must be called in <body>
- +-->
<xsl:template match="body" mode="woody-calendar">
<div id="woody_calendarDiv"/>
</xsl:template>
@@ -48,7 +45,7 @@
</xsl:variable>
<!-- regular input -->
- <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]"
value="{wi:value}">
+ <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]"
value="{wi:value}" type="text">
<xsl:apply-templates select="." mode="styling"/>
</input>