Changeset 82

Show
Ignore:
Timestamp:
10/19/09 19:31:13 (4 years ago)
Author:
rafael.novello
Message:

Versão com melhoras no layout. RSS e plugin Indique.

Location:
tags/Windows/direve_win_1.4.2/htdocs/direve
Files:
2 added
5 modified

Legend:

Unmodified
Added
Removed
  • tags/Windows/direve_win_1.4.2/htdocs/direve

    • Property svn:ignore set to
      direve.def
  • tags/Windows/direve_win_1.4.2/htdocs/direve/admDireve

    • Property svn:ignore set to
      diradm.def
  • tags/Windows/direve_win_1.4.2/htdocs/direve/direve.css

    r42 r82  
    6565        background-color: #C6CFDC; 
    6666} 
    67  
     67img { 
     68   border: 0; 
     69} 
    6870.searchTitle,.date { 
    6971        font-family: Verdana, arial; 
  • tags/Windows/direve_win_1.4.2/htdocs/direve/xsl/direve-global.xsl

    r42 r82  
    8888                                        </xsl:call-template> 
    8989                                        <!--Chamada para o Plugin Indique Eventos --> 
    90                                         <xsl:call-template name="eventSuggestion"> 
     90                                        <!--xsl:call-template name="eventSuggestion"> 
    9191                                            <xsl:with-param name="language" select="$lang"/> 
    92                                         </xsl:call-template> 
     92                                        </xsl:call-template--> 
    9393                                </td> 
    9494                        </tr> 
  • tags/Windows/direve_win_1.4.2/htdocs/direve/xsl/direve-main.xsl

    r42 r82  
    1919                                        <br/> 
    2020                                </td> 
    21                                 <td width="200" valign="top"> 
     21                                <td width="250" valign="top"> 
    2222                                        <xsl:apply-templates select="." mode="date-search"/> 
    2323                                        <br/> 
     
    110110 
    111111        <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/> 
    112123                <table width="100%" border="0" cellspacing="0" cellpadding="4" class="box"> 
    113124                        <tr> 
     
    142153                        </tr> 
    143154                </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> 
    144167        </xsl:template> 
    145168