<var C = GLOBAL.Def.Style.color>
<set j="/pic/music/text@fentriss" maxrows="4" orderby="iqtpi.so_dateinserted DESC">
<setcrawl>
<var _idstr = set.id>
<if set.gutitle NEQ "">
<var _idstr = set.gutitle>
</if>
<var _ttl = _idstr>
<if set.title NEQ "">
<var _ttl = escapeMarkup(set.title)>
</if>
<if set.tbl EQ "text">
<div>
<div style="float:left; width:16px; padding-top:3px;">
<a href="http://#this_domain#/blog/#_idstr#"><tag.fico i="document" linkback="off"></a>
</div>
<div style="margin-left:20px;">
<h4 style="margin:0px;"><a href="http://#this_domain#/blog/#_idstr#">#_ttl#</a></h4>
<small><small><div style="color:#C.g3#; margin-bottom:7px;">
#timeAgo(set.so_dateinserted)#
in
<a href="http://#this_domain#/blog">Steve's Private Blog</a>
</div></small></small>
</div>
</div>
<elseif set.tbl EQ "pic">
<div>
<div style="float:left; width:16px; padding-top:3px;">
<a href="http://#this_domain#/photos/#_idstr#"><tag.fico i="pictures" linkback="off"></a>
</div>
<div style="margin-left:20px;">
<h4 style="margin:0px;"><a href="http://#this_domain#/photos/#_idstr#">#_ttl#</a></h4>
<small><small><div style="color:#C.g3#; margin-bottom:7px;">
#timeAgo(set.so_dateinserted)#
in
<a href="http://#this_domain#/photos">Photos</a>
</div></small></small>
</div>
</div>
<elseif set.tbl EQ "music">
<div>
<div style="float:left; width:16px; padding-top:3px;">
<a href="http://#this_domain#/music/#_idstr#"><tag.fico i="music-beam" linkback="off"></a>
</div>
<div style="margin-left:20px;">
<h4 style="margin:0px;"><a href="http://#this_domain#/music/#_idstr#">#_ttl#</a></h4>
<small><small><div style="color:#C.g3#; margin-bottom:7px;">
#timeAgo(set.so_dateinserted)#
in
<a href="http://#this_domain#/music">Music</a>
</div></small></small>
</div>
</div>
</if>
</setcrawl>
</set>
<BREAK><!--- /////////////////////////////////////////////////////////// --->
<var C = GLOBAL.Def.Style.color>
<set j="/pic/music/text@fentriss" maxrows="7" orderby="iqtpi.so_dateinserted DESC">
<setcrawl>
<var _idstr = set.id>
<if set.gutitle NEQ "">
<var _idstr = set.gutitle>
</if>
<var _ttl = _idstr>
<if set.title NEQ "">
<var _ttl = escapeMarkup(set.title)>
</if>
<if set.tbl EQ "text">
<if findNoCase("|spf|",set.notes) EQ 0>
<!--- do nothing --->
<else>
<!--- blog tease --->
<div class="post" style="border-top-color:##452731;">
<h4>#_ttl#</h4>
<p class="date">
#timeAgo(set.so_dateinserted)# in <a href="http://#this_domain#/blog">Steve's Private Blog</a>
</p>
<div class="post_body">
<div>
<tag.clean_shortstring str="#replaceMarkup(set.body)#" chars="128">
<var _str = return>
#_str#
</div>
<small><small><div align="right" style="padding:3px;">
<a href="http://#this_domain#/blog/#set.gutitle#">Read Full Post</a>
|
<a href="http://#this_domain#/blog">More Blog Posts</a>
</div></small></small>
</div>
</div>
<div> </div>
<div> </div>
</if>
<elseif set.tbl EQ "pic">
<!--- pic --->
<div class="post" style="border-top-color:##452731;">
<h4>#_ttl#</h4>
<p class="date">
#timeAgo(set.so_dateinserted)# in <a href="http://#this_domain#/photos">Photos</a>
</p>
<div class="post_body">
<div>
<a href="http://#this_domain#/photos/#set.gutitle#"><img src="http://#this_domain#/file:/pic-#set.id#?&picwidth=300" border="0"></a>
</div>
<small><small><div align="right" style="padding:3px;">
<a href="http://#this_domain#/photos/#set.gutitle#">View Large Photo</a>
|
<a href="http://#this_domain#/photos">More Photos</a>
</div></small></small>
</div>
</div>
<div> </div>
<div> </div>
<elseif set.tbl EQ "music">
<!--- music --->
<div class="post" style="border-top-color:##452731;">
<h4>#_ttl#</h4>
<p class="date">
#timeAgo(set.so_dateinserted)# in <a href="http://#this_domain#/music">Music</a>
</p>
<div class="post_body">
<var _href = "http://#this_domain#/file:/#set.tbl#-#set.id#.#set.extension#">
<div>
<div id="media_player_audio" class="no_autoplay" style="display:block; width:100%; height:30px; background:##202020;" href="#_href#"></div>
</div>
<small><small><div align="right" style="padding:3px;">
<a href="http://#this_domain#/music/#set.gutitle#">Download as mp3</a>
|
<a href="http://#this_domain#/music">More Music</a>
</div></small></small>
</div>
</div>
<div> </div>
<div> </div>
<else>
<!--- what kind of post? --->
<div class="post" style="border-top-color:##452731;">
<h4>#_ttl#</h4>
<p class="date">
#timeAgo(set.so_dateinserted)#
</p>
<p>
A /#set.tbl# record by Steve :)
</p>
</div>
<div> </div>
<div> </div>
</if>
</setcrawl>
</set>