|
From: Verdon V. <ve...@us...> - 2008-02-09 19:01:11
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1055/templates Modified Files: edit_channel.tpl edit_episode.tpl info.tpl list_channel.tpl list_episode.tpl list_episode_channel.tpl view_channel.tpl view_episode.tpl view_rss.tpl Log Message: near ready for 1.1.0 release Index: info.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/info.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** info.tpl 9 Jan 2008 21:41:19 -0000 1.3 --- info.tpl 9 Feb 2008 19:01:13 -0000 1.4 *************** *** 6,8 **** --- 6,9 ---- <!-- BEGIN info_4 --><p><strong>{INFO_4_LABEL}</strong> {INFO_4}</p><!-- END info_4 --> <!-- BEGIN info_5 --><p><strong>{INFO_5_LABEL}</strong> {INFO_5}</p><!-- END info_5 --> + <!-- BEGIN donate --><p>{DONATE}</p><!-- END donate --> </fieldset> Index: list_episode_channel.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/list_episode_channel.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list_episode_channel.tpl 6 Jan 2008 00:34:50 -0000 1.2 --- list_episode_channel.tpl 9 Feb 2008 19:01:13 -0000 1.3 *************** *** 22,23 **** --- 22,26 ---- {LIMIT_LABEL} {LIMITS} </div> + <div class="align-right"> + {SEARCH} + </div> Index: view_episode.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/view_episode.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** view_episode.tpl 2 Jan 2008 05:02:30 -0000 1.1 --- view_episode.tpl 9 Feb 2008 19:01:13 -0000 1.2 *************** *** 1,6 **** <div id="podcaster-episode"> - <div style="float: right; margin: 0 0 .2em .5em;">{IMAGE}</div> <p>{DESCRIPTION}</p> ! <div style="clear: both;">{EPISODE_LINKS}</div> {MEDIA} </div> --- 1,5 ---- <div id="podcaster-episode"> <p>{DESCRIPTION}</p> ! <div>{EPISODE_LINKS}</div> {MEDIA} </div> Index: list_episode.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/list_episode.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list_episode.tpl 6 Jan 2008 00:34:50 -0000 1.2 --- list_episode.tpl 9 Feb 2008 19:01:13 -0000 1.3 *************** *** 24,25 **** --- 24,28 ---- {LIMIT_LABEL} {LIMITS} </div> + <div class="align-right"> + {SEARCH} + </div> Index: edit_episode.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/edit_episode.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit_episode.tpl 6 Jan 2008 00:34:50 -0000 1.2 --- edit_episode.tpl 9 Feb 2008 19:01:13 -0000 1.3 *************** *** 8,12 **** <legend><strong>{MEDIA_LABEL}</strong></legend> <p><strong>{MEDIA_ID_LABEL}</strong><br />{MEDIA_ID}</p> ! <p><strong>{MEDIA_NOTE_LABEL}</strong> {MEDIA_NOTE}</p> </fieldset> <!-- BEGIN settings_label --> --- 8,12 ---- <legend><strong>{MEDIA_LABEL}</strong></legend> <p><strong>{MEDIA_ID_LABEL}</strong><br />{MEDIA_ID}</p> ! <p>{FILE_MANAGER}</p> </fieldset> <!-- BEGIN settings_label --> Index: list_channel.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/list_channel.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list_channel.tpl 6 Jan 2008 00:34:50 -0000 1.2 --- list_channel.tpl 9 Feb 2008 19:01:13 -0000 1.3 *************** *** 22,23 **** --- 22,26 ---- {LIMIT_LABEL} {LIMITS} </div> + <div class="align-right"> + {SEARCH} + </div> Index: view_channel.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/view_channel.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** view_channel.tpl 2 Jan 2008 05:01:17 -0000 1.4 --- view_channel.tpl 9 Feb 2008 19:01:13 -0000 1.5 *************** *** 2,6 **** <div style="float: right; margin: 0 0 .2em .5em;">{IMAGE}</div> <p>{DESCRIPTION}</p> ! <div style="clear: both;">{CHANNEL_LINKS}</div> <!-- BEGIN empty --><p>{EMPTY}</p><!-- END empty --> <!-- BEGIN current-episodes --> --- 2,7 ---- <div style="float: right; margin: 0 0 .2em .5em;">{IMAGE}</div> <p>{DESCRIPTION}</p> ! <br style="clear: right;" /> ! <div>{CHANNEL_LINKS}</div> <!-- BEGIN empty --><p>{EMPTY}</p><!-- END empty --> <!-- BEGIN current-episodes --> Index: edit_channel.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/edit_channel.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** edit_channel.tpl 9 Jan 2008 21:41:19 -0000 1.4 --- edit_channel.tpl 9 Feb 2008 19:01:13 -0000 1.5 *************** *** 5,12 **** --- 5,14 ---- <p>{DESCRIPTION} {DESCRIPTION_LABEL}</p> <p>{IMAGE_MANAGER} {IMAGE_MANAGER_LABEL}</p> + <p>{FILE_MANAGER}</p> </fieldset> <!-- BEGIN settings_label --> <fieldset> <legend><strong>{SETTINGS_LABEL}</strong></legend> + <p>{MEDIA_TYPE} {MEDIA_TYPE_LABEL}</p> <p>{ACTIVE} {ACTIVE_LABEL}</p> <p>{ITUNES_EXPLICIT} {ITUNES_EXPLICIT_LABEL}</p> Index: view_rss.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/view_rss.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_rss.tpl 6 Jan 2008 00:34:50 -0000 1.2 --- view_rss.tpl 9 Feb 2008 19:01:13 -0000 1.3 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:pp="http://www.pupuplayer.com/ppexplination-rtf" version="2.0"> <channel> --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> <channel> *************** *** 6,9 **** --- 6,10 ---- <title>{CHANNEL_TITLE}</title> <link>{CHANNEL_ADDRESS}</link> + <atom:link href="{CHANNEL_ADDRESS}" rel="self" type="application/rss+xml" /> <description>{CHANNEL_DESCRIPTION}</description> <language>{LANGUAGE}</language> *************** *** 26,35 **** <image> <url>{THUMB_URL}</url> ! <title>{PAGE_TITLE}</title> <link>{HOME_ADDRESS}</link> </image> {ITUNES_CATEGORY} <itunes:explicit>{ITUNES_EXPLICIT}</itunes:explicit> - <pp:media image="{THUMB_URL}" link="{HOME_ADDRESS}" /> <!-- BEGIN item-listing --> --- 27,35 ---- <image> <url>{THUMB_URL}</url> ! <title>{CHANNEL_TITLE}</title> <link>{HOME_ADDRESS}</link> </image> {ITUNES_CATEGORY} <itunes:explicit>{ITUNES_EXPLICIT}</itunes:explicit> <!-- BEGIN item-listing --> *************** *** 39,43 **** <description>{ITEM_DESCRIPTION}</description> <enclosure url="{ITEM_URL}" length="{ITEM_LENGTH}" type="{ITEM_TYPE}" /> ! <author>{ITEM_AUTHOR}</author> <pubDate>{ITEM_PUBDATE}</pubDate> <guid isPermaLink="true">{ITEM_GUID}</guid> --- 39,43 ---- <description>{ITEM_DESCRIPTION}</description> <enclosure url="{ITEM_URL}" length="{ITEM_LENGTH}" type="{ITEM_TYPE}" /> ! <dc:creator>{ITEM_AUTHOR}</dc:creator> <pubDate>{ITEM_PUBDATE}</pubDate> <guid isPermaLink="true">{ITEM_GUID}</guid> |