|
From: Verdon V. <ve...@us...> - 2008-01-02 05:02:29
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27085 Added Files: edit_episode.tpl list_channel.tpl list_episode.tpl list_episode_channel.tpl main_admin.tpl main_user.tpl mast_channel.tpl mast_episode.tpl report.tpl.unused.tpl uninstall.tpl view_episode.tpl view_rss.tpl Log Message: Rewrite for phpws 1.x --- NEW FILE: uninstall.tpl --- <hr /> <!-- BEGIN error --><span style="color : red; font-weight : bold">{ERROR}</span><!-- END error --> {START_FORM} <p>{RM_MEDIA}<br />{RM_MEDIA_1}{RM_MEDIA_1_LABEL} {RM_MEDIA_2}{RM_MEDIA_2_LABEL}</p> {SUBMIT} {END_FORM} --- NEW FILE: mast_episode.tpl --- {TITLE}<br /><span class="smaller">{PUBLISHER}<br />{CHANNEL}</span> --- NEW FILE: list_episode_channel.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{DATE_UPDATED_HEADER} {DATE_UPDATED_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{DATE_UPDATED}</td> <td>{ACTION}</td> </tr> <tr {TOGGLE}> <td colspan="4" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> --- NEW FILE: view_episode.tpl --- <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> --- NEW FILE: list_episode.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{CHANNEL_HEADER} {CHANNEL_ID_SORT}</th> <th>{DATE_UPDATED_HEADER} {DATE_UPDATED_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{CHANNEL}</td> <td>{DATE_UPDATED}</td> <td>{ACTION}</td> </tr> <tr {TOGGLE}> <td colspan="4" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> --- NEW FILE: main_admin.tpl --- <div class="panel-title"><h1>{TITLE}</h1></div> <!-- BEGIN message --><h2>{MESSAGE}</h2><!-- END message --> {CONTENT} --- NEW FILE: edit_episode.tpl --- {START_FORM} <fieldset> <legend><strong>{INFO_LABEL}</strong></legend> <p><strong>{TITLE_LABEL}</strong><br />{TITLE}</p> <p><strong>{DESCRIPTION_LABEL}</strong><br />{DESCRIPTION}</p> </fieldset> <fieldset> <legend><strong>{MEDIA_LABEL}</strong></legend> <p><strong>{MEDIA_ID_LABEL}</strong><br />{MEDIA_ID}</p> <p>I need a media form like the JS image form from filecabinet. This is going to be added to core. Until then, use filecabinet itself to upload your media file, make note of the multimedia_id value there, and then return here and enter it.</p> </fieldset> <!-- BEGIN settings_label --> <fieldset> <legend><strong>{SETTINGS_LABEL}</strong></legend> <p>{ACTIVE} {ACTIVE_LABEL}</p> <p>{APPROVED} {APPROVED_LABEL}</p> </fieldset> <!-- END settings_label --> {SUBMIT} {END_FORM} --- NEW FILE: mast_channel.tpl --- {TITLE}<br /><span class="smaller">{PUBLISHER}</span> --- NEW FILE: list_channel.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{DATE_UPDATED_HEADER} {DATE_UPDATED_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{DATE_UPDATED}</td> <td>{ACTION}</td> </tr> <tr {TOGGLE}> <td colspan="4" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> --- NEW FILE: report.tpl.unused.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <title>{REPORT_TITLE}</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <script language="Javascript1.2"> <!-- function print_page() { window.print(); } //--> </script> <style type="text/css"> body { font-family : sans, sans-serif, helvetica; font-size : 10pt; } h1 { font-size : 1.2em; } h2 { font-size : 1.1em; } p.peep, p.space { border-bottom : 1px solid black; width : 500px; } div.episode { margin-bottom : 2em; } div.print { text-align : right; } </style> <style type="text/css" media="print"> #print { display : none; } </style> </head> <body> <div class="print"><input id="print" type="button" value="{PRINT}" onclick="print_page(); return false" /></div> <h1>{REPORT_TITLE}</h1> <!-- BEGIN episode --> <div class="episode"> <h2>{EPISODE_TITLE}</h2> <!-- BEGIN peeps --> <p class="peep">{FIRST_NAME} {LAST_NAME}</p> <!-- END peeps --> <!-- BEGIN spaces --> <p class="space">{SPACE}</p> <!-- END spaces --> </div> <!-- END episode --> </body </html> --- NEW FILE: main_user.tpl --- <div class="box"> <div class="box-title"><h1>{TITLE}</h1></div> <div class="box-content"> <!-- BEGIN message --><h2>{MESSAGE}</h2><!-- END message --> {CONTENT} </div> </div> --- NEW FILE: view_rss.tpl --- <?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> <title>{CHANNEL_TITLE}</title> <link>{HOME_ADDRESS}</link> <description>{CHANNEL_DESCRIPTION}</description> <language>{LANGUAGE}</language> <lastBuildDate>{LAST_BUILD_DATE}</lastBuildDate> <docs>{CHANNEL_ADDRESS}</docs> <generator>phpWebSite Podcaster module</generator> <managingEditor>{MANAGING_EDITOR}</managingEditor> <webMaster>{WEBMASTER}</webMaster> <copyright>{COPYRIGHT}</copyright> <!-- BEGIN category --><category>{CATEGORY}</category><!-- END category --> <itunes:author>{CHANNEL_OWNER} @ {SITE_TITLE}</itunes:author> <itunes:subtitle>{CHANNEL_DESCRIPTION_PREAMBLE}</itunes:subtitle> <itunes:summary>{CHANNEL_DESCRIPTION}</itunes:summary> <itunes:owner> <itunes:name>{CHANNEL_OWNER}</itunes:name> <itunes:email>{MANAGING_EDITOR}</itunes:email> </itunes:owner> <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 --> <item> <title>{ITEM_TITLE}</title> <link>{ITEM_LINK}</link> <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> <itunes:author>{ITEM_AUTHOR} @ {SITE_TITLE}</itunes:author> <itunes:subtitle>{ITEM_DESCRIPTION_PREAMBLE}</itunes:subtitle> <itunes:summary>{ITEM_DESCRIPTION}</itunes:summary> </item> <!-- END item-listing --> </channel> </rss> |