<var S = GLOBAL.Joelie.Style>
<!--- you need a gutitle --->
<if isdefined("post.n1_gutitle")><var client_gutitle = post.n1_gutitle></if>
<if trim(client_gutitle) EQ "">
<tag.jk_dashboard_gutitle>
<BREAK>
</if>
<script type="text/javascript">
try {
if (window.parent && window.parent.close_login_frame) {
window.parent.close_login_frame(1);
}
} catch(err) {}
</script>
<div>
<div style="float:right; width:240px;">
<h4>Joelie Resources</h4>
<ul>
<li>
<a href="http://docs.joelie.org/">Documentation</a>
</li>
</ul>
<div> </div>
<h4>Web Help</h4>
<ul>
<li>
<a href="http://w3schools.com/">W3Schools</a>
</li>
</ul>
<div> </div>
</div>
<div style="margin-right:300px;">
<!--- recent stuff --->
<div style="float:left; width:210px;">
<h3>#escapeMarkup(client_name)#</h3>
<ul>
<li style="margin-bottom:1em;">
<a href="http://#this_domain#/j:/site@#client_gutitle#">/site@#client_gutitle#</a>
<ul>
<set j="/site@#client_gutitle#" maxrows="7">
<setcrawl>
<var _idstr = set.id>
<if set.gutitle NEQ "">
<var _idstr = lcase(set.gutitle)>
</if>
<li><a href="http://#this_domain#/j:/site-#_idstr#">-#_idstr#</a>
</setcrawl>
</set>
</ul>
</li>
<li style="margin-bottom:1em;">
<a href="http://#this_domain#/j:/routine@#client_gutitle#">/routine@#client_gutitle#</a>
<ul>
<set j="/routine@#client_gutitle#" maxrows="7">
<setcrawl>
<var _idstr = set.id>
<if set.gutitle NEQ "">
<var _idstr = lcase(set.gutitle)>
</if>
<li><a href="http://#this_domain#/j:/routine-#_idstr#">-#_idstr#</a>
</setcrawl>
</set>
</ul>
</li>
</ul>
</div>
<!--- coming soon: "projects" --->
<div style="margin-left:220px;">
</div>
</div>
</div>
<div style="clear:both;"> </div>