Changeset 395
- Timestamp:
- 04/02/09 16:09:51 (12 months ago)
- Location:
- trunk/themes/blanktheme/templates/modules/News
- Files:
-
- 3 modified
-
news_user_articlecontent.htm (modified) (2 diffs)
-
news_user_article.htm (modified) (1 diff)
-
news_user_index.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/templates/modules/News/news_user_articlecontent.htm
r380 r395 2 2 <script type="text/javascript">/* <![CDATA[ */ 3 3 var bytesused = "<!--[pnml name=_NEWS_CHARSUSED]-->" 4 var showpublicationoptions = '<!--[pnml name="_NEWS_PUBLICATIONSHOW"]-->'; 5 var hidepublicationoptions = '<!--[pnml name="_NEWS_PUBLICATIONHIDE"]-->'; 4 6 /* ]]> */</script> 5 7 … … 7 9 <h2 class="news_title"><!--[$info.title]--></h2> 8 10 9 <!--[nocache]--><div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 10 <div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div><!--[/nocache]--> 11 <!--[nocache]--> 12 <div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 13 <!--[if $enableajaxedit]--> 14 <div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div> 15 <!--[/if]--> 16 <!--[/nocache]--> 11 17 12 18 <p class="news_meta"><!--[pnml name=_NEWS_POSTEDBYANDON username=$info.informant date=$info.briefdatetime]--></p> 13 19 14 <!--[if $links.searchtopic neq '']--> 15 <p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="images/topics/<!--[$info.topicimage]-->" alt="<!--[$info.topicname|pnvarprephtmldisplay]-->" title="<!--[$info.topicname|pnvarprephtmldisplay]-->" /></a></p> 20 <!--[if $links.searchtopic neq '' AND $info.topicimage neq '']--> 21 <!--[* from News 2.4 onwards catimagepath exists *]--> 22 <!--[if $catimagepath eq '']--><!--[assign var='catimagepath' value='images/topics/']--><!--[/if]--> 23 <p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="<!--[$catimagepath]--><!--[$info.topicimage]-->" alt="<!--[$info.topicname]-->" title="<!--[$info.topicname]-->" /></a></p> 16 24 <!--[/if]--> 17 25 -
trunk/themes/blanktheme/templates/modules/News/news_user_article.htm
r217 r395 6 6 <div id="news_modify"> </div> 7 7 8 <!--[* the next code is to display any hooks (e.g. comments, ratings) *]-->8 <!--[* the next code is to display any hooks (e.g. comments, ratings). All hooks are stored in $hooks and called individually. EZComments is not called when Commenting is not allowed *]--> 9 9 <!--[pnmodurl modname=News func=display sid=$info.sid assign=returnurl]--> 10 <!--[pnmodcallhooks hookobject=item hookaction=display hookid=$info.sid module=News returnurl=$returnurl]--> 10 <!--[* pnmodcallhooks hookobject=item hookaction=display hookid=$info.sid module=News returnurl=$returnurl *]--> 11 <!--[pnmodcallhooks hookobject='item' hookaction='display' hookid=$info.sid module='News' returnurl=$returnurl owneruid=$info.cr_uid implode=false]--> 12 <!--[foreach from=$hooks key='hookname' item='hook']--> 13 <!--[if $hookname neq 'EZComments' or $info.withcomm eq 0]--> 14 <!--[$hook]--> 15 <!--[/if]--> 16 <!--[/foreach]--> -
trunk/themes/blanktheme/templates/modules/News/news_user_index.htm
r380 r395 11 11 <div class="news_categories"> 12 12 <!--[* <p class="diggers"><!--[diggers title=$info.title url=$url]--></p> *]--> 13 <!--[if !empty($info.categories)]--> 13 14 <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]--> | <!--[/if]--><!--[/foreach]--> 15 <!--[/if]--> 14 16 </div> 17 <!--[* $preformat.readmore]--> <!--[recommend modname='News' itemid=$info.sid]--> <!--[$preformat.print *]--> 15 18 </div>
