phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: news_admin/website/templates news_row.tpl,1.4.2.


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/website/templates news_row.tpl,1.4.2.1.2.1,1.4.2.1.2.2 rdf.tpl,1.1.6.1,1.1.6.2 rdf_row.tpl,1.1.6.1,1.1.6.2 rss091.tpl,NONE,1.1.2.1 rss1.tpl,NONE,1.1.2.1 rss2.tpl,NONE,1.1.2.1 news.tpl,1.2.4.1,1.2.4.1.2.1 rdf-chan.tpl,1.1.2.2,NONE rdf2.tpl,1.1.2.1,NONE rss.tpl,1.1.2.1,NONE
Date: Mon, 23 Jun 2003 15:20:55 -0400

Update of /cvsroot/phpgroupware/news_admin/website/templates
In directory subversions:/tmp/cvs-serv24161/website/templates

Modified Files:
      Tag: Version-0_9_16-branch
        news.tpl 
Added Files:
      Tag: Version-0_9_16-branch
        news_row.tpl rdf.tpl rdf_row.tpl rss091.tpl rss1.tpl rss2.tpl 
Removed Files:
      Tag: Version-0_9_16-branch
        rdf-chan.tpl rdf2.tpl rss.tpl 
Log Message:
sync up with HEAD





--- NEW FILE ---
<rss version="0.91">
        <channel>
                <title>{title}</title>
                <link>{link}</link>
                <description>{description}</description>
                <image>
                        <title>{image_title}</title> 
                        <url>{image_url}</url> 
                        <link>{image_link}</link> 
                </image>
<!-- BEGIN item -->
        <item>
                <title>{subject}</title>
                <link>{item_link}</link>
                <description>{teaser}</description>
        </item>
<!-- END item -->
        </channel>
</rss>

--- NEW FILE ---
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
  xmlns="http://purl.org/rss/1.0/";
  xmlns:dc="http://purl.org/dc/elements/1.1/";
>
        <channel rdf:about="{link}">
                <title>{title}</title>
                <link>{link}</link>
                <description>{description}</description>

                <image rdf:resource="{img_url}" />
                
                <items>
                        <rdf:Seq>
                                <!-- BEGIN seq -->
                                        <rdf:li rdf:resource="{item_link}"/>
                                <!-- END seq -->
                        </rdf:Seq>
                </items>
        </channel>
        
        <image rdf:resource="{img_url}" />
                <title>{img_title}</title>
                <link>{img_link}</link>
                <url>{img_url}</url>
        </image>
<!-- BEGIN item -->
        <item>
                <title>{subject}</title>
                <link>{item_link}</link>
                <description>{teaser}</description>
        </item>
<!-- END item -->
</rdf:RDF>

--- NEW FILE ---
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/";>
        <channel>
                <title>{title}</title>
                <link>{link}</link>
                <description>{description}</description>
<!-- BEGIN item -->
                <item>
                        <title>{subject}</title>
                        <link>{item_link}</link>
                </item>
<!-- END item -->
        </channel>
</rss>

Index: news.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/website/templates/news.tpl,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.1.2.1
diff -C2 -r1.2.4.1 -r1.2.4.1.2.1
*** news.tpl    7 Mar 2002 03:02:13 -0000       1.2.4.1
--- news.tpl    23 Jun 2003 19:20:53 -0000      1.2.4.1.2.1
***************
*** 2,7 ****
  <!-- BEGIN news -->
  
! <div align="left">
! <table border="0" width="70%" cellspacing="0" cellpadding="0">
  <tr>
        <td height="5">&nbsp;</td>
--- 2,7 ----
  <!-- BEGIN news -->
  
! <div align="center">
! <table border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td height="5">&nbsp;</td>

--- rdf-chan.tpl DELETED ---

--- rdf2.tpl DELETED ---

--- rss.tpl DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]