source: branches/2.5/phpgwapi/templates/news/sliderImages.ejs @ 8232

Revision 8232, 353 bytes checked in by douglas, 11 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

  • Property svn:executable set to *
Line 
1<li>
2        <%
3        if( link_image )
4        { %>
5                <a href="<%=link_image%>" target="_blank">
6                        <img src="<%=name_image%>" alt="<%=title_image%>" title="<%=title_image%>"/>
7                </a>
8        <% }else{ %>
9                <a href="#" style="cursor: default">
10                        <img src="<%=name_image%>" alt="<%=title_image%>" title="<%=title_image%>"/>
11                </a>                   
12        <% } %>
13        <span><%=text_image%></span>
14</li>
Note: See TracBrowser for help on using the repository browser.