Changeset 82
- Timestamp:
- 10/19/09 19:31:13 (4 years ago)
- Location:
- tags/Windows/direve_win_1.4.2/htdocs/direve
- Files:
-
- 2 added
- 5 modified
-
. (modified) (1 prop)
-
admDireve (modified) (1 prop)
-
direve.css (modified) (1 diff)
-
image/ico_rss.gif (added)
-
image/icone_indique.gif (added)
-
xsl/direve-global.xsl (modified) (1 diff)
-
xsl/direve-main.xsl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/Windows/direve_win_1.4.2/htdocs/direve
-
Property
svn:ignore set
to
direve.def
-
Property
svn:ignore set
to
-
tags/Windows/direve_win_1.4.2/htdocs/direve/admDireve
-
Property
svn:ignore set
to
diradm.def
-
Property
svn:ignore set
to
-
tags/Windows/direve_win_1.4.2/htdocs/direve/direve.css
r42 r82 65 65 background-color: #C6CFDC; 66 66 } 67 67 img { 68 border: 0; 69 } 68 70 .searchTitle,.date { 69 71 font-family: Verdana, arial; -
tags/Windows/direve_win_1.4.2/htdocs/direve/xsl/direve-global.xsl
r42 r82 88 88 </xsl:call-template> 89 89 <!--Chamada para o Plugin Indique Eventos --> 90 < xsl:call-template name="eventSuggestion">90 <!--xsl:call-template name="eventSuggestion"> 91 91 <xsl:with-param name="language" select="$lang"/> 92 </xsl:call-template >92 </xsl:call-template--> 93 93 </td> 94 94 </tr> -
tags/Windows/direve_win_1.4.2/htdocs/direve/xsl/direve-main.xsl
r42 r82 19 19 <br/> 20 20 </td> 21 <td width="2 00" valign="top">21 <td width="250" valign="top"> 22 22 <xsl:apply-templates select="." mode="date-search"/> 23 23 <br/> … … 110 110 111 111 <xsl:template match="dir-module" mode="date-search"> 112 <table width="100%" border="0" cellspacing="0" cellpadding="4" class="box"> 113 <tr> 114 <td width="100%" class="box_title"> 115 <img border="0" title="Indique seu Evento" src="/direve/image/icone_indique.gif"/> 116 <xsl:call-template name="eventSuggestion"> 117 <xsl:with-param name="language" select="$lang"/> 118 </xsl:call-template> 119 </td> 120 </tr> 121 </table> 122 <br/> 112 123 <table width="100%" border="0" cellspacing="0" cellpadding="4" class="box"> 113 124 <tr> … … 142 153 </tr> 143 154 </table> 155 <br/> 156 <table width="100%" border="0" cellspacing="0" cellpadding="4" class="box"> 157 <tr> 158 <td width="100%" class="box_title"> 159 <div style="margin: 5px 5px 5px 5px"> 160 <a href="rss"> 161 <img src="image/ico_rss.gif"/> RSS 162 </a> 163 </div> 164 </td> 165 </tr> 166 </table> 144 167 </xsl:template> 145 168
