Skip to content
Snippets Groups Projects
Planet.txt.tmpl 774 B
Newer Older
  • Learn to ignore specific revisions
  • Graham Cole's avatar
    Graham Cole committed
    
    <div class="content">
    <TMPL_LOOP Items>
    	<div class="box">
    		<div class="boxhead">
    <TMPL_IF title>
    		<h3><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h3>
    		</div>
    		<div class="boxcontent">
    <TMPL_IF channel_face>
    		<img class="emblem" src="/pictures/people/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="" />
    </TMPL_IF>
    </TMPL_IF>
    			<div class="entry">
    			<div>
    <TMPL_VAR content>
    			</div>
    			</div>
    		<div class="clear"></div>
    		</div>
    		<div class="boxfoot"><p>Posted by <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a> on <TMPL_VAR date></p></div>
    	</div>
    </TMPL_LOOP>
    </div>