Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / articles / pntemplates [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 27 Aug 2002 21:31:05 | postnuke_modules/articles/pntemplates | admin-delete.pnd,NONE,1.1 user-display-weblinks.pnd,NONE,1.1 user-weblinks-summary.pnd,NONE,1.1 user-display-pictures.pnd,NONE,1.1 user-pictures-summary.pnd,NONE,1.1 | Mike |
| some new templates | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv24545
Added Files:
admin-delete.pnd user-display-weblinks.pnd
user-weblinks-summary.pnd user-display-pictures.pnd
user-pictures-summary.pnd
Log Message:
some new templates
--- NEW FILE: admin-delete.pnd ---
<pnt:var name="menu.status" />
<table width="100%" border="0" cellspacing="1" cellpadding="8">
<tr>
<th colspan="4" align="center"><pnt:var name="menu.title" /></th>
</tr>
<tr>
<td><a href="&pnt-modurl-articles-admin-new;"><pnt:var name="menu.new" /></a></td>
<td><a href="&pnt-modurl-articles-admin-view;"><pnt:var name="menu.view" /></a></td>
<td><a href="&pnt-modurl-articles-admin-modifyconfig;"><pnt:var name="menu.modifyconfig" /></a></td>
<td><a href="&pnt-modurl-articles-admin-pubtypes;"><pnt:var name="menu.pubtypes" /></a></td>
</tr>
</table>
<br />
<center>&pnt-var-confirmtext;</center><br />
<center>
<form method="post" action="&pnt-modurl-articles-admin-delete;">
<input type="hidden" name="authid" value="&pnt-var-authid;" />
<input type="hidden" name="confirm" value="true" />
<input type="hidden" name="aid" value="&pnt-var-aid;" />
<input type="submit" value="&pnt-var-confirmbutton;" />
</form>
<br />
<a href="&pnt-modurl-articles-admin-view;">&pnt-var-canceltext;</a>
</center>
--- NEW FILE: user-display-weblinks.pnd ---
&pnt-var-publabel; :
<pnt:loop name="publinks">
&pnt-var-pubjoin;
<pnt:if condition="empty($publink)">
&pnt-var-pubtitle;
<pnt:else>
<a href="&pnt-var-publink;">&pnt-var-pubtitle;</a>
</pnt:else>
</pnt:if>
(&pnt-var-pubcount;)
</pnt:loop>
<p />
<pnt:if condition="isset($trails) && count($trails) > 0">
<table border="0" cellpadding="1" cellspacing="0"><tr><td valign="top">
&pnt-var-catlabel; :
</td><td valign="top">
<pnt:loop name="trails">
<pnt:loop name="parentlinks">
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>&pnt-var-pjoin;
</pnt:loop>
<pnt:if condition="!empty($cidcount)">
(&pnt-var-cidcount;)
</pnt:if>
<br />
</pnt:loop>
</td></tr></table>
<br />
</pnt:if>
<table border="0" cellpadding="3" cellspacing="0">
<tr><td align="left" colspan="2" class="pn-normal">
<a class="pn-title" href="&pnt-var-body;">&pnt-var-title;</a>
<pnt:if condition="!empty($editurl)">
[<a href="&pnt-var-editurl;">&pnt-var-edittitle;</a>]
<pnt:else>
[&pnt-var-edittitle;] <!-- remove disabled Edit for release version -->
</pnt:else>
</pnt:if>
<br />
</td></tr>
<tr><td align="right">
Description:
</td><td align="left">
&pnt-var-summary;
</td></tr>
<tr><td align="right">
Added on:
</td><td align="left">
&pnt-var-date;
</td></tr>
<tr><td align="right">
By:
</td><td align="left">
&pnt-var-author;
</td></tr>
<tr><td align="right">
Hits:
</td><td align="left">
&pnt-var-counter;
</td></tr>
</table>
<br />
&pnt-var-hooks;
<br />
<table border="0" width="95%"><tr><td align="left">
<a href="&pnt-var-maplink;">&pnt-var-maplabel;</a>
</td><td align="right">
<a href="&pnt-var-archivelink;">&pnt-var-archivelabel;</a>
</td></tr></table>
--- NEW FILE: user-weblinks-summary.pnd ---
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" class="pn-normal">
<a class="pn-title" href="&pnt-var-body;">&pnt-var-title;</a><br />
Description: &pnt-var-summary;<br />
Added on: &pnt-var-date;
<pnt:if condition="!empty($counter)">
(<pnt:var id="story_reads" name="counter" />
<pnt:mlstring>Hits</pnt:mlstring>)
</pnt:if>
| <a href="&pnt-var-link;">Rate / Comment</a>
</td>
</tr>
</table>
--- NEW FILE: user-display-pictures.pnd ---
&pnt-var-publabel; :
<pnt:loop name="publinks">
&pnt-var-pubjoin;
<pnt:if condition="empty($publink)">
&pnt-var-pubtitle;
<pnt:else>
<a href="&pnt-var-publink;">&pnt-var-pubtitle;</a>
</pnt:else>
</pnt:if>
(&pnt-var-pubcount;)
</pnt:loop>
<p />
<pnt:if condition="isset($trails) && count($trails) > 0">
<table border="0" cellpadding="1" cellspacing="0"><tr><td valign="top">
&pnt-var-catlabel; :
</td><td valign="top">
<pnt:loop name="trails">
<pnt:loop name="parentlinks">
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>&pnt-var-pjoin;
</pnt:loop>
<pnt:if condition="!empty($cidcount)">
(&pnt-var-cidcount;)
</pnt:if>
<br />
</pnt:loop>
</td></tr></table>
<br />
</pnt:if>
<table width="100%" border="1" cellspacing="1" cellpadding="5" bgcolor="#F3F3F3"><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="top" class="pn-normal">
<span class="pn-title">
<pnt:var id="story_title" name="title" />
</span>
<pnt:if condition="!empty($counter)">
(<pnt:var id="story_reads" name="counter" />
<pnt:mlstring>Reads</pnt:mlstring>)
</pnt:if>
<pnt:if condition="!empty($editurl)">
[<a href="&pnt-var-editurl;">&pnt-var-edittitle;</a>]
<pnt:else>
[&pnt-var-edittitle;] <!-- remove disabled Edit for release version -->
</pnt:else>
</pnt:if>
<div align="right">
<span class="pn-sub">
<pnt:var id="story_topic_icons" name="topic_icons" />
</span>
</div>
<br />
</td></tr><tr><td align="center">
<br />
<img src="&pnt-var-body;" border="0" alt="&pnt-var-title;">
<br />
<span class="pn-quote">
<pnt:var id="story_notes_text" name="notes" />
</span>
<br />
</td>
</tr>
</table>
</td></tr></table>
<br />
&pnt-var-hooks;
<br />
<table border="0" width="95%"><tr><td align="left">
<a href="&pnt-var-maplink;">&pnt-var-maplabel;</a>
</td><td align="right">
<a href="&pnt-var-archivelink;">&pnt-var-archivelabel;</a>
</td></tr></table>
--- NEW FILE: user-pictures-summary.pnd ---
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top" class="pn-normal">
<a href="&pnt-var-link;"><img src="&pnt-var-summary;" border="0"></a><br />
<pnt:if condition="!empty($title)">
<a class="pn-title" href="&pnt-var-link;">&pnt-var-title;</a><br />
</pnt:if>
<pnt:if condition="!empty($counter)">
(<pnt:var id="story_reads" name="counter" />
<pnt:mlstring>Reads</pnt:mlstring>)
</pnt:if>
</td>
</tr>
</table>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |