ljr/livejournal/bin/upgrading/s1styles.dat

7524 lines
198 KiB
Plaintext
Raw Permalink Normal View History

2019-02-05 21:49:12 +00:00
Style: calendar/Clean and Simple
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:47:15
CALENDAR_YEAR_DISPLAYED<=
<li class="active">%%yyyy%%</li>
<=CALENDAR_YEAR_DISPLAYED
CALENDAR_YEAR_LINK<=
<li><a href="%%url%%">%%yyyy%%</a></li>
<=CALENDAR_YEAR_LINK
CALENDAR_DAY=><td valign="top"><b><font size="-1">%%d%%</font></b>%%dayevent%%%%daynoevent%%</td>
CALENDAR_DAY_NOEVENT=><center>&nbsp;</center>
CALENDAR_YEAR_LINKS=><ul id="skiplinks">%%years%%</ul>
CALENDAR_EMPTY_DAYS=><td colspan="%%numempty%%">&nbsp;</td>
CALENDAR_PAGE<=
<html>
<head>
<style type="text/css" media="all">
<!--
body {
background: %%color:stronger_back%% none;
color: %%color:page_text%%;
margin: 50px;
}
a:link {
color: %%color:page_link%%;
background: transparent;
}
a:visited {
color: %%color:page_vlink%%;
background: transparent;
}
a:active {
color: %%color:page_alink%%;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: 100%;
}
pre {
text-align: left;
}
#topbar {
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li:before {
content: "> "
font-weight: normal;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#mainstuff {
width: 75%;
background: %%color:page_back%% none;
color: %%color:page_text%%;
}
#userpic {
text-align: center;
margin: 10px;
}
#userpic img {
border: 2px solid %%color:strong_back%%;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
..day {
border-top: 1px dashed %%color:page_text%%;
}
..day h3 {
border-bottom: 1px dashed %%color:page_text%%;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}
address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}
/* entries */
..entrytext {
padding: 2px;
text-align: justify;
}
..entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
..entryheading {
font-weight: bold;
}
..timestamp, .subject, .altposter {
font-weight: bold;
color: %%color:page_text_em%%;
background: %%color:page_back%%;
}
..altposter a {
color: %%color:page_text_em%%;
background: %%color:page_back%%;
text-decoration: underline;
}
..altposter img {
border: 2px %%color:strong_back%% solid;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
..talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
-->
</style>
%%head%%
<title>%%title%% - History</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="topbar" valign="top">
<h1>%%title%%</h1>
<h2>History</h2>
</td></tr>
<tr><td id="navbar" valign="top">
<ul id="viewlinks">
<li><a href="%%urllastn%%">Recent&nbsp;Entries</a></li>
<li><a href="%%urlfriends%%">Friends</a></li>
<li class="active">History</li>
<li><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a></li>
%%website%%
</ul>
%%yearlinks%%
</td>
<td id="mainstuff" valign="top">
<div id="entries">
%%months%%
</div>
<address>Powered by <a href="%%cons:siteroot%%/">%%cons:sitename%%</a></address>
</td></tr>
</table>
</body>
</html>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<center>
<table border="0" cellpadding="4" cellspacing="0" style="margin-top: 10px; margin-bottom: 10px;">
<tr align="center"><td colspan="7" bgcolor="%%color:strong_back%%"><font color="%%color:strong_text%%"><b>%%monlong%% %%yyyy%%</b> (<a href="%%urlmonthview%%">...</a>)</font></TD></TR>
<tr align="center" bgcolor="%%color:weak_back%%">
<td><font color="%%color:weak_text%%">Sun</font></td>
<td><font color="%%color:weak_text%%">Mon</font></td>
<td><font color="%%color:weak_text%%">Tue</font></td>
<td><font color="%%color:weak_text%%">Wed</font></td>
<td><font color="%%color:weak_text%%">Thu</font></td>
<td><font color="%%color:weak_text%%">Fri</font></td>
<td><font color="%%color:weak_text%%">Sat</font></td>
</tr>
%%weeks%%
</table>
</center>
<=CALENDAR_MONTH
CALENDAR_WEBSITE<=
<li><a href="%%url%%">%%name%%</a></li>
<=CALENDAR_WEBSITE
CALENDAR_NEW_YEAR=><h3>%%yyyy%%</h3>
CALENDAR_SORT_MODE=>forward
CALENDAR_DAY_EVENT=><center><a href="%%dayurl%%">%%eventcount%%</a></center>
CALENDAR_WEEK<=
<tr>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</tr>
<=CALENDAR_WEEK
.
Style: calendar/Default Calendar
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:49:24
CALENDAR_YEAR_DISPLAYED=>[ %%yyyy%% ]
CALENDAR_YEAR_LINK=>[ <A HREF="%%url%%">%%yyyy%%</A> ]
CALENDAR_DAY=><TD VALIGN=TOP><B><FONT SIZE=-1>%%d%%</FONT></B>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><CENTER>&nbsp;</CENTER>
CALENDAR_YEAR_LINKS=><P><FONT FACE="Arial,Helvetica" SIZE=+1>%%years%%</FONT>
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%% BGCOLOR=%%color:weak_back%%>&nbsp;</TD>
CALENDAR_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%% - Calendar</TITLE>
%%head%%
</HEAD>
<BODY BGCOLOR=%%color:stronger_back%% TEXT=%%color:page_text%% LINK=%%color:page_link%% VLINK=%%color:page_vlink%% ALINK=%%color:page_alink%%>
<TABLE WIDTH=100% HEIGHT=95% BGCOLOR=%%color:page_back%% CELLPADDING=5>
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Arial,Helvetica" SIZE=+2 COLOR=%%color:page_text_title%%>%%title%%</FONT><FONT SIZE=1><BR>&nbsp;<BR></FONT>
<B><TT>
<A HREF="%%urllastn%%">[Most Recent Entries]</A>
[Calendar View]
<A HREF="%%urlfriends%%">[Friends]</A>
</TT></B>
<P>%%yearlinks%%
%%months%%
<P>&nbsp;
</TD></TR></TABLE><TABLE ALIGN=RIGHT BGCOLOR=%%color:page_back%% CELLPADDING=5 BORDER=0 CELLSPACING=0>
<TR>
%%website%%
<TD><A HREF="%%cons:siteroot%%/"><FONT FACE="Arial,Helvetica" SIZE=-1>About %%cons:sitename%%</FONT></A></TD></TR>
</TABLE>
</BODY>
</HTML>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<CENTER><P>
<TABLE border=1 CELLPADDING=4 WIDTH=80%>
<TR ALIGN=CENTER><TD COLSPAN=7 BGCOLOR=%%color:strong_back%%><FONT FACE="Arial,Helvetica" COLOR=%%color:strong_text%%><B>%%monlong%%, %%yyyy%%</B></FONT></TD></TR>
<TR ALIGN=CENTER BGCOLOR=%%color:weak_back%%>
<TD><FONT COLOR=%%color:weak_text%%>Sun</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Mon</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Tue</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Wed</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Thu</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Fri</FONT></TD>
<TD><FONT COLOR=%%color:weak_text%%>Sat</FONT></TD>
</TR>
%%weeks%%
<TR ALIGN=CENTER><TD COLSPAN=7><a href="%%urlmonthview%%">View Subjects</a>
</TD></TR>
</TABLE>
</CENTER>
<=CALENDAR_MONTH
CALENDAR_WEBSITE<=
<TD>
<A HREF="%%url%%">%%name%%</A>
</TD>
<TD BGCOLOR=%%color:stronger_back%%>&nbsp;</TD>
<=CALENDAR_WEBSITE
CALENDAR_NEW_YEAR=><P><FONT FACE="Arial,Helvetica" COLOR=%%color:page_text_em%% SIZE=+1><I><B>%%yyyy%%...</B></I></FONT>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><CENTER><A HREF="%%dayurl%%">%%eventcount%%</A></CENTER>
CALENDAR_WEEK<=
<TR>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</TR>
<=CALENDAR_WEEK
.
Style: calendar/Disjointed
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:50:18
CALENDAR_YEAR_DISPLAYED=><div>&gt;&gt;&nbsp;%%yyyy%%</a>
CALENDAR_YEAR_LINK=><div><a href="%%url%%">%%yyyy%%</a>
CALENDAR_DAY=><TD VALIGN=TOP><div class="day">%%d%%</div>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><center>&nbsp;</center>
CALENDAR_YEAR_LINKS=>%%years%%
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%%>&nbsp;</TD>
CALENDAR_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
body {
background:%%color:page_back%%;
}
body, table, td, div {
font-size:8pt;
font-family: "OCR A Extended", "Courier";
}
..day {
border:solid 2px %%color:weak_back%%;
text-align:center;
padding:4px;
color:%%color:strong_text%%;
background:%%color:strong_back%%;
font-weight:bold;
}
..dayevent {
margin-top:3px
}
..entries {
width:85%;
margin-bottom:50px;
}
..entries td {
padding:4px;
}
..metabox {
background:%%color:strong_back%%;
width:50%;
border:solid 2px %%color:weak_back%%;
font-weight:bold;
color:%%color:strong_text%%;
}
..necorn {
background:%%color:stronger_back%%;
text-align:right;
font-style:italic;
border-right:solid 2px %%color:weak_back%%;
border-top:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..sidepad {
width: 5%;
}
..entrybox {
background:%%color:stronger_back%%;
width:90%;
border-right:solid 2px %%color:weak_back%%;
border-left:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..swcorn {
background:%%color:stronger_back%%;
border-left:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..daycol {
width:14%;
}
a {
color:%%color:page_link%%;
text-decoration:none;
}
a img {
border: 0;
}
a:hover, .entrybox a:hover {
color:%%color:page_alink%%;
text-decoration: underline overline;
}
#secorn {
background:%%color:stronger_back%%;
border-right:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
width:40%;
color:%%color:stronger_text%%;
}
#navlink, #yearlink {
text-align:right;
width:60%;
}
..nav {
background:%%color:stronger_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
text-align:center;
color:%%color:stronger_text%%;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table width="100%">
<tr>
<td valign="top" align="center">
%%months%%
</td>
<td valign="top" width=20%>
<table cellspacing=0 cellpadding=4 width=100%>
<tr>
<td width="15%">&nbsp;</td>
<td width="85%" colspan=2 class="nav">
<span style="font-weight:bold">%%username%%</span></td>
</tr>
<tr>
<td colspan=2 rowspan=2 class="metabox" id="navlink">
<a class="links" href="%%urllastn%%">Recent Entries</a><br>
<a class="links" href="%%urlfriends%%">Friends</a><br>
<a class="links" href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a><br>
%%website%%</td>
<td id="secorn">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<table cellspacing=0 cellpadding=4 style="width:80%; float:right; margin-top:2em">
<tr>
<td width="85%" colspan=2 class="nav">
<a href="%%cons:siteroot%%/allpics.bml?user=%%username%%">%%userpic%%</a>
<span style="font-weight:bold">years</span></td>
<td width="15%">&nbsp;</td>
</tr>
<tr>
<td class="swcorn" width=40%>&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox" id="yearlink">
%%yearlinks%%</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox">%%monlong%% %%yyyy%%</td>
<td class="nopad">%%altposter%%</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">&nbsp;</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
<table width=90% align="center" cellpadding=1 cellspacing=0 style="margin-bottom:4px; color:%%color:stronger_text%%">
<TR ALIGN=CENTER>
<TD class="daycol"><b>Sun</b></TD>
<TD class="daycol"><b>Mon</b></TD>
<TD class="daycol"><b>Tue</b></TD>
<TD class="daycol"><b>Wed</b></TD>
<TD class="daycol"><b>Thu</b></TD>
<TD class="daycol"><b>Fri</b></TD>
<TD class="daycol"><b>Sat</b></TD>
</TR>
%%weeks%%
</TABLE>
<p></td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox"><a href="%%urlmonthview%%">View Subjects</a></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=><br><a class="links" href="%%url%%">%%name%%</a>
CALENDAR_NEW_YEAR=>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><div class="dayevent">&nbsp;<A HREF="%%dayurl%%">%%eventcount%%</A></div>
CALENDAR_WEEK<=
<tr>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</tr>
<=CALENDAR_WEEK
.
Style: calendar/Generator
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:52:06
CALENDAR_YEAR_DISPLAYED=><b>%%yyyy%%</b>&nbsp;
CALENDAR_YEAR_LINK=><a href="%%url%%">%%yyyy%%</a>&nbsp;
CALENDAR_DAY<=
<td valign="top"><div class="meta">%%d%%</div>
%%dayevent%%
%%daynoevent%%
</td>
<=CALENDAR_DAY
CALENDAR_DAY_NOEVENT=>&nbsp;
CALENDAR_YEAR_LINKS<=
<table cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center">
<table cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr>
<td class="caption">Years</td>
</tr>
<tr>
<td colspan="2" bgcolor="%%color:page_back%%">
%%years%%
</td>
</tr>
</table>
</td>
</tr>
</table>
<=CALENDAR_YEAR_LINKS
CALENDAR_EMPTY_DAYS=><td colspan="%%numempty%%"></td>
CALENDAR_PAGE<=
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<style type="text/css">
body, td {
font-family: verdana, sans-serif;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
..shadowed {
font-size: 8pt;
background: %%color:weak_back%%;
}
..meta {
font-size: 8pt;
}
..index {
font-size: 8pt;
}
..caption, .index {
color: %%color:stronger_text%%;
}
..comments {
font-size: 8pt;
}
</style>
%%head%%
<title>%%title%% -- Calendar</title>
</head>
<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
<div align="center">
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr class="caption">
<td class="caption"><b>%%title%% -- Calendar</b></td>
<td class="index" align="right">[<a class="index" href="%%urllastn%%">entries</a>|<a class="index" href="%%urlfriends%%">friends</a>|<b>calendar</b>]</td>
</tr></table>
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td class="shadowed" align="center">
<table cellspacing="5"
cellpadding="0"
border="0"
summary="">
<tr>
%%userpic%%
<td>
<div align="center"><b>%%name%%</b></div><p>
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%website%%
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>userinfo</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">livejournal userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>calendar</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%userurl:username%%/calendar">livejournal calendar</a></td>
<td class="meta">]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<p>
%%yearlinks%%
<p>
%%months%%
<p>
</body>
</html>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<table cellpadding="2" cellspacing="0" border="0" summary="">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center">
<table cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr>
<td class="caption">%%monlong%% %%yyyy%%</td>
<td class="caption" align="right">[<a href="%%urlmonthview%%" class="index">subjects</a>]</td>
</tr>
<tr>
<td colspan="2" bgcolor="%%color:page_back%%">
<!-- now the headings for the week -->
<table width="100%" cellpadding="5" cellspacing="0" border="0" summary="">
<tr align="center">
<td>Sun</td>
<td>Mon</td>
<td>Tue</td>
<td>Wed</td>
<td>Thu</td>
<td>Fri</td>
<td>Sat</td>
</tr>
%%weeks%%
</table>
</td>
</tr>
</table>
</td>
</tr>
</table><p>
<=CALENDAR_MONTH
CALENDAR_WEBSITE<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>website</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%url%%">%%name%%</a></td>
<td class="meta">]</td>
</tr>
<=CALENDAR_WEBSITE
CALENDAR_NEW_YEAR=>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><div align="center"><a href="%%dayurl%%">%%eventcount%%</a></div>
CALENDAR_WEEK<=
<tr>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</tr>
<=CALENDAR_WEEK
.
Style: calendar/Magazine
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:52:41
CALENDAR_YEAR_DISPLAYED=> (<span class="Active">%%yyyy%%</span>)
CALENDAR_YEAR_LINK=> (<a href="%%url%%">%%yyyy%%</a>)
CALENDAR_DAY<=
<td>%%d%%%%dayevent%%%%daynoevent%%</td>
<=CALENDAR_DAY
CALENDAR_DAY_NOEVENT=><br><br>
CALENDAR_YEAR_LINKS=>Navigate: %%years%%
CALENDAR_EMPTY_DAYS<=
<td class="Empty" colspan="%%numempty%%"></td>
<=CALENDAR_EMPTY_DAYS
CALENDAR_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css">
<!--
HTML { border-left: 1cm solid %%color:stronger_back%%; padding: 1cm; }
BODY { line-height: 1.3; margin: 0; background-color: %%color:page_back%%; color: %%color:page_text%%; }
P { margin-top: 0; text-align: justify; }
H1 { font: x-large Verdana, sans-serif; text-align: center; letter-spacing: -0.09em; color: %%color:page_text_title%%; }
H2 { background-color: %%color:strong_back%%; color: %%color:strong_text%%; border-bottom: thin solid %%color:stronger_back%%; font: normal 1.3em Georgia, serif; }
A:link { color: %%color:page_link%%; }
A:visited { color: %%color:page_vlink%%; }
A:active { color: %%color:page_alink%%; }
.Navigation { text-align: center; font-family: sans-serif; }
.Empty { background-color: %%color:weak_back%%; }
.Month { margin-top: 1em; }
.MonthHeader { color: %%color:strong_text%%; background-color: %%color:strong_back%%; line-height: 1.5; }
TD { color: %%color:weak_text%%; width: 14%; }
TH { background-color: %%color:weak_back%%; font-family: Verdana, sans-serif; }
TH, TD { border: thin outset; }
.Active { background-color: %%color:weak_back%%; }
-->
</style>
%%head%%
<title>%%title%% - Calendar</title>
</head>
<body>
<h1>%%title%% - Calendar</h1>
<p class="Navigation">(<a href="%%urllastn%%">Latest&nbsp;entries</a>) (<span class="Active">Calendar</span>) (<a href="%%urlfriends%%">Friends</a>) %%website%% (<a href="%%userurl:username%%/info">User&nbsp;info</a>)<br>%%yearlinks%%</p>
%%months%%
</body>
</html>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<table class="Month">
<tr><th class="MonthHeader" colspan="7"><a href="%%urlmonthview%%">%%monlong%% %%yyyy%%</a></th></tr>
<tr>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
%%weeks%% </table>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=>(<a href="%%url%%">%%name%%</a>)
CALENDAR_NEW_YEAR<=
<h2>%%yyyy%%</h2>
<=CALENDAR_NEW_YEAR
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><div align="center"><a href="%%dayurl%%"><strong>%%eventcount%%</strong></a></div>
CALENDAR_WEEK<=
<tr valign="top">
%%emptydays_beg%%%%days%%%%emptydays_end%% </tr>
<=CALENDAR_WEEK
.
Style: calendar/Notepad
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 21:55:24
CALENDAR_YEAR_DISPLAYED=>
CALENDAR_YEAR_LINK=> <A HREF="%%url%%">%%yyyy%%</A>
CALENDAR_DAY=><TD VALIGN=TOP><B><FONT SIZE=-1>%%d%%</FONT></B>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><CENTER>&nbsp;</CENTER>
CALENDAR_YEAR_LINKS=>Skip to... %%years%%
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%%>&nbsp;</TD>
CALENDAR_PAGE<=
<HTML>
<HEAD>
<STYLE type="text/css">
<!--
td,body,p,div {color:#000000; text-decoration:none; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:link {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:visited {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:active {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:hover {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
-->
</STYLE>
%%head%%
<TITLE>%%title%% - Calendar</TITLE>
</HEAD>
<BODY BGCOLOR="#8CD5FE">
<TABLE WIDTH="70%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="18">
<TD COLSPAN="2">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="30"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="30" HEIGHT="10"></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urllastn%%">Journal</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlfriends%%">Friends</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="#">Calendar</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/tools/memories.bml?user=%%username%%">Memories</A></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR HEIGHT="38">
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="80" HEIGHT="10"></TD>
<TD HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
<TD WIDTH="10" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
</TR>
<TR>
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-left.jpg">
&nbsp;
</TD>
<TD WIDTH="100%" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg">
<P><FONT SIZE="+2">%%title%% - Calendar</FONT></P>
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
%%months%%
<P><CENTER><FONT SIZE="+1">%%yearlinks%%</FONT></CENTER></P>
</TD>
<TD WIDTH="8" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-right.jpg">
&nbsp;
</TD>
</TR>
<TR HEIGHT="12">
<TD WIDTH="80" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="70" HEIGHT="12"></TD>
<TD HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-line.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="12"></TD>
<TD WIDTH="8" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="8" HEIGHT="12"></TD>
</TR>
</TABLE>
</BODY>
</HTML>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<CENTER><P>
<TABLE border=1 CELLPADDING=4 WIDTH=80%>
<TR ALIGN=CENTER><TD COLSPAN=7><B>%%monlong%%, %%yyyy%%</B></TD></TR>
<TR ALIGN=CENTER>
<TD>Sun</TD>
<TD>Mon</TD>
<TD>Tue</TD>
<TD>Wed</TD>
<TD>Thu</TD>
<TD>Fri</TD>
<TD>Sat</TD>
</TR>
%%weeks%%
<TR ALIGN=CENTER><TD COLSPAN=7><a href="%%urlmonthview%%">View Subjects</a>
</TD></TR>
</TABLE>
</P></CENTER>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=>
CALENDAR_NEW_YEAR=><P><FONT SIZE="+1"><B>%%yyyy%%...</B></FONT></P>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><CENTER><A HREF="%%dayurl%%">%%eventcount%%</A></CENTER>
CALENDAR_WEEK<=
<TR>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</TR>
<=CALENDAR_WEEK
.
Style: calendar/Punquin Elegant w/ Sidebar
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:56:16
CALENDAR_YEAR_DISPLAYED=>&gt; %%yyyy%%<BR>
CALENDAR_YEAR_LINK=><A HREF="%%url%%">&gt; %%yyyy%%</A><BR>
CALENDAR_DAY=><TD VALIGN=TOP><B><FONT FACE="Verdana,Arial,Helvetica" SIZE=-1>%%d%%</FONT></B>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><CENTER>&nbsp;</CENTER>
CALENDAR_YEAR_LINKS=>%%years%%
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%% BGCOLOR=%%color:weak_back%%>&nbsp;</TD>
CALENDAR_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%% - calendar</TITLE>
<style type="text/css">
<!--
A { text-decoration: none; }
A:hover { color: %%color:page_alink%% ; }
A:active { color: %%color:page_alink%% ; }
-->
</style>
%%head%%
</HEAD>
<BODY BGCOLOR="%%color:stronger_back%%" TEXT="%%color:page_text%%" LINK="%%color:page_link%%" VLINK="%%color:page_vlink%%" ALINK="%%color:page_alink%%">
<A NAME="top"></A>
<CENTER>
<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0" WIDTH="90%">
<TR><TD VALIGN="TOP" ALIGN="LEFT">
<!--links-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<CENTER>
<FONT FACE="Verdana,Arial,Helvetica" SIZE=2 COLOR="%%color:page_text_title%%">
<B>%%title%% - calendar</B>
</FONT>
</CENTER>
<P>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<A HREF="%%urllastn%%">&gt; %%numitems%% recent entries</A><BR>
&gt; calendar<BR>
<A HREF="%%urlfriends%%">&gt; friends</A><BR>
%%website%%
<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">&gt; profile</A><BR>
%%yearlinks%%
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--links-->
</TD><TD VALIGN="TOP" ALIGN="RIGHT" ROWSPAN="2">
<!--journal-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH="100%" HEIGHT=90% BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD>
%%months%%
<HR NOSHADE COLOR="%%color:page_back%%" SIZE="1" WIDTH="500">
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--journal-->
</TD></TR>
<TR><TD VALIGN="BOTTOM" ALIGN="LEFT">
<!--gotop-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<A HREF="#top">&gt; top of page</A><BR>
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--gotop-->
</TD></TR><TR><TD COLSPAN="2" ALIGN="RIGHT">
<A HREF="%%cons:siteroot%%/"><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">%%cons:sitename%%</FONT></A>
</TD></TR></TABLE>
</CENTER>
</BODY>
</HTML>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<CENTER><P>
<TABLE border=1 CELLPADDING=4 WIDTH=80%>
<TR ALIGN=CENTER><TD COLSPAN=7 BGCOLOR=%%color:strong_back%%><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:strong_text%%><B>%%monlong%%, %%yyyy%%</B></FONT>
</TD></TR>
<TR ALIGN=CENTER BGCOLOR=%%color:weak_back%%>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Sun</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Mon</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Tue</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Wed</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Thu</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Fri</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:weak_text%%>Sat</FONT></TD>
</TR>
%%weeks%%
<TR ALIGN=CENTER><TD COLSPAN=7><a href="%%urlmonthview%%">view subjects</a>
</TD></TR>
</TABLE>
</CENTER>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=><A HREF="%%url%%">&gt; %%name%%</A><BR>
CALENDAR_NEW_YEAR=><P ALIGN="RIGHT"><FONT FACE="Verdana,Arial,Helvetica" COLOR=%%color:page_text_em%% SIZE=+1><B>%%yyyy%%</B></FONT></P>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><CENTER><A HREF="%%dayurl%%"><B>%%eventcount%%</B></A></CENTER>
CALENDAR_WEEK<=
<TR>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</TR>
<=CALENDAR_WEEK
.
Style: calendar/Refried Paper
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 21:57:33
CALENDAR_YEAR_DISPLAYED=>%%yyyy%%<BR>
CALENDAR_YEAR_LINK=><A HREF="%%url%%">%%yyyy%%</A><BR>
CALENDAR_DAY=><TD VALIGN=TOP><B><FONT FACE="Verdana,Arial,Helvetica" SIZE=-1>%%d%%</FONT></B>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><CENTER>&nbsp;</CENTER>
CALENDAR_YEAR_LINKS=>%%years%%
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%% BGCOLOR="#CCCC99">&nbsp;</TD>
CALENDAR_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%% - Archive</TITLE>
<style type="text/css">
body {
margin: 0;
padding: 0;
background: #ffffff none;
color: #000000;
font-family: verdana, sans-serif;
font-size: 10px;
color: #666666;
line-height:16px;
}
A { color: #CC6633; text-decoration: none; }
A:link { color: #CC6633; text-decoration: none; }
A:visited { color: #CC6633; text-decoration: none; }
A:active { color: #FF9966; }
A:hover { color: #FF9966; }
td.body { padding:20px;}
td.title { padding:20px; font-family: verdana, sans-serif; font-size: 16px; color: #666666; font-weight:bold; letter-spacing:.1em; }
td.links { padding:8px; font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px;}
font { line-height: 1em; }
font.descrip { font-family: verdana, sans-serif; font-size: 10px; color: #999966; text-transform:uppercase; font-weight:bold; letter-spacing:.2em; padding:5px; line-height: 16px; }
font.date { font-family: georgia, sans-serif; font-size: 12px; color: #336699; line-height:16px;}
font.author { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.time { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.subhead { font-family: verdana, sans-serif; font-size: 11px; color: #333333; font-weight:bold; padding:8px; letter-spacing: .1em; }
font.subtitle { font-family: verdana, sans-serif; font-size: 12px; color: #FFFFFF; line-height:16px;}
font.year { font-family: verdana, sans-serif; font-size: 20px; color: #666666; line-height:16px;}
p,td,tr,table,hr,br,ul,ol,li { font-family: georgia, verdana, arial; font-size:12px; color:#666666; line-height:18px; }
p.links { font-family: verdana, arial; font-size:10px; color:#666666; line-height:12px; }
</style>
%%head%%
</HEAD>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" bgcolor="#666666"><img src="%%cons:img%%/dot.gif" width="1" height="13"></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF"><img src="%%cons:img%%/dot.gif" width="1" height="2"></td>
</tr>
<tr>
<td class="title" width="100%" bgcolor="#CCCC99" valign="top">%%title%%
<br><font class="descrip">Archive</font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="100%" class="body">
<img src="%%cons:img%%/dot.gif" width="100%" height="1">
%%months%%
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<!--journal-->
<td valign="top" width="175">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="%%cons:img%%/dot.gif" width="175" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<!-- ARCHIVES -->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">select year</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
%%yearlinks%%
</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<!-- END ARCHIVES -->
<!-- JOURNAL BLOCK-->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">my journal</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
<a href="%%urllastn%%">recent posts</a><br>
<a href="%%userurl:username%%/info">my userinfo</a><br>
<a href="%%urlfriends%%">my friends</a><br>
%%website%%</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<!-- JOURNAL BLOCK-->
</table>
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td bgcolor="#AAAAAA" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#999999"><img src="%%cons:img%%/dot.gif" width="1" height="10"></td>
</tr>
</table>
</body>
</html>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<CENTER><P>
<TABLE border=1 CELLPADDING=4 WIDTH=70%>
<TR ALIGN=CENTER><TD COLSPAN=7 BGCOLOR="#666666"><FONT class="subtitle" FACE="Verdana,Arial,Helvetica" COLOR="#CCCC99"><B>%%monlong%%, %%yyyy%%</B></FONT>
</TD></TR>
<TR ALIGN=CENTER BGCOLOR="#CCCC99">
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Sun</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Mon</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Tue</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Wed</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Thu</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Fri</FONT></TD>
<TD><FONT FACE="Verdana,Arial,Helvetica" COLOR="#666666">Sat</FONT></TD>
</TR>
%%weeks%%
<TR ALIGN=CENTER><TD COLSPAN=7><a href="%%urlmonthview%%">view subjects</a>
</TD></TR>
</TABLE>
</CENTER>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=><A HREF="%%url%%">%%name%%</A><BR>
CALENDAR_NEW_YEAR=>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><CENTER><A HREF="%%dayurl%%"><B>%%eventcount%%</B></A></CENTER>
CALENDAR_WEEK<=
<TR>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</TR>
<=CALENDAR_WEEK
.
Style: calendar/Tabular Indent
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2004-12-06 18:04:07
CALENDAR_YEAR_DISPLAYED=> %%yyyy%%
CALENDAR_YEAR_LINK=> <A HREF="%%url%%">%%yyyy%%</A>
CALENDAR_DAY=><TD VALIGN=TOP><B>%%d%%</B>%%dayevent%%%%daynoevent%%</TD>
CALENDAR_DAY_NOEVENT=><CENTER>&nbsp;</CENTER>
CALENDAR_YEAR_LINKS=>%%years%%
CALENDAR_EMPTY_DAYS=><TD COLSPAN=%%numempty%% BGCOLOR=%%color:weak_back%%>&nbsp;</TD>
CALENDAR_PAGE<=
<HTML>
<HEAD>
<STYLE>
<!--
body,td,p { color:%%color:page_text%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt }
a { color:%%color:page_link%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:visited { color:%%color:page_vlink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:active { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:hover { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:underline }
-->
</STYLE>
%%head%%
<TITLE>%%title%% - Calendar</TITLE>
</HEAD>
<BODY BGCOLOR="%%color:page_back%%">
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%urllastn%%">Personal Journal</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
<TR><TD COLSPAN="2">%%yearlinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<P>
%%months%%
</P>
<P>
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urllastn%%">Personal Journal</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
%%website%%<BR>
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/memories.bml?user=%%username%%">Memories</A>.<BR></TD></TR>
<TR><TD COLSPAN="2">%%yearlinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</BODY>
</HTML>
<=CALENDAR_PAGE
CALENDAR_MONTH<=
<CENTER>
<TABLE border=1 CELLPADDING=4 WIDTH=80%>
<TR ALIGN=CENTER><TD COLSPAN=7 BGCOLOR=%%color:strong_back%%><FONT COLOR="%%color:strong_text%%"><B>%%monlong%%, %%yyyy%%</B></FONT></TD></TR>
<TR ALIGN=CENTER BGCOLOR=%%color:weak_back%%>
<TD><FONT COLOR="%%color:weak_text%%">Sun</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Mon</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Tue</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Wed</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Thu</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Fri</FONT></TD>
<TD><FONT COLOR="%%color:weak_text%%">Sat</FONT></TD>
</TR>
%%weeks%%
<TR ALIGN=CENTER><TD COLSPAN=7><a href="%%urlmonthview%%">View Subjects</a>
</TD></TR>
</TABLE>
</CENTER>
<=CALENDAR_MONTH
CALENDAR_WEBSITE=><TR><TD>View:</TD><TD><A HREF="%%url%%">Website (%%name%%)</A>.</TD></TR>
CALENDAR_NEW_YEAR=>
CALENDAR_SORT_MODE=>
CALENDAR_DAY_EVENT=><CENTER><A HREF="%%dayurl%%">%%eventcount%%</A></CENTER>
CALENDAR_WEEK<=
<TR>
%%emptydays_beg%%
%%days%%
%%emptydays_end%%
</TR>
<=CALENDAR_WEEK
.
Style: day/Clean and Simple
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 21:59:25
DAY_TALK_LINKS=><div class="talklinks" clear="all">%%readlink%% <a href="%%urlpost%%">Comment on this</a></div>
DAY_CURRENT<=
<div class="current%%lc:what%%"><strong>Current %%what%%:</strong> %%value%%</div>
<=DAY_CURRENT
DAY_EVENT_PRIVATE<=
<div class="entry" id="entry%%itemid%%">
<div class="entrytext">
<span class="entryheading">
<span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_private.gif" width=16 height=16 vspace=0 hspace=0 alt="[Private]"> %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=><li><a href="%%url%%">%%name%%</a></li>
DAY_EVENT_PROTECTED<=
<div class="entry" id="entry%%itemid%%">
<div class="entrytext">
<span class="entryheading">
<span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_protected.gif" width="14" height="15" vspace=0 hspace=0 alt="[Protected]"> %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT<=
<span class="subject">%%subject%%</span><br>
<=DAY_SUBJECT
DAY_NOEVENTS=><p>There were no entries made on this day.</p>
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</a> -
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%12h%%:%%min%%%%ampm%%
DAY_EVENT<=
<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading"><span class="timestamp">%%datetime%%</span>: %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=DAY_EVENT
DAY_CURRENTS<=
<div class="currents">
%%currents%%
</div>
<=DAY_CURRENTS
DAY_PAGE<=
<html>
<head>
<style type="text/css" media="all">
<!--
body {
background: %%color:stronger_back%% none;
color: %%color:page_text%%;
margin: 50px;
}
a:link {
color: %%color:page_link%%;
background: transparent;
}
a:visited {
color: %%color:page_vlink%%;
background: transparent;
}
a:active {
color: %%color:page_alink%%;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: 100%;
}
pre {
text-align: left;
}
#topbar {
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li:before {
content: "> "
font-weight: normal;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#mainstuff {
width: 75%;
background: %%color:page_back%% none;
color: %%color:page_text%%;
}
#userpic {
text-align: center;
margin: 10px;
}
#userpic img {
border: 2px solid %%color:strong_back%%;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
..day {
border-top: 1px dashed %%color:page_text%%;
}
..day h3 {
border-bottom: 1px dashed %%color:page_text%%;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}
address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}
/* entries */
..entrytext {
padding: 2px;
text-align: justify;
}
..entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
..entryheading {
font-weight: bold;
}
..timestamp, .subject, .altposter {
font-weight: bold;
color: %%color:page_text_em%%;
background: %%color:page_back%%;
}
..altposter a {
color: %%color:page_text_em%%;
background: %%color:page_back%%;
text-decoration: underline;
}
..altposter img {
border: 2px %%color:strong_back%% solid;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
..talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
-->
</style>
%%head%%
<title>%%title%% -- Entries on %%dth%% %%monlong%% %%yyyy%%</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="topbar" valign="top">
<h1>%%title%%</h1>
<h2>History</h2>
</td></tr>
<tr><td id="navbar" valign="top">
<ul id="viewlinks">
<li><a href="%%urllastn%%">Recent&nbsp;Entries</a></li>
<li><a href="%%urlfriends%%">Friends</a></li>
<li><a href="%%urlcalendar%%">History</a></li>
<li><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a></li>
%%website%%
</ul>
<ul id="skiplinks">
<li><a href="%%prevday_url%%">Previous Day</a></li>
<li><a href="%%nextday_url%%">Next Day</a></li>
</ul>
</td>
<td id="mainstuff" valign="top">
<div id="entries">
<div id="range">%%range%%</div>
<div class="day" id="day%%yyyy%%%%mm%%%%dd%%">
<h3>%%dth%% %%monlong%% %%yyyy%%</h3>
%%events%%
</div>
</div>
<address>Powered by <a href="%%cons:siteroot%%/">%%cons:sitename%%</a></address>
</td></tr>
</table>
</body>
</html>
<=DAY_PAGE
.
Style: day/Default Day View
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:01:26
DAY_TALK_LINKS<=
<DIV STYLE="text-align:right">
<FONT SIZE=-2>(%%readlink%%<A HREF="%%urlpost%%">Comment on this</A>)</FONT></DIV>
<=DAY_TALK_LINKS
DAY_CURRENT=><BR><FONT FACE="Arial,Helvetica" SIZE=-1><B>Current %%what%%:</B> <I>%%value%%</I></FONT>
DAY_EVENT_PRIVATE<=
<TR VALIGN=TOP><TD BGCOLOR=%%color:weak_back%% ALIGN=RIGHT><FONT COLOR=%%color:weak_text%%><tt><I>%%datetime%%</I></tt></FONT><BR>
<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2 ALT="Private"></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE<=
<TD>
<A HREF="%%url%%">%%name%%</A>
</TD>
<TD BGCOLOR=%%color:stronger_back%%>&nbsp;</TD>
<=DAY_WEBSITE
DAY_EVENT_PROTECTED<=
<TR VALIGN=TOP><TD BGCOLOR=%%color:weak_back%% ALIGN=RIGHT><FONT COLOR=%%color:weak_text%%><tt><I>%%datetime%%</I></tt></FONT><BR>
<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected"></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=><FONT COLOR="%%color:page_text_em%%" FACE="Arial"><I><B>%%subject%%</B></I></FONT><BR>
DAY_NOEVENTS=><I>(no journal entries for this day)</I>
DAY_EVENTS<=
<TABLE WIDTH=80%>
<TR BGCOLOR=%%color:strong_back%%>
<TD ALIGN=RIGHT><FONT COLOR=%%color:strong_text%%><B>Time</B></FONT></TD>
<TD><FONT COLOR=%%color:strong_text%%><B>Event</B></FONT></TD>
</TR>
%%events%%
</TABLE>
<=DAY_EVENTS
DAY_TALK_READLINK=><B><A HREF="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</A></B> |
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%12h%%:%%min%%%%ap%%
DAY_EVENT<=
<TR VALIGN=TOP><TD BGCOLOR=%%color:weak_back%% ALIGN=RIGHT><FONT COLOR=%%color:weak_text%%><tt><I>%%datetime%%</I></tt></FONT></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=DAY_EVENT
DAY_CURRENTS=><BR>%%currents%%
DAY_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
</HEAD>
<BODY BGCOLOR=%%color:stronger_back%% TEXT=%%color:page_text%% LINK=%%color:page_link%% VLINK=%%color:page_vlink%% ALINK=%%color:page_alink%%>
<TABLE WIDTH=100% HEIGHT=95% BGCOLOR=%%color:page_back%% CELLPADDING=5>
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Arial,Helvetica" SIZE=+2 COLOR=%%color:page_text_title%%>%%title%%</FONT><FONT SIZE=1><BR>&nbsp;<BR></FONT>
<B><TT>
<A HREF="%%urllastn%%">[Most Recent Entries]</A>
<A HREF="%%urlcalendar%%">[Calendar View]</A>
<A HREF="%%urlfriends%%">[Friends View]</A>
</TT></B>
<P><FONT SIZE=+2><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT>
<UL>
%%events%%
<CENTER>
<P><TABLE>
<TR ALIGN=MIDDLE>
<TD WIDTH=33% ALIGN=LEFT>
<A HREF="%%prevday_url%%">&lt;&lt; Previous Day</A>
</TD>
<TD ALIGN=CENTER WIDTH=33%>
<B>%%yyyy%%/%%mm%%/%%dd%%</B><BR>
[<A HREF="%%urlcalendar%%">Calendar</A>]
</TD>
<TD WIDTH=33% ALIGN=RIGHT>
<A HREF="%%nextday_url%%">Next Day &gt;&gt;</A>
</TD>
</TR>
</TABLE>
</CENTER>
</UL>
</TD></TR>
</TR>
</TABLE>
<TABLE ALIGN=RIGHT BGCOLOR=%%color:page_back%% CELLPADDING=5 CELLSPACING=0 BORDER=0>
<TR>
%%website%%
<TD><A HREF="%%cons:siteroot%%/"><FONT FACE="Arial,Helvetica" SIZE=-1>About %%cons:sitename%%</FONT></A></TD></TR>
</TABLE>
</BODY>
</HTML>
<=DAY_PAGE
.
Style: day/Disjointed
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:02:12
DAY_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">Post</a>
DAY_CURRENT=><div><span style="font-weight:bold">%%lc:what%%:</span> %%value%%</div>
DAY_EVENT_PRIVATE<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_private.gif">%%subject%%&nbsp;</td>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=><br><a class="links" href="%%url%%">%%name%%</a>
DAY_EVENT_PROTECTED<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_protected.gif">%%subject%%&nbsp;</td>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=>%%subject%%
DAY_NOEVENTS<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox">No Events</td>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td class="necorn">&nbsp;</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
There are no events on this day</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=DAY_NOEVENTS
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><a href="%%urlread%%">Read %%messagecount%%</a>&nbsp;-&nbsp;
DAY_SORT_MODE=>
DAY_DATE_FORMAT=>%%12hh%%:%%min%%%%ampm%% %%dd%%/%%mm%%/%%yyyy%%
DAY_EVENT<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox">%%subject%%&nbsp;</td>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=DAY_EVENT
DAY_CURRENTS<=
<table class="currbox">
<tr><td>
%%currents%%
</td></tr></table>
<=DAY_CURRENTS
DAY_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
body {
background:%%color:page_back%%;
}
body, table, td, div {
font-size:8pt;
font-family: "OCR A Extended", "Courier";
}
..entries {
width:85%;
margin-bottom:50px;
}
..entries td {
padding:4px;
}
..entries td.nopad {
padding:0;
}
..altposter {
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
font-weight:bold;
text-align:center;
color:%%color:strong_text%%;
}
..metabox {
background:%%color:strong_back%%;
width:50%;
border:solid 2px %%color:weak_back%%;
font-weight:bold;
color:%%color:strong_text%%;
}
..necorn {
background:%%color:stronger_back%%;
text-align:right;
font-style:italic;
border-right:solid 2px %%color:weak_back%%;
border-top:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..sidepad {
width:5%
}
..entrybox {
background:%%color:stronger_back%%;
width:90%;
border-right:solid 2px %%color:weak_back%%;
border-left:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..currbox {
width:30%;
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
margin:3px;
float:right;
color:%%color:strong_text%%;
}
..swcorn {
background:%%color:stronger_back%%;
border-left:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
a {
color:%%color:page_link%%;
text-decoration:none;
}
a img {
border:0
}
a:hover, .entrybox a:hover {
color:%%color:page_alink%%;
text-decoration: underline overline;
}
#secorn {
background:%%color:stronger_back%%;
border-right:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
width:40%;
color:%%color:stronger_text%%;
}
#navlink, #daylink {
text-align:right;
width:60%;
}
..nav {
background:%%color:stronger_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
text-align:center;
color:%%color:stronger_text%%;
}
-->
</style>
%%head%%
<title>%%title%% - %%dth%% %%monlong%% '%%yy%%</title>
</head>
<body>
<table width="100%">
<tr>
<td valign="top" align="center">
%%events%%
</td>
<td valign="top" width=20%>
<table cellspacing=0 cellpadding=4 width=100%>
<tr>
<td width="15%">&nbsp;</td>
<td width="85%" colspan=2 class="nav">
<span style="font-weight:bold">%%username%%</span></td>
</tr>
<tr>
<td colspan=2 rowspan=2 class="metabox" id="navlink">
<a class="links" href="%%urllastn%%">Recent Entries</a><br>
<a class="links" href="%%urlfriends%%">Friends</a><br>
<a class="links" href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a><br>
<a class="links" href="%%urlcalendar%%">Calendar</a><br>%%website%%
<td id="secorn">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<table style="width:80%; float:right; margin-top:2em" cellpadding="4" cellspacing="0">
<tr>
<td class="nav" width="85%" colspan="2">
<span style="font-weight:bold">days</span></td>
<td width="15%">&nbsp;</td>
</tr>
<tr>
<td class="swcorn" width="40%">&nbsp;</td>
<td class="metabox" id="daylink" colspan="2" rowspan="2"><a href="%%prevday_url%%">Previous</a><br><a href="%%nextday_url%%">Next</a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
<=DAY_PAGE
.
Style: day/Generator
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:02:47
DAY_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">post comment</a>
</td>
</tr>
<=DAY_TALK_LINKS
DAY_CURRENT<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>%%lc:what%%</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%value%%</a></td>
<td class="meta">]</td>
</tr>
<=DAY_CURRENT
DAY_EVENT_PRIVATE<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr>
<td class="caption"><img src="%%cons:img%%/icon_private.gif" width="14" height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr>
<td colspan="2" bgcolor="%%color:page_back%%">
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>website</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%url%%">%%name%%</a></td>
<td class="meta">]</td>
</tr>
<=DAY_WEBSITE
DAY_EVENT_PROTECTED<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr>
<td class="caption"><img src="%%cons:img%%/icon_protected.gif" width="14" height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr>
<td colspan="2" bgcolor="%%color:page_back%%">
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=>%%subject%%
DAY_NOEVENTS=>
DAY_EVENTS<=
%%events%%
<=DAY_EVENTS
DAY_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% comment%%mc-plural-s%%</b></a>|
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%dd%%&nbsp;%%monshort%%&nbsp;%%yyyy%%|<b>%%12hh%%:%%min%%%%ampm%%</b>
DAY_EVENT<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr>
<td class="caption">%%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr>
<td colspan="2" bgcolor="%%color:page_back%%">
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=DAY_EVENT
DAY_CURRENTS<=
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%currents%%
</table><p>
<=DAY_CURRENTS
DAY_PAGE<=
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<style type="text/css">
body, td {
font-family: verdana, sans-serif;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
..shadowed {
font-size: 8pt;
background: %%color:weak_back%%;
}
..meta {
font-size: 8pt;
}
..index {
font-size: 8pt;
}
..caption, .index {
color: %%color:stronger_text%%;
}
..comments {
font-size: 8pt;
}
</style>
%%head%%
<title>%%title%% -- Day</title>
</head>
<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
<div align="center">
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr class="caption">
<td class="caption"><b>%%title%% -- Day</b></td>
<td class="index" align="right">[<a class="index" href="%%urllastn%%">entries</a>|<a class="index" href="%%urlfriends%%">friends</a>|<a class="index" href="%%urlcalendar%%">calendar</a>]</td>
</tr></table>
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td class="shadowed" align="center">
<table cellspacing="5"
cellpadding="0"
border="0"
summary="">
<tr>
%%userpic%%
<td>
<div align="center"><b>%%name%%</b></div><p>
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%website%%
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>userinfo</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">livejournal userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>calendar</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%urlcalendar%%">livejournal calendar</a></td>
<td class="meta">]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<p>
%%events%%
<table cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%">
<table cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td align="center" class="index">navigation</td>
</tr>
<tr>
<td bgcolor="%%color:page_back%%" align="center">
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>viewing</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%monlong%% %%dth%%, %%yyyy%%</td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>go</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%prevday_url%%">previous day</a>|<a href="%%nextday_url%%">next day</a></td>
<td class="meta">]</td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</body>
</html>
<=DAY_PAGE
.
Style: day/Magazine
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:03:36
DAY_TALK_LINKS=> <div class="Comment">(%%readlink%%<a href="%%urlpost%%">comment&nbsp;on&nbsp;this</a>)</div>
DAY_CURRENT=><div><strong>Current %%lc:what%%:</strong> %%value%%</div>
DAY_EVENT_PRIVATE<=
<div class="H3Holder">
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_private.gif" style="width: 16px; height: 16px; margin: 2px; vertical-align: bottom;" alt="Private"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=>(<a href="%%url%%">%%name%%</a>)
DAY_EVENT_PROTECTED<=
<div class="H3Holder">
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_protected.gif" style="width: 14px; height: 15px; margin: 2px; vertical-align: bottom;" alt="Protected"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=> - <em>%%subject%%</em>
DAY_NOEVENTS=><p style="margin: 0.5em;">(No journal entries for this day)</p>
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% comment%%mc-plural-s%%</a>&nbsp;|&nbsp;
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%12h%%:%%min%%<small>%%AMPM%%</small>
DAY_EVENT<=
<div class="H3Holder">
<h3><span>%%datetime%%%%subject%%</span></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=DAY_EVENT
DAY_CURRENTS=> <div class="Current">%%currents%%</div>
DAY_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css">
<!--
HTML { border-left: 1cm solid %%color:stronger_back%%; padding: 1cm; }
BODY { line-height: 1.3; margin: 0; background-color: %%color:page_back%%; color: %%color:page_text%%; }
P { margin-top: 0; text-align: justify; }
H1 { font: x-large Verdana, sans-serif; text-align: center; letter-spacing: -0.09em; color: %%color:page_text_title%%; }
H2 { background-color: %%color:strong_back%%; color: %%color:strong_text%%; border-bottom: thin solid %%color:stronger_back%%; font: normal 1.3em Georgia, serif; }
H3 { color: %%color:weak_text%%; font: medium sans-serif; }
H3 SPAN { background-color: %%color:weak_back%%; border-right: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; padding-right: 0.5ex; }
H3 EM { color: %%color:page_text_em%%; font-style: normal; }
.H3Holder { clear: both; padding-left: 2ex; border-left: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; margin-bottom: 1em; }
A:link { color: %%color:page_link%%; }
A:visited { color: %%color:page_vlink%%; }
A:active { color: %%color:page_alink%%; }
.Navigation { text-align: center; font-family: sans-serif; }
.Comment { font-size: 0.7em; margin-top: -1em; text-align: right; }
.Comment, .Current { margin-bottom: 1em; }
.Active { background-color: %%color:weak_back%%; }
ACRONYM { border-bottom: thin dashed %%color:page_text%%; cursor: help; }
-->
</style>
%%head%%
<title>%%title%% - %%monlong%% %%d%%, %%yyyy%%</title>
</head>
<body>
<h1>%%title%% - Day</h1>
<p class="Navigation">(<a href="%%urllastn%%">Latest&nbsp;entries</a>) (<a href="%%urlcalendar%%">Calendar</a>) (<a href="%%urlfriends%%">Friends</a>) %%website%% (<a href="%%userurl:username%%/info">User&nbsp;info</a>)<br>Navigate: (<a href="%%prevday_url%%">Previous&nbsp;day</a>&nbsp;|&nbsp;<a href="%%nextday_url%%">Next&nbsp;day</a>)</p>
<h2>%%daylong%%, %%monlong%% %%d%%, %%yyyy%%</h2>
%%events%%
<table style="border-top: thin solid %%color:weak_back%%;" width="100%">
<tr>
<td width="33%">&larr; <a href="%%prevday_url%%">Previous day</a></td>
<td width="34%" align="center">(<a href="%%urlcalendar%%">Calendar</a>)</td>
<td width="33%" align="right"><a href="%%nextday_url%%">Next day</a> &rarr;</td>
</tr>
</table>
</body>
</html>
<=DAY_PAGE
.
Style: day/Notepad
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:04:36
DAY_TALK_LINKS=><P>%%readlink%%<A HREF="%%urlpost%%">Make Notes</A></P>
DAY_CURRENT=><BR>Current %%lc:what%%: %%value%%.
DAY_EVENT_PRIVATE<=
<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Private"> <FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=>
DAY_EVENT_PROTECTED<=
<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected"> <FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=> <FONT COLOR="red">%%subject%%</FONT>
DAY_NOEVENTS=>No journal entries for this day.
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%% Note%%mc-plural-s%%</A> -
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%dth%% %%monlong%%, %%yyyy%%. %%12h%%:%%min%% %%ampm%%.
DAY_EVENT<=
<FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
<=DAY_EVENT
DAY_CURRENTS=><BR>%%currents%%
DAY_PAGE<=
<HTML>
<HEAD>
<STYLE type="text/css">
<!--
td,body,p,div {color:#000000; text-decoration:none; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:link {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:visited {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:active {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:hover {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="#8CD5FE">
<TABLE WIDTH="70%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="18">
<TD COLSPAN="2">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="30"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="30" HEIGHT="10"></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urllastn%%">Journal</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlfriends%%">Friends</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlcalendar%%">Calendar</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/tools/memories.bml?user=%%username%%">Memories</A></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR HEIGHT="38">
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="80" HEIGHT="10"></TD>
<TD HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
<TD WIDTH="10" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
</TR>
<TR>
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-left.jpg">
&nbsp;
</TD>
<TD WIDTH="100%" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg">
<P><FONT SIZE="+2">%%title%%</FONT></P>
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
%%events%%
<P><CENTER><FONT SIZE="+1"><A HREF="%%prevday_url%%">Back A Day</A> - <A HREF="%%nextday_url%%">Forward A Day</A></FONT></CENTER></P>
</TD>
<TD WIDTH="8" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-right.jpg">
&nbsp;
</TD>
</TR>
<TR HEIGHT="12">
<TD WIDTH="80" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="70" HEIGHT="12"></TD>
<TD HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-line.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="12"></TD>
<TD WIDTH="8" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="8" HEIGHT="12"></TD>
</TR>
</TABLE>
</BODY>
</HTML>
<=DAY_PAGE
.
Style: day/Punquin Elegant w/ Sidebar
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:05:28
DAY_TALK_LINKS=><P ALIGN="RIGHT"><FONT FACE="Verdana,Arial,Helvetica" SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">comment on this</A>)</FONT></P>
DAY_CURRENT=><BR><FONT FACE="Verdana,Arial,Helvetica" SIZE=-1><B>current %%lc:what%%:</B> %%value%%</FONT>
DAY_EVENT_PRIVATE<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%% &nbsp;<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2 ALT="Private"></FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
</FONT>
%%currents%% %%talklinks%%
<P>
</TD>
</TR>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=><A HREF="%%url%%">&gt; %%name%%</A><BR>
DAY_EVENT_PROTECTED<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%% &nbsp;<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected"></FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
</FONT>
%%currents%% %%talklinks%%
<P>
</TD>
</TR>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=><B> - <FONT COLOR="%%color:page_text_em%%">%%subject%%</FONT></B>
DAY_NOEVENTS=><TR><TD><BR><BR><BR><CENTER><FONT FACE="Verdana,Arial,Helvetica" SIZE=1>(no journal entries for this day)</CENTER></FONT><BR><BR><BR></TD></TR>
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><A HREF="%%urlread%%">%%messagecount%% comment%%mc-plural-s%%</A> |
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%12h%%:%%min%%%%ap%%
DAY_EVENT<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%%
</FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
</FONT>
%%currents%% %%talklinks%%
<P>
</TD>
</TR>
<=DAY_EVENT
DAY_CURRENTS=><BR>%%currents%%
DAY_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
<style type="text/css">
<!--
A { text-decoration: none; }
A:hover { color: %%color:page_alink%% ; }
A:active { color: %%color:page_alink%% ; }
-->
</style>
</HEAD>
<BODY BGCOLOR="%%color:stronger_back%%" TEXT="%%color:page_text%%" LINK="%%color:page_link%%" VLINK="%%color:page_vlink%%" ALINK="%%color:page_alink%%">
<A NAME="top"></A>
<CENTER>
<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0" WIDTH="90%">
<TR><TD VALIGN="TOP" ALIGN="LEFT">
<!--links-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<CENTER>
<FONT FACE="Verdana,Arial,Helvetica" SIZE=2 COLOR=%%color:page_text_title%%>
<B>%%title%%</B>
</FONT>
</CENTER>
<P>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<A HREF="%%urllastn%%">&gt; %%numitems%% recent entries</A><BR>
<A HREF="%%urlcalendar%%">&gt; calendar</A><BR>
<A HREF="%%urlfriends%%">&gt; friends</A><BR>
%%website%%
<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">&gt; profile</A><BR>
%%skiplinks%%
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--links-->
</TD><TD VALIGN="TOP" ALIGN="RIGHT" ROWSPAN="2">
<!--journal-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH="100%" HEIGHT=90% BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD>
<TABLE WIDTH="100%">
<TR><TD ALIGN=RIGHT><FONT COLOR="%%color:page_text_title%%" FACE="Verdana,Arial,Helvetica" SIZE=3><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT><HR NOSHADE COLOR="%%color:weak_back%%" SIZE="1" WIDTH="100%"></TD></TR>
%%events%%
</TABLE>
<HR NOSHADE COLOR="%%color:weak_back%%" SIZE="1" WIDTH="100%">
<TABLE WIDTH="100%">
<TR ALIGN=MIDDLE>
<TD WIDTH=33% ALIGN=LEFT><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">
<A HREF="%%prevday_url%%">&lt;&lt; previous day</A>
</FONT></TD>
<TD ALIGN=CENTER WIDTH=33%><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">
[<A HREF="%%userurl:username%%/calendar">calendar</A>]
</FONT></TD>
<TD WIDTH=33% ALIGN=RIGHT><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">
<A HREF="%%nextday_url%%">next day &gt;&gt;</A>
</FONT>
</TD>
</TR>
</TABLE>
<HR NOSHADE COLOR="%%color:page_back%%" SIZE="1" WIDTH="500">
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--journal-->
</TD></TR>
<TR><TD VALIGN="BOTTOM" ALIGN="LEFT">
<!--gotop-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<A HREF="#top">&gt; top of page</A><BR>
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--gotop-->
</TD></TR><TR><TD COLSPAN="2" ALIGN="RIGHT">
<A HREF="%%cons:siteroot%%/"><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">%%cons:sitename%%</FONT></A>
</TD></TR></TABLE>
</CENTER>
</BODY>
</HTML>
<=DAY_PAGE
.
Style: day/Refried Paper
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:06:15
DAY_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">post a comment</a>
DAY_CURRENT=><tr><td><font class="date"><b>%%what%%:</b></font></td><td><font class="date">%%value%%</font></td></tr>
DAY_EVENT_PRIVATE<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Private</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=DAY_EVENT_PRIVATE
DAY_WEBSITE<=
<br>
<a href="%%url%%">%%name%%</a>
<=DAY_WEBSITE
DAY_EVENT_PROTECTED<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Protected</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=>%%subject%%
DAY_NOEVENTS=><table><tr><td><br><br><br><div align="center"><font class="date">(no journal entries for this day)</div></font><br><br><br></td></tr></table>
DAY_EVENTS<=
%%events%%
<=DAY_EVENTS
DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% comment%%mc-plural-s%%</a>&nbsp;|&nbsp;
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%yyyy%%-%%mm%%-%%dd%% %%24hh%%:%%min%%
DAY_EVENT<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Public</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=DAY_EVENT
DAY_CURRENTS=>%%currents%%
DAY_PAGE<=
<html>
<head>
%%head%%
<title>%%title%% - %%monlong%% %%dth%% %%yyyy%%</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
background: #ffffff none;
color: #000000;
font-family: verdana, sans-serif;
font-size: 10px;
color: #666666;
line-height:16px;
}
A { color: #CC6633; text-decoration: none; }
A:link { color: #CC6633; text-decoration: none; }
A:visited { color: #CC6633; text-decoration: none; }
A:active { color: #FF9966; }
A:hover { color: #FF9966; }
td.body { padding:20px;}
td.title { padding:20px; font-family: verdana, sans-serif; font-size: 16px; color: #666666; font-weight:bold; letter-spacing:.1em; }
td.links { padding:8px; font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px;}
font { line-height: 1em; }
font.descrip { font-family: verdana, sans-serif; font-size: 10px; color: #999966; text-transform:uppercase; font-weight:bold; letter-spacing:.2em; padding:5px; line-height: 16px; }
font.date { font-family: georgia, sans-serif; font-size: 12px; color: #336699; line-height:16px;}
font.author { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.time { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.subhead { font-family: verdana, sans-serif; font-size: 11px; color: #333333; font-weight:bold; padding:8px; letter-spacing: .1em; }
p,td,tr,table,hr,br,ul,ol,li { font-family: georgia, verdana, arial; font-size:12px; color:#666666; line-height:18px; text-align:justify; }
p.links { font-family: verdana, arial; font-size:10px; color:#666666; line-height:12px; }
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" bgcolor="#666666"><img src="%%cons:img%%/dot.gif" width="1" height="13"></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF"><img src="%%cons:img%%/dot.gif" width="1" height="2"></td>
</tr>
<tr>
<td class="title" width="100%" bgcolor="#CCCC99" valign="top">%%title%%<br><font class="descrip">%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#000000"><img src="%%cons:img%%dot.gif" width="1" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="100%" class="body">
<img src="%%cons:img%%/dot.gif" width="100%" height="1">
%%events%%
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td valign="top" width="175">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="%%cons:img%%/dot.gif" width="175" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<!-- ARCHIVES -->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">browse days</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
<a href="%%prevday_url%%">previous day</a><br>
<a href="%%nextday_url%%">next day</a>
</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
</tr>
<!-- END ARCHIVES -->
<!-- JOURNAL BLOCK-->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">my journal</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
<a href="%%urllastn%%">recent posts</a><br>
<a href="%%urlfriends%%">my friends</a><br>
<a href="%%userurl:username%%/info">my userinfo</a><br>
<a href="%%urlcalendar%%">my calendar</a>
%%website%%</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">%%userpic%%</td>
</tr>
<!-- JOURNAL BLOCK-->
</table>
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td bgcolor="#AAAAAA" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#999999"><img src="%%cons:img%%/dot.gif" width="1" height="10"></td>
</tr>
</table>
</body>
</html>
<=DAY_PAGE
.
Style: day/Tabular Indent
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2004-12-06 18:04:07
DAY_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">Add Your Own</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=DAY_TALK_LINKS
DAY_CURRENT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">%%what%%:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%value%%.</FONT></TD></TR>
DAY_EVENT_PRIVATE<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
<TR><TD ROWSPAN="4" VALIGN="top"><IMG SRC="%%cons:img%%/icon_private.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=DAY_EVENT_PRIVATE
DAY_WEBSITE=><TR><TD>View:</TD><TD><A HREF="%%url%%">Website (%%name%%)</A>.</TD></TR>
DAY_EVENT_PROTECTED<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
<TR><TD ROWSPAN="4" VALIGN="top"><IMG SRC="%%cons:img%%/icon_protected.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=DAY_EVENT_PROTECTED
DAY_SUBJECT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Subject:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%subject%%</FONT></TD></TR>
DAY_NOEVENTS=>No journal entries for this day.
DAY_EVENTS=>%%events%%
DAY_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%%</A> or
DAY_SORT_MODE=>forward
DAY_DATE_FORMAT=>%%12h%%:%%min%% %%ampm%%.
DAY_EVENT<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=DAY_EVENT
DAY_CURRENTS=>%%currents%%
DAY_PAGE<=
<HTML>
<HEAD>
<STYLE>
<!--
body,td,p { color:%%color:page_text%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt }
a { color:%%color:page_link%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:visited { color:%%color:page_vlink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:active { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:hover { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:underline }
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="%%color:page_back%%">
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%urllastn%%">Personal Journal</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
<TR><TD COLSPAN="2">Missed some entries? Then simply jump to the <A HREF="%%prevday_url%%">previous day</A> or the <A HREF="%%nextday_url%%">next day</A>.</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:stronger_back%%">
<FONT COLOR="%%color:stronger_text%%">
%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%
</FONT>
</TD>
</TR>
</TABLE>
<BR>
%%events%%
</P>
<P>
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
%%website%%<BR>
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/memories.bml?user=%%username%%">Memories</A>.<BR></TD></TR>
<TR><TD COLSPAN="2">Missed some entries? Then simply jump to the <A HREF="%%prevday_url%%">previous day</A> or the <A HREF="%%nextday_url%%">next day</A>.</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</BODY>
</HTML>
<=DAY_PAGE
.
Style: friends/Clean and Simple
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:15:03
FRIENDS_RANGE_HISTORY=>You are viewing %%numitems%% entries, %%skip%% into the past.
FRIENDS_ALTPOSTER=><span class="altposter"><a href="%%cons:siteroot%%/userinfo.bml?user=%%poster%%">%%poster%%</a></span>, posting in
FRIENDS_EVENT_PROTECTED<=
<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">
%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_protected.gif" width="14" height="15" vspace=0 hspace=0 alt="[Protected]"> %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>You are viewing the most recent %%numitems%% entries.
FRIENDS_EVENT_PRIVATE<=
<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">
%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_private.gif" width=16 height=16 vspace=0 hspace=0 alt="[Private]"> %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>25
FRIENDS_PAGE<=
<html>
<head>
<style type="text/css" media="all">
<!--
body {
background: %%color:stronger_back%% none;
color: %%color:page_text%%;
margin: 50px;
}
a:link {
color: %%color:page_link%%;
background: transparent;
}
a:visited {
color: %%color:page_vlink%%;
background: transparent;
}
a:active {
color: %%color:page_alink%%;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: 100%;
}
pre {
text-align: left;
}
#topbar {
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li:before {
content: "> "
font-weight: normal;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#mainstuff {
width: 75%;
background: %%color:page_back%% none;
color: %%color:page_text%%;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
..day {
border-top: 1px dashed %%color:page_text%%;
clear: both;
}
..day h3 {
border-bottom: 1px dashed %%color:page_text%%;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}
address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}
/* entries */
..entry {
clear: both;
}
..entrytext {
padding: 2px;
text-align: justify;
}
..entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
..entryheading {
font-weight: bold;
}
..timestamp, .subject, .altposter {
font-weight: bold;
color: %%color:page_text_em%%;
background: %%color:page_back%%;
}
..altposter a {
color: %%color:page_text_em%%;
background: %%color:page_back%%;
text-decoration: underline;
}
..talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
..frienduserpic {
border: 2px solid %%color:strong_back%%;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="topbar" valign="top">
<h1>%%name%%</h1>
<h2>Friends' Entries</h2>
</td></tr>
<tr><td id="navbar" valign="top">
<ul id="viewlinks">
<li><a href="%%urllastn%%">Recent Entries</a></li>
<li class="active">Friends</li>
<li><a href="%%urlcalendar%%">History</a></li>
<li><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a></li>
%%website%%
</ul>
%%skiplinks%%
</td>
<td id="mainstuff" valign="top">
<div id="entries">
<div id="range">%%range%%</div>
%%events%%
</div>
<address>Powered by <a href="%%cons:siteroot%%/">%%cons:sitename%%</a></address>
</td></tr>
</table>
</body>
</html>
<=FRIENDS_PAGE
FRIENDS_END_DAY<=
</div>
<=FRIENDS_END_DAY
FRIENDS_NOFRIENDS<=
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friends' posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD<=
<li><a href="%%url%%">Next %%numitems%% Entries</a></li>
<=FRIENDS_SKIP_FORWARD
FRIENDS_EVENT<=
<div class="entry" id="entry%%itemid%%" clear="all">
<div class="entrytext">
<span class="entryheading">%%altposter%%
<span style="color: %%fgcolor%%; background: %%bgcolor%%; padding-left: 0.5em; padding-right: 0.5em;"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%" style="color: %%fgcolor%%; background: %%bgcolor%%;">%%user%%</a></span> @ <span class="timestamp">%%datetime%%</span>: %%subject%%</span>
%%friendpic%%%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=>
FRIENDS_CURRENT<=
<div class="current%%lc:what%%"><strong>Current %%what%%:</strong> %%value%%</div>
<=FRIENDS_CURRENT
FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</a> -
FRIENDS_SKIP_LINKS<=
<ul id="skiplinks">
%%skipforward%%%%skipbackward%%
</ul>
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS<=
%%events%%
<=FRIENDS_EVENTS
FRIENDS_NEW_DAY<=
<div class="day" id="day%%yyyy%%%%mm%%%%dd%%">
<h3>%%dth%% %%monlong%% %%yyyy%%</h3>
<=FRIENDS_NEW_DAY
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><li><a href="%%url%%">Previous %%numitems%% Entries</a></li>
FRIENDS_TALK_LINKS=><div class="talklinks" clear="all">%%readlink%% <a href="%%urlpost%%">Comment on this</a></div>
FRIENDS_CURRENTS<=
<div class="currents">
%%currents%%
</div>
<=FRIENDS_CURRENTS
FRIENDS_DATE_FORMAT=>%%12h%%:%%min%%%%ampm%%
FRIENDS_FRIENDPIC=><img src="%%src%%" alt="" align="right" width="%%width%%" height="%%height%%" class="frienduserpic">
FRIENDS_WEBSITE=><li><a href="%%url%%">%%name%%</a></li>
FRIENDS_SUBJECT=> <span class="subject">%%subject%%</span><br>
.
Style: friends/Default Friends View
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:18:38
FRIENDS_RANGE_HISTORY=>Below are <B>%%numitems%%</B> friends' journal entries, after skipping by the <B>%%skip%%</B> most recent ones.
FRIENDS_ALTPOSTER<=
</A><BR>
<A STYLE="text-decoration:none" HREF="%%userurl:poster%%/"><FONT SIZE=-1 FACE="Arial,Helvetica" COLOR=%%fgcolor%%>[ %%poster%% ]</FONT></A><A HREF="%%userurl:owner%%/" STYLE="text-decoration:none">
<=FRIENDS_ALTPOSTER
FRIENDS_EVENT_PROTECTED<=
<TR><TD BGCOLOR=%%bgcolor%% style="text-align: center;">
<A HREF="%%userurl:user%%/" STYLE="text-decoration:none">
<FONT COLOR=%%fgcolor%%><B>%%user%%</B>%%altposter%%%%friendpic%%</A>
</TD>
<TD><I>%%datetime%%</I><BR>
<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected"></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>Below are the most recent <B>%%numitems%%</B> friends' journal entries.
FRIENDS_EVENT_PRIVATE<=
<TR><TD BGCOLOR=%%bgcolor%% style="text-align: center;">
<A HREF="%%userurl:user%%/" STYLE="text-decoration:none">
<FONT COLOR=%%fgcolor%%><B>%%user%%</B>%%altposter%%%%friendpic%%</A>
</TD>
<TD><I>%%datetime%%</I><BR>
<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2 ALT="Private"></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>25
FRIENDS_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
<style type="text/css">
<!--
th,td {
text-align: left;
}
-->
</style>
</HEAD>
<BODY BGCOLOR="%%color:stronger_back%%" TEXT="%%color:page_text%%" LINK="%%color:page_link%%" VLINK="%%color:page_vlink%%" ALINK="%%color:page_alink%%">
<TABLE WIDTH=100% HEIGHT=95% BGCOLOR="%%color:page_back%%" CELLPADDING=5>
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Arial,Helvetica" SIZE="+2" COLOR="%%color:page_text_title%%">%%title%%</FONT><FONT SIZE=1><BR>&nbsp;<BR></FONT>
<B><TT>
<A HREF="%%urllastn%%">[Most Recent Entries]</A>
<A HREF="%%urlcalendar%%">[Calendar View]</A>
[Friends View]
</TT></B>
<P>%%range%%</P>
<UL>
%%skiplinks%%
%%events%%
%%skiplinks%%
</UL>
</TD></TR>
</TR>
</TABLE>
<TABLE ALIGN="RIGHT" BGCOLOR="%%color:page_back%%" CELLPADDING=5 CELLSPACING=0 BORDER=0>
<TR>
%%website%%
<TD><A HREF="%%cons:siteroot%%/"><FONT FACE="Arial,Helvetica" SIZE=-1>About %%cons:sitename%%</FONT></A></TD></TR>
</TABLE>
</BODY>
</HTML>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><A HREF="%%url%%">Next %%numitems%% &gt;&gt;</A>
FRIENDS_EVENT<=
<TR><TD BGCOLOR="%%bgcolor%%" style="text-align: center;">
<A HREF="%%userurl:user%%/" STYLE="text-decoration:none">
<FONT COLOR=%%fgcolor%%><B>%%user%%</B>%%altposter%%%%friendpic%%</A>
</TD>
<TD><I>%%datetime%%</I></TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=>&nbsp;--&nbsp;
FRIENDS_CURRENT=><BR><FONT FACE="Arial,Helvetica" SIZE=-1><B>Current %%what%%:</B> <I>%%value%%</I></FONT>
FRIENDS_TALK_READLINK=><B><A HREF="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</A></B> |
FRIENDS_SKIP_LINKS<=
<CENTER>[ %%skipbackward%%%%skipspacer%%%%skipforward%% ]</CENTER>
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS<=
<TABLE CELLPADDING=3>
%%events%%
</TABLE>
<=FRIENDS_EVENTS
FRIENDS_NEW_DAY=><TR><TD COLSPAN=3 ALIGN=LEFT BGCOLOR="%%color:strong_back%%"><FONT COLOR="%%color:strong_text%%" FACE="Arial,Helvetica" SIZE=+1><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT></TD></TR>
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><A HREF="%%url%%">&lt;&lt; Previous %%numitems%%</A>
FRIENDS_TALK_LINKS<=
<DIV STYLE="text-align:right">
<FONT SIZE=-2>(%%readlink%%<A HREF="%%urlpost%%">Comment on this</A>)</FONT></DIV>
<=FRIENDS_TALK_LINKS
FRIENDS_CURRENTS=><BR>%%currents%%
FRIENDS_DATE_FORMAT=>%%12h%%:%%min%%%%ap%%
FRIENDS_FRIENDPIC=><BR><IMG SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%% BORDER=0 VSPACE=2>
FRIENDS_WEBSITE<=
<TD>
<A HREF="%%url%%">%%name%%</A>
</TD>
<TD BGCOLOR=%%color:stronger_back%%>&nbsp;</TD>
<=FRIENDS_WEBSITE
FRIENDS_SUBJECT=><FONT COLOR="%%color:page_text_em%%" FACE="Arial"><I><B>%%subject%%</B></I></FONT><BR>
.
Style: friends/Disjointed
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:20:03
FRIENDS_RANGE_HISTORY=>
FRIENDS_ALTPOSTER=> - (<a href="%%userurl:poster%%/">%%poster%%</a>)
FRIENDS_EVENT_PROTECTED<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_protected.gif" style="float:left">%%subject%%</td>
<td class="nopad" valign="bottom">
<table cellspacing=0 style="float:right">
<tr>
<td>&nbsp;</td>
<td class="altposter"><a href="%%userurl:user%%/">%%user%%</a>%%altposter%%</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>
FRIENDS_EVENT_PRIVATE<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_private.gif" style="float:left">%%subject%%</td>
<td class="nopad" valign="bottom">
<table cellspacing=0 style="float:right">
<tr>
<td>&nbsp;</td>
<td class="altposter"><a href="%%userurl:user%%/">%%user%%</a>%%altposter%%</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>20
FRIENDS_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
body {
background:%%color:page_back%%;
}
body, table, td, div {
font-size:8pt;
font-family: "OCR A Extended", "Courier";
}
..entries {
width:85%;
margin-bottom:50px;
}
..entries td {
padding:4px;
}
..entries td.nopad {
padding:0;
}
..metabox {
background:%%color:strong_back%%;
width:50%;
border:solid 2px %%color:weak_back%%;
font-weight:bold;
color:%%color:strong_text%%;
}
..altposter {
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
font-weight:bold;
text-align:center;
color:%%color:strong_text%%;
}
..necorn {
background:%%color:stronger_back%%;
text-align:right;
font-style:italic;
border-right:solid 2px %%color:weak_back%%;
border-top:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..sidepad {
width:5%
}
..entrybox {
background:%%color:stronger_back%%;
width:90%;
border-right:solid 2px %%color:weak_back%%;
border-left:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..currbox {
width:30%;
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
margin:3px;
float:right;
color:%%color:strong_text%%;
}
..swcorn {
background:%%color:stronger_back%%;
border-left:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
a {
text-decoration:none;
}
a:link, a:hover {
color: %%color:page_link%%;
}
a:visited {
color: %%color:page_vlink%%;
}
a img {
border: 0;
}
a:hover, .entrybox a:hover, a:active {
color: %%color:page_alink%%;
text-decoration: underline;
}
#secorn {
background:%%color:stronger_back%%;
border-right:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
width:40%;
color:%%color:stronger_text%%;
}
#navlink, #skiplink {
text-align:right;
width:60%;
}
..nav {
background:%%color:stronger_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
text-align:center;
color:%%color:stronger_text%%;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table width="100%">
<tr>
<td valign="top" align="center">
%%events%%
</td>
<td valign="top" width=20%>
<table cellspacing=0 cellpadding=4 width=100%>
<tr>
<td width="15%">&nbsp;</td>
<td width="85%" colspan=2 class="nav">
<span style="font-weight:bold">%%username%%</span></td>
</tr>
<tr>
<td colspan=2 rowspan=2 class="metabox" id="navlink">
<a class="links" href="%%urllastn%%">Recent Entries</a><br>
<a class="links" href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a><br>
<a class="links" href="%%urlcalendar%%">Calendar</a>
%%website%%</td>
<td id="secorn">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
%%skiplinks%%
</td></tr></table>
</body>
</html>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS=>
FRIENDS_SKIP_FORWARD=><a href="%%url%%">Forward</a>
FRIENDS_EVENT<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox">%%subject%%</td>
<td class="nopad" valign="bottom">
<table cellspacing=0 style="float:right;">
<tr>
<td>&nbsp;</td>
<td class="altposter"><a href="%%userurl:user%%/">%%user%%</a>%%altposter%%</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=><br>
FRIENDS_CURRENT=><div><span style="font-weight:bold">%%lc:what%%:</span> %%value%%</div>
FRIENDS_TALK_READLINK=><a href="%%urlread%%">Read %%messagecount%%</a>&nbsp;-&nbsp;
FRIENDS_SKIP_LINKS<=
<table style="width:80%; float:right; margin-top:2em" cellpadding="4" cellspacing="0">
<tr>
<td class="nav" width="85%" colspan="2">
<span style="font-weight:bold">skip</span></td>
<td width="15%">&nbsp;</td>
</tr>
<tr>
<td class="swcorn" width="40%">&nbsp;</td>
<td class="metabox" id="skiplink" colspan="2" rowspan="2">%%skipbackward%%%%skipspacer%%%%skipforward%%</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY=>
FRIENDS_NO_SUBJECT=><span style="color:%%color:page_text_em%%; font-weight:normal; font-style:italic">no subject</span>
FRIENDS_SKIP_BACKWARD=><a href="%%url%%">Backward</a>
FRIENDS_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">Post</a>
FRIENDS_CURRENTS<=
<table class="currbox">
<tr><td>
%%currents%%
</td></tr></table>
<=FRIENDS_CURRENTS
FRIENDS_DATE_FORMAT=>%%12hh%%:%%min%%%%ampm%% %%dd%%/%%mm%%/%%yyyy%%
FRIENDS_FRIENDPIC=>
FRIENDS_WEBSITE=><br><a class="links" href="%%url%%">%%name%%</a>
FRIENDS_SUBJECT=>%%subject%%
.
Style: friends/Generator
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:20:36
FRIENDS_RANGE_HISTORY=>%%skip%% entries back
FRIENDS_ALTPOSTER<=
<br>[<a class="index" href="%%userurl:poster%%/"><font color="%%fgcolor%%">%%poster%%</font></a>]
<=FRIENDS_ALTPOSTER
FRIENDS_EVENT_PROTECTED<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption"><img src="%%cons:img%%/icon_protected.gif" width="14" height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
<table cellpadding="1" align="right" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%color:stronger_back%%">
<table cellpadding="2" align="center" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%bgcolor%%" align="center">
<a class="index" href="%%userurl:user%%/">
%%friendpic%%
<font color="%%fgcolor%%">%%user%%</font></a>%%altposter%%
</td></tr></table>
</td></tr></table>
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>most recent entries
FRIENDS_EVENT_PRIVATE<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption"><img src="%%cons:img%%/icon_private.gif" width="14" height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
<table cellpadding="1" align="right" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%color:stronger_back%%">
<table cellpadding="2" align="center" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%bgcolor%%" align="center">
<a class="index" href="%%userurl:user%%/">
%%friendpic%%
<font color="%%fgcolor%%">%%user%%</font>%%altposter%%
</a>
</td></tr></table>
</td></tr></table>
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>
FRIENDS_PAGE<=
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<style type="text/css">
body, td {
font-family: verdana, sans-serif;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
..shadowed {
font-size: 8pt;
background: %%color:weak_back%%;
}
..meta {
font-size: 8pt;
}
..index {
font-size: 8pt;
}
..caption, .index {
color: %%color:stronger_text%%;
}
..comments {
font-size: 8pt;
}
</style>
%%head%%
<title>%%title%%</title>
</head>
<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
<div align="center">
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr class="caption">
<td class="caption"><b>%%title%%</b></td>
<td class="index" align="right">[<a class="index" href="%%urllastn%%">entries</a>|<b>friends</b>|<a class="index" href="%%urlcalendar%%">calendar</a>]</td>
</tr></table>
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td class="shadowed" align="center">
<table cellspacing="5"
cellpadding="0"
border="0"
summary="">
<tr>
%%userpic%%
<td>
<div align="center"><b>%%name%%</b></div><p>
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%website%%
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>userinfo</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">livejournal userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>calendar</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%urlcalendar%%">livejournal calendar</a></td>
<td class="meta">]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<p>
%%events%%
<table cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%">
<table cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td align="center" class="index">navigation</td>
</tr>
<tr>
<td bgcolor="%%color:page_back%%" align="center">
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>viewing</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%range%%</td>
<td class="meta">]</td>
</tr>
%%skiplinks%%
</table>
</td>
</tr>
</table>
</table>
</div>
<p>
</body>
</html>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0" summary="">
<tr align='left'>
<td class="caption">Halted</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table><p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><a href="%%url%%">later</a>
FRIENDS_EVENT<=
<table width="600" cellpadding="2" cellspacing="0"
border="0" summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption">%%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
<table cellpadding="1" align="right" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%color:stronger_back%%">
<table cellpadding="2" align="center" cellspacing="0"
border="0"
summary="">
<tr align='left'><td bgcolor="%%bgcolor%%" align="center">
<a class="index" href="%%userurl:user%%/">
%%friendpic%%
<font color="%%fgcolor%%">%%user%%</font></a>%%altposter%%
</td></tr></table>
</td></tr></table>
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=>/
FRIENDS_CURRENT<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>%%lc:what%%</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%value%%</td>
<td class="meta">]</td>
</tr>
<=FRIENDS_CURRENT
FRIENDS_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% comment%%mc-plural-s%%</b></a>|
FRIENDS_SKIP_LINKS<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>go</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%skipbackward%%%%skipspacer%%%%skipforward%%</a></td>
<td class="meta">]</td>
</tr>
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS<=
%%events%%
<=FRIENDS_EVENTS
FRIENDS_NEW_DAY=>
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><a href="%%url%%">earlier</a>
FRIENDS_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">post comment</a>
</td>
</tr>
<=FRIENDS_TALK_LINKS
FRIENDS_CURRENTS<=
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%currents%%
</table><p>
<=FRIENDS_CURRENTS
FRIENDS_DATE_FORMAT=>%%dd%%&nbsp;%%monshort%%&nbsp;%%yyyy%%|<b>%%12hh%%:%%min%%%%ampm%%</b>
FRIENDS_FRIENDPIC=><img border="0" src="%%src%%" width="%%width%%" height="%%height%%" alt=""><br>
FRIENDS_WEBSITE<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>website</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%url%%">%%name%%</a></td>
<td class="meta">]</td>
</tr>
<=FRIENDS_WEBSITE
FRIENDS_SUBJECT=>%%subject%%
.
Style: friends/Magazine
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:21:10
FRIENDS_RANGE_HISTORY=>(<span class="Active"><a href="./friends">Latest&nbsp;friends</a> - %%skip%%</span>)
FRIENDS_ALTPOSTER=></a></div><div><a href="%%userurl:poster%%/"><small>(%%poster%%)</small>
FRIENDS_EVENT_PROTECTED<=
<div class="H3Holder">
<div class="Picture" style="background-color: %%bgcolor%%;">
<div><a href="%%userurl:user%%/" style="color: %%fgcolor%%;"><small>%%user%%</small></a></div>
<div>%%friendpic%%<a href="%%userurl:user%%/">%%altposter%%</a></div>
</div>
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_protected.gif" style="width: 14px; height: 15px; margin: 0.2em; vertical-align: bottom;" alt="Protected"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>(<span class="Active">Latest&nbsp;friends</span>)
FRIENDS_EVENT_PRIVATE<=
<div class="H3Holder">
<div class="Picture" style="background-color: %%bgcolor%%;">
<div><a href="%%userurl:user%%/" style="color: %%fgcolor%%;"><small>%%user%%</small></a></div>
<div>%%friendpic%%<a href="%%userurl:user%%/">%%altposter%%</a></div>
</div>
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_private.gif" style="width: 16px; height: 16px; margin: 2px; vertical-align: bottom;" alt="Private"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>20
FRIENDS_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css">
<!--
HTML { border-left: 1cm solid %%color:stronger_back%%; padding: 1cm; }
BODY { line-height: 1.3; margin: 0; background-color: %%color:page_back%%; color: %%color:page_text%%; }
P { margin-top: 0; text-align: justify; }
H1 { font: x-large Verdana, sans-serif; text-align: center; letter-spacing: -0.09em; color: %%color:page_text_title%%; }
H2 { background-color: %%color:strong_back%%; color: %%color:strong_text%%; border-bottom: thin solid %%color:stronger_back%%; font: normal 1.3em Georgia, serif; }
H3 { color: %%color:weak_text%%; font: medium sans-serif; }
H3 SPAN { background-color: %%color:weak_back%%; border-right: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; padding-right: 0.5ex; }
H3 EM { color: %%color:page_text_em%%; font-style: normal; }
.H3Holder { clear: both; padding-left: 2ex; border-left: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; margin-bottom: 1em; }
A:link { color: %%color:page_link%%; }
A:visited { color: %%color:page_vlink%%; }
A:active { color: %%color:page_alink%%; }
.Navigation { text-align: center; font-family: sans-serif; }
.Comment { font-size: 0.7em; margin-top: -1em; text-align: right; }
.Comment, .Current { margin-bottom: 1em; clear: right; }
.Picture { border-left: thin solid %%color:weak_text%%; border-top: thin solid %%color:weak_text%%; float: right; margin: 0 0 0.5em 0.5em; padding: 0.2em; }
.Picture DIV { text-align: center; }
.Active { background-color: %%color:weak_back%%; }
ACRONYM { border-bottom: thin dashed %%color:page_text%%; cursor: help; }
.Bottom { border-top: thin solid %%color:weak_back%%; text-align: center; }
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<h1>%%title%%</h1>
<p class="Navigation">(<a href="%%urllastn%%">Latest&nbsp;entries</a>) (<a href="%%urlcalendar%%">Calendar</a>) %%range%% %%website%% (<a href="%%userurl:username%%/info">User&nbsp;info</a>)<br>%%skiplinks%%</p>
%%events%%
<p class="Bottom">%%skiplinks%%</p>
</body>
</html>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS=>%%name%% has no friends defined. %%name%% can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">add friends</a>.
FRIENDS_SKIP_FORWARD=><a href="%%url%%">Next&nbsp;%%numitems%%&nbsp;friends</a>
FRIENDS_EVENT<=
<div class="H3Holder">
<div class="Picture" style="background-color: %%bgcolor%%;">
<div><a href="%%userurl:user%%/" style="color: %%fgcolor%%;"><small>%%user%%</small></a></div>
<div>%%friendpic%%<a href="%%userurl:user%%/">%%altposter%%</a></div>
</div>
<h3><span>%%datetime%%%%subject%%</span></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=>&nbsp;|&nbsp;
FRIENDS_CURRENT=><div><strong>Current %%lc:what%%:</strong> %%value%%</div>
FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%&nbsp;comment%%mc-plural-s%%</a>&nbsp;|&nbsp;
FRIENDS_SKIP_LINKS=>Navigate: (%%skipbackward%%%%skipspacer%%%%skipforward%%)
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY<=
<h2>%%daylong%%, %%monlong%% %%d%%, %%yyyy%%</h2>
<=FRIENDS_NEW_DAY
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><a href="%%url%%">Previous&nbsp;%%numitems%%&nbsp;friends</a>
FRIENDS_TALK_LINKS=> <div class="Comment">(%%readlink%%<a href="%%urlpost%%">comment&nbsp;on&nbsp;this</a>)</div>
FRIENDS_CURRENTS=> <div class="Current">%%currents%%</div>
FRIENDS_DATE_FORMAT=>%%12h%%:%%min%%<small>%%AMPM%%</small>
FRIENDS_FRIENDPIC=><img src="%%src%%" style="width: %%width%%px; height: %%height%%px; border: 0;">
FRIENDS_WEBSITE=>(<a href="%%url%%">%%name%%</a>)
FRIENDS_SUBJECT=> - <em>%%subject%%</em>
.
Style: friends/Notepad
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:21:51
FRIENDS_RANGE_HISTORY=>
FRIENDS_ALTPOSTER=><br>[ <A HREF="%%userurl:poster%%/">%%poster%%</A> ]
FRIENDS_EVENT_PROTECTED<=
<TABLE BORDER="0"><TR><TD VALIGN="top"><CENTER>%%friendpic%%<A HREF="%%userurl:user%%/">%%user%%</A>%%altposter%%</CENTER></TD><TD VALIGN="top"><IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected">
<FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P></TD></TR></TABLE>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>
FRIENDS_EVENT_PRIVATE<=
<TABLE BORDER="0"><TR><TD VALIGN="top"><CENTER>%%friendpic%%<A HREF="%%userurl:user%%/">%%user%%</A>%%altposter%%</CENTER></TD><TD VALIGN="top"><IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Private">
<FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P></TD></TR></TABLE>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>10
FRIENDS_PAGE<=
<HTML>
<HEAD>
<STYLE type="text/css">
<!--
td,body,p,div {color:#000000; text-decoration:none; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:link {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:visited {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:active {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:hover {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="#8CD5FE">
<TABLE WIDTH="70%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="18">
<TD COLSPAN="2">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="30"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="30" HEIGHT="10"></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urllastn%%">Journal</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="#">Friends</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlcalendar%%">Calendar</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/tools/memories.bml?user=%%username%%">Memories</A></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR HEIGHT="38">
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="80" HEIGHT="10"></TD>
<TD HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
<TD WIDTH="10" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
</TR>
<TR>
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-left.jpg">
&nbsp;
</TD>
<TD WIDTH="100%" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg">
<P><FONT SIZE="+2">%%title%%</FONT></P>
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
%%events%%
<P><CENTER><FONT SIZE="+1">%%skiplinks%%</FONT></CENTER></P>
</TD>
<TD WIDTH="8" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-right.jpg">
&nbsp;
</TD>
</TR>
<TR HEIGHT="12">
<TD WIDTH="80" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="70" HEIGHT="12"></TD>
<TD HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-line.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="12"></TD>
<TD WIDTH="8" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="8" HEIGHT="12"></TD>
</TR>
</TABLE>
</BODY>
</HTML>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><A HREF="%%url%%">Forward A Page</A>
FRIENDS_EVENT<=
<TABLE BORDER="0"><TR><TD VALIGN="top" width=100><CENTER>%%friendpic%%<A HREF="%%userurl:user%%/">%%user%%</A>%%altposter%%</CENTER></TD><TD VALIGN="top">
<FONT SIZE="+1">%%datetime%%%%subject%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P></TD></TR></TABLE>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=> -
FRIENDS_CURRENT=><BR>Current %%lc:what%%: %%value%%.
FRIENDS_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%% Note%%mc-plural-s%%</A> -
FRIENDS_SKIP_LINKS=>%%skipbackward%%%%skipspacer%%%%skipforward%%
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY=>
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><A HREF="%%url%%">Back A Page</A>
FRIENDS_TALK_LINKS=><BR><BR>%%readlink%%<A HREF="%%urlpost%%">Make Notes</A>
FRIENDS_CURRENTS=><BR>%%currents%%
FRIENDS_DATE_FORMAT=>%%dth%% %%monlong%%, %%yyyy%%. %%12h%%:%%min%% %%ampm%%.
FRIENDS_FRIENDPIC=><IMG SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%% BORDER=0 VSPACE=2><BR>
FRIENDS_WEBSITE=>
FRIENDS_SUBJECT=> <FONT COLOR="red">%%subject%%</FONT>
.
Style: friends/Punquin Elegant w/ Sidebar
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:22:27
FRIENDS_RANGE_HISTORY=>below are <B>%%numitems%%</B> friends' journal entries, after skipping by the <B>%%skip%%</B> most recent ones
FRIENDS_ALTPOSTER<=
</A><BR>
<A STYLE="text-decoration:none" HREF="%%userurl:poster%%/"><FONT SIZE=-1 FACE="Arial,Helvetica" COLOR=%%fgcolor%%>[ %%poster%% ]</FONT></A><A HREF="%%userurl:owner%%/" STYLE="text-decoration:none">
<=FRIENDS_ALTPOSTER
FRIENDS_EVENT_PROTECTED<=
<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR><TD VALIGN=TOP ALIGN="MIDDLE" BGCOLOR="%%bgcolor%%" WIDTH=100>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2" COLOR=%%fgcolor%%>
<A HREF="%%userurl:user%%/"><FONT COLOR=%%fgcolor%%><B>%%user%%</B></FONT></A><BR><A HREF="%%userurl:user%%/">%%altposter%%%%friendpic%%</A>
</FONT>
</TD><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%% &nbsp;<IMG ALIGN=ABSMIDDLE SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected">
</FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
<BR>
%%currents%%
</FONT>
</TD></TR>
</TABLE>
<p align="right">%%talklinks%% </p>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>below are the most recent <B>%%numitems%%</B> friends' journal entries
FRIENDS_EVENT_PRIVATE<=
<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR><TD VALIGN=TOP ALIGN="MIDDLE" BGCOLOR="%%bgcolor%%" WIDTH=100>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2" COLOR=%%fgcolor%%>
<A HREF="%%userurl:user%%/"><FONT COLOR=%%fgcolor%%><B>%%user%%</B></FONT></A><BR><A HREF="%%userurl:user%%/">%%altposter%%%%friendpic%%</A>
</FONT>
</TD><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%%&nbsp;<IMG ALIGN=ABSMIDDLE SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2 ALT="Private">
</FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
<BR>
%%currents%%
</FONT>
</TD></TR>
</TABLE>
<p align="right">%%talklinks%% </p>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>15
FRIENDS_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
<style type="text/css">
<!--
A { text-decoration: none; }
A:hover { color: %%color:page_alink%% ; }
A:active { color: %%color:page_alink%% ; }
-->
</style>
</HEAD>
<BODY BGCOLOR="%%color:stronger_back%%" TEXT="%%color:page_text%%" LINK="%%color:page_link%%" VLINK="%%color:page_vlink%%" ALINK="%%color:page_alink%%">
<A NAME="top"></A>
<CENTER>
<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0" WIDTH="90%">
<TR><TD VALIGN="TOP" ALIGN="LEFT">
<!--links-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<CENTER>
<FONT FACE="Verdana,Arial,Helvetica" SIZE=2 COLOR=%%color:page_text_title%%>
<B>%%title%%</B>
</FONT>
</CENTER>
<P>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<A HREF="%%urllastn%%">&gt; recent entries</A><BR>
<A HREF="%%urlcalendar%%">&gt; calendar</A><BR>
&gt; friends<BR>
%%website%%
<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">&gt; profile</A><BR>
%%skiplinks%%
</FONT>
<P>
<CENTER>
%%userpic%%
</CENTER>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--links-->
</TD><TD VALIGN="TOP" ALIGN="RIGHT" ROWSPAN="2">
<!--journal-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH="100%" HEIGHT=90% BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD>
%%events%%
<HR NOSHADE COLOR="%%color:page_back%%" SIZE="1" WIDTH="500">
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--journal-->
</TD></TR>
<TR><TD VALIGN="BOTTOM" ALIGN="LEFT">
<!--gotop-->
<TABLE BGCOLOR="%%color:weak_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR="%%color:page_back%%" BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%skiplinks%%<br />
<A HREF="#top">&gt; top of page</A><BR>
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--gotop-->
</TD></TR><TR><TD COLSPAN="2" ALIGN="RIGHT">
<A HREF="%%cons:siteroot%%/"><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">%%cons:sitename%%</FONT></A>
</TD></TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><A HREF="%%url%%">&gt; next %%numitems%% entries</A>
FRIENDS_EVENT<=
<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR><TD VALIGN=TOP ALIGN="MIDDLE" BGCOLOR="%%bgcolor%%" WIDTH=100>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2" COLOR="%%fgcolor%%">
<A HREF="%%userurl:user%%/"><FONT COLOR="%%fgcolor%%"><B>%%user%%</B></FONT></A><BR><A HREF="%%userurl:user%%/">%%altposter%%%%friendpic%%</A>
</FONT>
</TD><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%%
</FONT>
<BR>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
<BR>
%%currents%%
</FONT>
</TD></TR>
</TABLE>
<p align="right">%%talklinks%% </p>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=><BR>
FRIENDS_CURRENT=><BR><FONT FACE="Verdana,Arial,Helvetica" SIZE=-1><B>current %%lc:what%%:</B> %%value%%</FONT>
FRIENDS_TALK_READLINK=><A HREF="%%urlread%%">%%messagecount%%&nbsp;comment%%mc-plural-s%%</A>&nbsp;|&nbsp;
FRIENDS_SKIP_LINKS<=
%%skipbackward%%%%skipspacer%%%%skipforward%%
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY=><P ALIGN=RIGHT><FONT COLOR="%%color:page_text_title%%" FACE="Verdana,Arial,Helvetica" SIZE=3><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT><HR NOSHADE COLOR="%%color:weak_back%%" SIZE="1" WIDTH="100%"></P>
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><A HREF="%%url%%">&gt; previous %%numitems%% entries</A>
FRIENDS_TALK_LINKS=><FONT FACE="Verdana,Arial,Helvetica" SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">comment&nbsp;on&nbsp;this</A>)</FONT>
FRIENDS_CURRENTS=><BR>%%currents%%
FRIENDS_DATE_FORMAT=>%%12h%%:%%min%%%%ap%%
FRIENDS_FRIENDPIC=><BR><IMG SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%% BORDER=0 VSPACE=2>
FRIENDS_WEBSITE=><A HREF="%%url%%">&gt; %%name%%</A><BR>
FRIENDS_SUBJECT=><BR><FONT COLOR="%%color:page_text_em%%" FACE="Arial"><I><B>%%subject%%</B></I></FONT>
.
Style: friends/Refried Paper
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:23:20
FRIENDS_RANGE_HISTORY=>%%skip%% entries back
FRIENDS_ALTPOSTER=> (posted by <lj user="%%poster%%">)
FRIENDS_EVENT_PROTECTED<=
<br>
<table>
<tr>%%friendpic%%<td><font class="date"><b>User:</b></font></td><td><font class="date"><lj user="%%user%%">%%altposter%%</font></td></tr>
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Protected</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>%%numitems%% most recent entries
FRIENDS_EVENT_PRIVATE<=
<br>
<table>
<tr>%%friendpic%%<td><font class="date"><b>User:</b></font></td><td><font class="date"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%"><img src="%%cons:img%%/userinfo.gif" border="0" height="17" width="17" align="absmiddle"></a><a href="%%userurl:user%%/"><b>%%user%%</b></a>%%altposter%%</font></td></tr>
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Private</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>20
FRIENDS_PAGE<=
<html>
<head>
%%head%%
<title>%%title%%</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
background: #ffffff none;
color: #000000;
font-family: verdana, sans-serif;
font-size: 10px;
color: #666666;
line-height:16px;
}
A { color: #CC6633; text-decoration: none; }
A:link { color: #CC6633; text-decoration: none; }
A:visited { color: #CC6633; text-decoration: none; }
A:active { color: #FF9966; }
A:hover { color: #FF9966; }
td.body { padding:20px;}
td.title { padding:20px; font-family: verdana, sans-serif; font-size: 16px; color: #666666; font-weight:bold; letter-spacing:.1em; }
td.links { padding:8px; font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px;}
font { line-height: 1em; }
font.descrip { font-family: verdana, sans-serif; font-size: 10px; color: #999966; text-transform:uppercase; font-weight:bold; letter-spacing:.2em; padding:5px; line-height: 16px; }
font.date { font-family: georgia, sans-serif; font-size: 12px; color: #336699; line-height:16px;}
font.author { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.time { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.subhead { font-family: verdana, sans-serif; font-size: 11px; color: #333333; font-weight:bold; padding:8px; letter-spacing: .1em; }
p,td,tr,table,hr,br,ul,ol,li { font-family: georgia, verdana, arial; font-size:12px; color:#666666; line-height:18px; text-align:justify; }
p.links { font-family: verdana, arial; font-size:10px; color:#666666; line-height:12px; }
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" bgcolor="#666666"><img src="%%cons:img%%/dot.gif" width="1" height="13"></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF"><img src="%%cons:img%%/dot.gif" width="1" height="2"></td>
</tr>
<tr>
<td class="title" width="100%" bgcolor="#CCCC99" valign="top">%%title%%<br><font class="descrip">%%range%%</span></font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="100%" class="body">
<img src="%%cons:img%%/dot.gif" width="100%" height="1">
%%events%%
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td valign="top" width="175">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="%%cons:img%%/dot.gif" width="175" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<!-- ARCHIVES -->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">browse</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
%%skiplinks%%
</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<!-- END ARCHIVES -->
<!-- JOURNAL BLOCK-->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">my journal</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
<a href="%%userurl:username%%/info">my userinfo</a><br>
<a href="%%urllastn%%">my journal</a><br>
<a href="%%urlcalendar%%">my calendar</a>
%%website%%</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<!-- JOURNAL BLOCK-->
</table>
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td bgcolor="#AAAAAA" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#999999"><img src="%%cons:img%%/dot.gif" width="1" height="10"></td>
</tr>
</table>
</body>
</html>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<br>
<table>
<tr><td><font class="date"><b>Oops:</b></font></td><td><font class="date">There's a problem...</font></td></tr>
</table>
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might not have any friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your friend list</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<br><br><hr size="1">
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><a href="%%url%%">forward %%lc:numitems%% entries</a>
FRIENDS_EVENT<=
<br>
<table>
<tr>%%friendpic%%<td><font class="date"><b>User:</b></font></td><td><font class="date"><a href="%%cons:siteroot%%/userinfo.bml?user=%%user%%"><img src="%%cons:img%%/userinfo.gif" border="0" height="17" width="17" align="absmiddle"></a><a href="%%userurl:user%%/"><b>%%user%%</b></a>%%altposter%%</font></td></tr>
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Public</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=>
FRIENDS_CURRENT=><tr><td><font class="date"><b>%%what%%:</b></font></td><td><font class="date">%%value%%</font></td></tr>
FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% comment%%mc-plural-s%%</a> |
FRIENDS_SKIP_LINKS<=
%%skipbackward%%<br>
%%skipforward%%
<=FRIENDS_SKIP_LINKS
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY=>
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><a href="%%url%%">back %%lc:numitems%% entries</a>
FRIENDS_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">post a comment</a>
FRIENDS_CURRENTS=>%%currents%%
FRIENDS_DATE_FORMAT=>%%yyyy%%-%%mm%%-%%dd%% %%24hh%%:%%min%%
FRIENDS_FRIENDPIC=><td rowspan="6" width="100" align="center" valign="middle"><div align="center" valign="middle"><img src="%%src%%" width="%%width%%" height="%%height%%" align="center" valign="middle"></div></td>
FRIENDS_WEBSITE<=
<br>
<a href="%%url%%">my website</a>
<=FRIENDS_WEBSITE
FRIENDS_SUBJECT=>%%subject%%
.
Style: friends/Tabular Indent
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2004-12-06 18:04:07
FRIENDS_RANGE_HISTORY=>You're looking at %%numitems%% entries, after skipping %%skip%% newer ones.
FRIENDS_ALTPOSTER=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Posted by:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%"><A HREF="%%userurl:poster%%/">%%poster%%</A>.</FONT></TD></TR>
FRIENDS_EVENT_PROTECTED<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="100" VALIGN="top" BGCOLOR="%%bgcolor%%" ALIGN="center">
<A HREF="%%userurl:user%%/">%%friendpic%%</A>
<BR><FONT COLOR="%%fgcolor%%">%%user%%</FONT>
</TD>
<TD VALIGN="top">
<TABLE BORDER="0">
<TR><TD ROWSPAN="5" VALIGN="top"><IMG SRC="%%cons:img%%/icon_protected.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=FRIENDS_EVENT_PROTECTED
FRIENDS_RANGE_MOSTRECENT=>You're looking at the latest %%numitems%% entries.
FRIENDS_EVENT_PRIVATE<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="100" VALIGN="top" BGCOLOR="%%bgcolor%%" ALIGN="center">
<A HREF="%%userurl:user%%/">%%friendpic%%</A>
<BR><FONT COLOR="%%fgcolor%%">%%user%%</FONT>
</TD>
<TD VALIGN="top">
<TABLE BORDER="0">
<TR><TD ROWSPAN="5" VALIGN="top"><IMG SRC="%%cons:img%%/icon_private.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=FRIENDS_EVENT_PRIVATE
FRIENDS_OPT_ITEMS=>40
FRIENDS_PAGE<=
<HTML>
<HEAD>
<STYLE>
<!--
body,td,p { color:%%color:page_text%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt }
a { color:%%color:page_link%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:visited { color:%%color:page_vlink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:active { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:hover { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:underline }
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="%%color:page_back%%">
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%urllastn%%">Personal Journal</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
<TR><TD COLSPAN="2">%%range%% %%skiplinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<P>
%%events%%
</P>
<P>
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urllastn%%">Personal Journal</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
%%website%%<BR>
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/memories.bml?user=%%username%%">Memories</A>.<BR></TD></TR>
<TR><TD COLSPAN="2">%%range%% %%skiplinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</BODY>
</HTML>
<=FRIENDS_PAGE
FRIENDS_END_DAY=>
FRIENDS_NOFRIENDS<=
<p>There are a few reasons why you might not see posts on this friends page:
<ul>
<li>%%name%% might have no friends defined. If you are %%name%%, you can <a href="%%cons:siteroot%%/friends/edit.bml?%%username%%">edit your LiveJournal friends</a> so they show up here.</li>
<li>%%name%% might have friends defined, but all of their friend's posts might be over two weeks old (according to the times on our servers), and thus wouldn't be displayed here.</li>
<li>%%name%% might have friends defined that post only protected entries that you can't view, because they haven't defined you as a friend in return.</li>
</ul>
</p>
<=FRIENDS_NOFRIENDS
FRIENDS_SKIP_FORWARD=><A HREF="%%url%%">forward %%numitems%% entries</A>
FRIENDS_EVENT<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="100" VALIGN="top" BGCOLOR="%%bgcolor%%" ALIGN="center">
<A HREF="%%userurl:user%%/">%%friendpic%%</A>
<BR><FONT COLOR="%%fgcolor%%">%%user%%</FONT>
</TD>
<TD VALIGN="top">
<TABLE BORDER="0">
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=FRIENDS_EVENT
FRIENDS_SKIP_SPACER=> or
FRIENDS_CURRENT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">%%what%%:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%value%%.</FONT></TD></TR>
FRIENDS_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%%</A> or
FRIENDS_SKIP_LINKS=>Missed some entries? Then simply jump %%skipbackward%%%%skipspacer%%%%skipforward%%.
FRIENDS_EVENTS=>%%events%%
FRIENDS_NEW_DAY<=
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:stronger_back%%">
<FONT COLOR="%%color:stronger_text%%">
%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%
</FONT>
</TD>
</TR>
</TABLE>
<BR>
<=FRIENDS_NEW_DAY
FRIENDS_NO_SUBJECT=>
FRIENDS_SKIP_BACKWARD=><A HREF="%%url%%">back %%numitems%% entries</A>
FRIENDS_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">Add Your Own</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=FRIENDS_TALK_LINKS
FRIENDS_CURRENTS=>%%currents%%
FRIENDS_DATE_FORMAT=>%%12h%%:%%min%% %%ampm%%.
FRIENDS_FRIENDPIC=><IMG SRC="%%src%%" WIDTH="%%width%%" HEIGHT="%%height%%" BORDER="0">
FRIENDS_WEBSITE=><TR><TD>View:</TD><TD><A HREF="%%url%%">Website (%%name%%)</A>.</TD></TR>
FRIENDS_SUBJECT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Subject:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%subject%%</FONT></TD></TR>
.
Style: lastn/Clean and Simple
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:25:28
LASTN_EVENT_PROTECTED<=
<div class="entry" id="entry%%itemid%%">
<div class="entrytext">
<span class="entryheading">
%%altposter%%<span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_protected.gif" width="14" height="15" vspace=0 hspace=0 alt="[Protected]"> %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=> <span class="subject">%%subject%%</span><br>
LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</a> -
LASTN_TALK_LINKS=><div class="talklinks" clear="all">%%readlink%% <a href="%%urlpost%%">Comment on this</a></div>
LASTN_SKIP_BACKWARD<=
<li><a href="%%url%%">Previous %%numitems%% Entries</a></li>
<=LASTN_SKIP_BACKWARD
LASTN_PAGE<=
<html>
<head>
<style type="text/css" media="all">
<!--
body {
background: %%color:stronger_back%% none;
color: %%color:page_text%%;
margin: 50px;
}
a:link {
color: %%color:page_link%%;
background: transparent;
}
a:visited {
color: %%color:page_vlink%%;
background: transparent;
}
a:active {
color: %%color:page_alink%%;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: 100%;
}
pre {
text-align: left;
}
#topbar {
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li:before {
content: "> "
font-weight: normal;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: %%color:weak_back%% none;
color: %%color:weak_text%%;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#mainstuff {
width: 75%;
background: %%color:page_back%% none;
color: %%color:page_text%%;
}
#userpic {
text-align: center;
margin: 10px;
}
#userpic img {
border: 2px solid %%color:strong_back%%;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
..day {
border-top: 1px dashed %%color:page_text%%;
clear: both;
}
..day h3 {
border-bottom: 1px dashed %%color:page_text%%;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}
address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}
/* entries */
..entrytext {
padding: 2px;
text-align: justify;
}
..entry {
clear: both;
}
..entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
..entryheading {
font-weight: bold;
}
..timestamp, .subject, .altposter {
font-weight: bold;
color: %%color:page_text_em%%;
background: %%color:page_back%%;
}
..altposter a {
color: %%color:page_text_em%%;
background: %%color:page_back%%;
text-decoration: underline;
}
..altposter img {
border: 2px %%color:strong_back%% solid;
background: %%color:strong_back%% none;
color: %%color:strong_text%%;
}
..talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="topbar" valign="top">
<h1>%%title%%</h1>
<h2>Recent Entries</h2>
</td></tr>
<tr><td id="navbar" valign="top">
<ul id="viewlinks">
<li class="active">Recent&nbsp;Entries</li>
<li><a href="%%urlfriends%%">Friends</a></li>
<li><a href="%%urlcalendar%%">History</a></li>
<li><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a></li>
%%website%%
</ul>
%%skiplinks%%
%%userpic%%
</td>
<td id="mainstuff" valign="top">
<div id="entries">
<div id="range">%%range%%</div>
%%events%%
</div>
<address>Powered by <a href="%%cons:siteroot%%/">%%cons:sitename%%</a></address>
</td></tr>
</table>
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<div class="entry" id="entry%%itemid%%">
<div class="entrytext">
<span class="entryheading">
%%altposter%%<span class="timestamp">%%datetime%%</span>: %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=><img src="%%src%%" alt="" align="right" width="%%width%%" height="%%height%%">
LASTN_SKIP_FORWARD<=
<li><a href="%%url%%">Next %%numitems%% Entries</a></li>
<=LASTN_SKIP_FORWARD
LASTN_RANGE_HISTORY=>You are viewing %%numitems%% entries, %%skip%% into the past.
LASTN_USERPIC<=
<div id="userpic">
<img src="%%src%%" width="%%width%%" height="%%height%%" alt="">
</div>
<=LASTN_USERPIC
LASTN_SKIP_SPACER=>
LASTN_END_DAY<=
</div>
<=LASTN_END_DAY
LASTN_CURRENTS<=
<div class="currents">
%%currents%%
</div>
<=LASTN_CURRENTS
LASTN_EVENT_PRIVATE<=
<div class="entry" id="entry%%itemid%%">
<div class="entrytext">
<span class="entryheading">
%%altposter%%<span class="timestamp">%%datetime%%</span>: <img src="%%cons:img%%/icon_private.gif" width=16 height=16 vspace=0 hspace=0 alt="[Private]"> %%subject%%</span>
%%event%%
%%currents%%</div>
%%talklinks%%
</div>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER=><span class="altposter">%%pic%%<a href="%%cons:siteroot%%/userinfo.bml?user=%%poster%%">%%poster%%</a></span> @&nbsp;
LASTN_OPT_ITEMS=>25
LASTN_CURRENT<=
<div class="current%%lc:what%%"><strong>Current %%what%%:</strong> %%value%%</div>
<=LASTN_CURRENT
LASTN_RANGE_MOSTRECENT=>You are viewing the most recent %%numitems%% entries.
LASTN_NEW_DAY<=
<div class="day" id="day%%yyyy%%%%mm%%%%dd%%">
<h3>%%dth%% %%monlong%% %%yyyy%%</h3>
<=LASTN_NEW_DAY
LASTN_DATE_FORMAT=>%%12h%%:%%min%%%%ampm%%
LASTN_SKIP_LINKS<=
<ul id="skiplinks">
%%skipforward%%%%skipbackward%%
</ul>
<=LASTN_SKIP_LINKS
LASTN_WEBSITE=><li><a href="%%url%%">%%name%%</a></li>
.
Style: lastn/Default LiveJournal
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:26:17
LASTN_EVENT_PROTECTED<=
<TR VALIGN=TOP><TD style="text-align: right;" NOWRAP BGCOLOR=%%color:weak_back%%><FONT COLOR=%%color:weak_text%% FACE="Arial,Helvetica" SIZE=-1><I>%%datetime%%</I></FONT>%%altposter%%<BR>
<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2 ALT="Protected">
</TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=><FONT COLOR="%%color:page_text_em%%" FACE="Arial"><I><B>%%subject%%</B></I></FONT><BR>
LASTN_TALK_READLINK=><B><A HREF="%%urlread%%">%%messagecount%% Comment%%mc-plural-s%%</A></B> |
LASTN_TALK_LINKS<=
<DIV STYLE="text-align:right">
<FONT SIZE=-2>(%%readlink%%<A HREF="%%urlpost%%">Comment on this</A>)</FONT></DIV>
<=LASTN_TALK_LINKS
LASTN_SKIP_BACKWARD=><A HREF="%%url%%">&lt;&lt; Previous %%numitems%%</A>
LASTN_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
<style type="text/css">
<!--
th,td {
text-align: left;
}
-->
</style>
</HEAD>
<BODY BGCOLOR=%%color:stronger_back%% TEXT=%%color:page_text%% LINK=%%color:page_link%% VLINK=%%color:page_vlink%% ALINK=%%color:page_alink%%>
<TABLE WIDTH=100% HEIGHT=95% BGCOLOR=%%color:page_back%% CELLPADDING=5>
<TR VALIGN=TOP><TD ALIGN=LEFT>
%%userpic%%
<FONT FACE="Arial,Helvetica" SIZE=+2 COLOR=%%color:page_text_title%%>%%title%%</FONT><FONT SIZE=1><BR>&nbsp;<BR></FONT>
<B><TT>
[Most Recent Entries]
<A HREF="%%urlcalendar%%">[Calendar View]</A>
<A HREF="%%urlfriends%%">[Friends]</A>
</TT></B>
<P>%%range%% recorded in
<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">%%name%%</A>%%name-'s%% LiveJournal:
<BR CLEAR=BOTH>
<UL>
%%skiplinks%%
<TABLE>
%%events%%
</TABLE>
</UL>
%%skiplinks%%
</TD></TR>
</TR>
</TABLE>
<TABLE ALIGN=RIGHT BGCOLOR=%%color:page_back%% CELLPADDING=5 BORDER=0 CELLSPACING=0>
<TR>
%%website%%
<TD><A HREF="%%cons:siteroot%%/"><FONT FACE="Arial,Helvetica" SIZE=-1>About %%cons:sitename%%</FONT></A></TD></TR>
</TABLE>
</BODY>
</HTML>
<=LASTN_PAGE
LASTN_EVENT<=
<TR VALIGN=TOP><TD style="text-align: right;" NOWRAP BGCOLOR="%%color:weak_back%%"><FONT COLOR="%%color:weak_text%%" FACE="Arial,Helvetica" SIZE=-1><I>%%datetime%%</I></FONT>%%altposter%%</TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=><BR><IMG SRC="%%src%%" WIDTH="%%width%%" HEIGHT="%%height%%">
LASTN_SKIP_FORWARD=><A HREF="%%url%%">Next %%numitems%% &gt;&gt;</A>
LASTN_RANGE_HISTORY=>Below are <B>%%numitems%%</B> journal entries, after skipping by the <B>%%skip%%</B> most recent ones
LASTN_USERPIC=><IMG ALIGN=RIGHT HSPACE=2 VSPACE=2 SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%%>
LASTN_SKIP_SPACER=>&nbsp;--&nbsp;
LASTN_END_DAY=>
LASTN_CURRENTS=><BR>%%currents%%
LASTN_EVENT_PRIVATE<=
<TR VALIGN=TOP><TD style="text-align: right;" NOWRAP BGCOLOR=%%color:weak_back%%><FONT COLOR=%%color:weak_text%% FACE="Arial,Helvetica" SIZE=-1><I>%%datetime%%</I></FONT>%%altposter%%<BR>
<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2 ALT="Private">
</TD>
<TD><DIV STYLE="text-align:left">%%subject%% %%event%% %%currents%%</DIV>%%talklinks%%</TD></TR>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER=><BR>[<A HREF="%%userurl:poster%%/">%%poster%%</A>]%%pic%%
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><BR><FONT FACE="Arial,Helvetica" SIZE=-1><B>Current %%what%%:</B> <I>%%value%%</I></FONT>
LASTN_RANGE_MOSTRECENT=>Below are the <B>%%numitems%%</B> most recent journal entries
LASTN_NEW_DAY=><TR><TD COLSPAN=2 ALIGN=LEFT BGCOLOR=%%color:strong_back%%><FONT COLOR=%%color:strong_text%% FACE="Arial,Helvetica" SIZE=+1><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT></TD></TR>
LASTN_DATE_FORMAT=>%%12h%%:%%min%% %%ampm%%
LASTN_SKIP_LINKS<=
<CENTER>[ %%skipbackward%%%%skipspacer%%%%skipforward%% ]</CENTER>
<=LASTN_SKIP_LINKS
LASTN_WEBSITE<=
<TD>
<A HREF="%%url%%">%%name%%</A>
</TD>
<TD BGCOLOR=%%color:stronger_back%%>&nbsp;</TD>
<=LASTN_WEBSITE
.
Style: lastn/Disjointed
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:27:25
LASTN_EVENT_PROTECTED<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_protected.gif">%%subject%%&nbsp;</td>
<td class="nopad">%%altposter%%</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=>%%subject%%
LASTN_TALK_READLINK=><a href="%%urlread%%">Read %%messagecount%%</a>&nbsp;-&nbsp;
LASTN_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">Post</a>
LASTN_SKIP_BACKWARD=><a href="%%url%%">Backward</a>
LASTN_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
body {
background:%%color:page_back%%;
}
body, table, td, div {
font-size:8pt;
font-family: "OCR A Extended", "Courier";
}
..entries {
width:85%;
margin-bottom:50px;
}
..entries td {
padding:4px;
}
..entries td.nopad {
padding:0;
}
..altposter {
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
font-weight:bold;
text-align:center;
color:%%color:strong_text%%;
}
..metabox {
background:%%color:strong_back%%;
width:50%;
border:solid 2px %%color:weak_back%%;
font-weight:bold;
color:%%color:strong_text%%;
}
..necorn {
background:%%color:stronger_back%%;
text-align:right;
font-style:italic;
border-right:solid 2px %%color:weak_back%%;
border-top:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..sidepad {
width:5%
}
..entrybox {
background:%%color:stronger_back%%;
width:90%;
border-right:solid 2px %%color:weak_back%%;
border-left:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
..currbox {
width:30%;
background:%%color:strong_back%%;
border:solid 2px %%color:weak_back%%;
margin:3px;
float:right;
color:%%color:strong_text%%;
}
..swcorn {
background:%%color:stronger_back%%;
border-left:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
color:%%color:stronger_text%%;
}
a {
text-decoration:none;
}
a:link, a:hover {
color: %%color:page_link%%;
}
a:visited {
color: %%color:page_vlink%%;
}
a img {
border: 0;
}
a:hover, .entrybox a:hover, a:active {
color: %%color:page_alink%%;
text-decoration: underline;
}
#secorn {
background:%%color:stronger_back%%;
border-right:solid 2px %%color:weak_back%%;
border-bottom:solid 2px %%color:weak_back%%;
width:40%;
color:%%color:stronger_text%%;
}
#navlink, #skiplink {
text-align:right;
width:60%;
}
..nav {
background:%%color:stronger_back%%;
border:solid 2px %%color:weak_back%%;
border-bottom:0;
text-align:center;
color:%%color:stronger_text%%;
}
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<table width="100%">
<tr>
<td valign="top" align="center">
%%events%%
</td>
<td valign="top" width=20%>
<table cellspacing=0 cellpadding=4 width=100%>
<tr>
<td width="15%">&nbsp;</td>
<td width="85%" colspan=2 class="nav">
<a href="%%cons:siteroot%%/allpics.bml?user=%%username%%">%%userpic%%</a>
<span style="font-weight:bold">%%username%%</span></td>
</tr>
<tr>
<td colspan=2 rowspan=2 class="metabox" id="navlink">
<a class="links" href="%%urlfriends%%">Friends</a><br>
<a class="links" href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">Info</a><br>
<a class="links" href="%%urlcalendar%%">Calendar</a>
%%website%%</td>
<td id="secorn">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
%%skiplinks%%
</td></tr></table>
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox">%%subject%%&nbsp;</td>
<td class="nopad">%%altposter%%</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=>
LASTN_SKIP_FORWARD=><a href="%%url%%">Forward</a>
LASTN_RANGE_HISTORY=>
LASTN_USERPIC=><img src="%%src%%"><br>
LASTN_SKIP_SPACER=><br>
LASTN_END_DAY=>
LASTN_CURRENTS<=
<table class="currbox">
<tr><td>
%%currents%%
</td></tr></table>
<=LASTN_CURRENTS
LASTN_EVENT_PRIVATE<=
<table cellspacing=0 class="entries">
<tr>
<td colspan=2 rowspan=2 class="metabox"><img src="%%cons:img%%/icon_private.gif">%%subject%%&nbsp;</td>
<td class="nopad">%%altposter%%</td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="necorn">%%datetime%%</td>
</tr>
<tr>
<td class="sidepad">&nbsp;</td>
<td colspan=2 class="entrybox">
%%currents%%
%%event%%</td>
<td class="sidepad">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="swcorn">&nbsp;</td>
<td colspan=2 rowspan=2 class="metabox">&nbsp;%%talklinks%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER<=
<table cellspacing=0 cellpadding=10 style="width:100%;margin:0">
<tr>
<td style="width:80%">&nbsp;</td>
<td class="altposter"><a href="%%userurl:poster%%/">%%poster%%</a></td>
</tr>
</table>
<=LASTN_ALTPOSTER
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><div><span style="font-weight:bold">%%lc:what%%:</span> %%value%%</div>
LASTN_RANGE_MOSTRECENT=>
LASTN_NEW_DAY=>
LASTN_DATE_FORMAT=>%%12hh%%:%%min%%%%ampm%% %%dd%%/%%mm%%/%%yyyy%%
LASTN_SKIP_LINKS<=
<table style="width:80%; float:right; margin-top:2em" cellpadding="4" cellspacing="0">
<tr>
<td class="nav" width="85%" colspan="2">
<span style="font-weight:bold">skip</span></td>
<td width="15%">&nbsp;</td>
</tr>
<tr>
<td class="swcorn" width="40%">&nbsp;</td>
<td class="metabox" id="skiplink" colspan="2" rowspan="2">%%skipbackward%%%%skipspacer%%%%skipforward%%</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<=LASTN_SKIP_LINKS
LASTN_WEBSITE=><br><a class="links" href="%%url%%">%%name%%</a>
.
Style: lastn/Generator
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:28:35
LASTN_EVENT_PROTECTED<=
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption"><img src="%%cons:img%%/icon_protected.gif" width="14"
height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
%%altposter%%
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=>%%subject%%
LASTN_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% comment%%mc-plural-s%%</b></a>|
LASTN_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">post comment</a>
</td>
</tr>
<=LASTN_TALK_LINKS
LASTN_SKIP_BACKWARD=><a href="%%url%%">earlier</a>
LASTN_PAGE<=
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<style type="text/css">
body, td {
font-family: verdana, sans-serif;
font-size: 10pt;
}
tt, pre {
font-family: monospace;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
..shadowed {
font-size: 8pt;
background: %%color:weak_back%%;
}
..meta {
font-size: 8pt;
}
..index {
font-size: 8pt;
}
..caption, .index {
color: %%color:stronger_text%%;
}
..comments {
font-size: 8pt;
}
</style>
%%head%%
<title>%%title%%</title>
</head>
<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
<div align="center">
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr class="caption">
<td class="caption"><b>%%title%%</b></td>
<td class="index" align="right">[<b>entries</b>|<a class="index" href="%%urlfriends%%">friends</a>|<a class="index" href="%%urlcalendar%%">calendar</a>]</td>
</tr></table>
<table width="100%" cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td class="shadowed" align="center">
<table cellspacing="5"
cellpadding="0"
border="0"
summary="" style="margin-left: auto; margin-right: auto;">
<tr>
%%userpic%%
<td>
<div align="center"><b>%%name%%</b></div><p>
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%website%%
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>userinfo</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">livejournal userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>calendar</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%urlcalendar%%">livejournal calendar</a></td>
<td class="meta">]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></table>
</td></tr>
</table>
<p>
%%events%%
<table cellpadding="2" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%">
<table cellpadding="3" cellspacing="0"
border="0"
summary="">
<tr>
<td align="center" class="index">navigation</td>
</tr>
<tr>
<td bgcolor="%%color:page_back%%" align="center">
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>viewing</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%range%%</td>
<td class="meta">]</td>
</tr>
%%skiplinks%%
</table>
</td>
</tr>
</table>
</table>
</div>
<p>
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption">%%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
%%altposter%%
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC<=
<img border="0" src="%%src%%" width="%%width%%" height="%%height%%"
alt=""><br>
<=LASTN_ALTPOSTER_PIC
LASTN_SKIP_FORWARD=><a href="%%url%%">later</a>
LASTN_RANGE_HISTORY=>%%skip%% entries back
LASTN_USERPIC<=
<td>
<table cellpadding="2" bgcolor="%%color:page_back%%" cellspacing="0"
border="0"
summary="">
<tr>
<td bgcolor="%%color:stronger_back%%" align="center"><img border="0" src="%%src%%" height="%%height%%" width="%%width%%" alt=""></td>
</tr>
</table>
</td>
<=LASTN_USERPIC
LASTN_SKIP_SPACER=>/
LASTN_END_DAY=>
LASTN_CURRENTS<=
<table cellspacing="0"
cellpadding="0"
border="0"
summary="">
%%currents%%
</table><p>
<=LASTN_CURRENTS
LASTN_EVENT_PRIVATE<=
<table width="600" cellpadding="2" cellspacing="0"
border="0"
summary="" class="entrybox">
<tr align='left'>
<td bgcolor="%%color:stronger_back%%" align="center">
<table width="100%" cellpadding="5" cellspacing="0"
border="0"
summary="">
<tr align='left'>
<td class="caption"><img src="%%cons:img%%/icon_private.gif" width="14"
height="15"> %%subject%%</td>
<td align="right" class="index">[%%datetime%%]</td>
</tr>
<tr align='left'>
<td colspan="2" bgcolor="%%color:page_back%%">
%%altposter%%
%%currents%%
%%event%%
</td>
</tr>
%%talklinks%%
</table>
</td>
</tr>
</table><p>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER<=
<table cellpadding="1" align="right" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:stronger_back%%">
<table cellpadding="2" align="center" cellspacing="0"
border="0"
summary="">
<tr><td bgcolor="%%color:page_back%%" align="center">
<a class="index" href="%%userurl:poster%%/">
%%pic%%
<span style="color:%%color:page_link%%">%%poster%%</span></a>
</td></tr></table>
</td></tr></table>
<=LASTN_ALTPOSTER
LASTN_OPT_ITEMS=>
LASTN_CURRENT<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>%%lc:what%%</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%value%%</td>
<td class="meta">]</td>
</tr>
<=LASTN_CURRENT
LASTN_RANGE_MOSTRECENT=>most recent entries
LASTN_NEW_DAY=>
LASTN_DATE_FORMAT=>%%dd%%&nbsp;%%monshort%%&nbsp;%%yyyy%%|<b>%%12hh%%:%%min%%%%ampm%%</b>
LASTN_SKIP_LINKS<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>go</b></td>
<td class="meta" align="center">|</td>
<td class="meta">%%skipbackward%%%%skipspacer%%%%skipforward%%</a></td>
<td class="meta">]</td>
</tr>
<=LASTN_SKIP_LINKS
LASTN_WEBSITE<=
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b>website</b></td>
<td class="meta" align="center">|</td>
<td class="meta"><a href="%%url%%">%%name%%</a></td>
<td class="meta">]</td>
</tr>
<=LASTN_WEBSITE
.
Style: lastn/Magazine
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:29:06
LASTN_EVENT_PROTECTED<=
<div class="H3Holder">
%%altposter%%
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_protected.gif" style="width: 14px; height: 15px; margin: 2px; vertical-align: bottom;" alt="Protected"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=> - <em>%%subject%%</em>
LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%&nbsp;comment%%mc-plural-s%%</a>&nbsp;|&nbsp;
LASTN_TALK_LINKS<=
<div class="Comment">(%%readlink%%<a href="%%urlpost%%">comment&nbsp;on&nbsp;this</a>)</div>
<=LASTN_TALK_LINKS
LASTN_SKIP_BACKWARD=><a href="%%url%%">Previous&nbsp;%%numitems%%&nbsp;entries</a>
LASTN_PAGE<=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css">
<!--
HTML { border-left: 1cm solid %%color:stronger_back%%; padding: 1cm; }
BODY { line-height: 1.3; margin: 0; background-color: %%color:page_back%%; color: %%color:page_text%%; }
P { margin-top: 0; text-align: justify; }
H1 { font: x-large Verdana, sans-serif; text-align: center; letter-spacing: -0.09em; color: %%color:page_text_title%%; }
H2 { background-color: %%color:strong_back%%; color: %%color:strong_text%%; border-bottom: thin solid %%color:stronger_back%%; font: normal 1.3em Georgia, serif; }
H3 { color: %%color:weak_text%%; font: medium sans-serif; }
H3 SPAN { background-color: %%color:weak_back%%; border-right: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; padding-right: 0.5ex; }
H3 EM { color: %%color:page_text_em%%; font-style: normal; }
.H3Holder { clear: both; padding-left: 2ex; border-left: thin solid %%color:weak_text%%; border-bottom: thin solid %%color:weak_text%%; margin-bottom: 1em; }
A:link { color: %%color:page_link%%; }
A:visited { color: %%color:page_vlink%%; }
A:active { color: %%color:page_alink%%; }
.Navigation { text-align: center; font-family: sans-serif; }
.Comment { font-size: 0.7em; margin-top: -1em; text-align: right; }
.Comment, .Current { margin-bottom: 1em; clear: right; }
.Picture { border-left: thin solid %%color:weak_text%%; border-top: thin solid %%color:weak_text%%; float: right; margin: 0 0 0.5em 0.5em; padding: 0.2em; }
.Picture DIV { text-align: center; }
.Active { background-color: %%color:weak_back%%; }
ACRONYM { border-bottom: thin dashed %%color:page_text%%; cursor: help; }
.Bottom { border-top: thin solid %%color:weak_back%%; text-align: center; }
-->
</style>
%%head%%
<title>%%title%%</title>
</head>
<body>
<h1>%%title%%</h1>
<p class="Navigation">(<span class="Active">%%range%%</span>) (<a href="%%urlcalendar%%">Calendar</a>) (<a href="%%urlfriends%%">Friends</a>) %%website%% (<a href="%%userurl:username%%/info">User&nbsp;info</a>)<br>%%skiplinks%%</p>
%%events%%
<p class="Bottom">%%skiplinks%%</p>
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<div class="H3Holder">
%%altposter%%
<h3><span>%%datetime%%%%subject%%</span></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=><img src=%%src%% style="width: %%width%%px; height: %%height%%px; border: 0;">
LASTN_SKIP_FORWARD=><a href="%%url%%">Next&nbsp;%%numitems%%&nbsp;entries</a>
LASTN_RANGE_HISTORY=><a href=".">Latest&nbsp;entries</a> - %%skip%%
LASTN_USERPIC=><img src="%%src%%" style="width: %%width%%px; height: %%height%%px; border: thin solid %%color:page_text%%; vertical-align: top; margin-top: 0.2em;">
LASTN_SKIP_SPACER=>&nbsp;|&nbsp;
LASTN_END_DAY=>
LASTN_CURRENTS=> <div class="Current">%%currents%%</div>
LASTN_EVENT_PRIVATE<=
<div class="H3Holder">
%%altposter%%
<h3><span>%%datetime%%%%subject%%</span> <img src="%%cons:img%%/icon_private.gif" style="width: 16px; height: 16px; margin: 2px; vertical-align: bottom;" alt="Private"></h3>
<p>%%event%%</p>
%%currents%%
%%talklinks%%
</div>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER<=
<div class="Picture">
<!-- <div><a href="%%userurl:owner%%/"><small>%%owner%%</small></a></div> -->
<div><a href="%%userurl:poster%%/">%%pic%%</a></div>
<div><a href="%%userurl:poster%%/"><small>(%%poster%%)</small></a></div>
</div>
<=LASTN_ALTPOSTER
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><div><strong>Current %%lc:what%%:</strong> %%value%%</div>
LASTN_RANGE_MOSTRECENT=>Latest&nbsp;%%numitems%%&nbsp;entries
LASTN_NEW_DAY<=
<h2>%%daylong%%, %%monlong%% %%d%%, %%yyyy%%</h2>
<=LASTN_NEW_DAY
LASTN_DATE_FORMAT=>%%12h%%:%%min%%<small>%%AMPM%%</small>
LASTN_SKIP_LINKS=>Navigate: (%%skipbackward%%%%skipspacer%%%%skipforward%%)
LASTN_WEBSITE=>(<a href="%%url%%">%%name%%</a>)
.
Style: lastn/Notepad
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:29:50
LASTN_EVENT_PROTECTED<=
<IMG SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2
HSPACE=2 ALT="Protected"> <FONT
SIZE="+1">%%datetime%%%%subject%%%%altposter%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345"
HEIGHT="23"></CENTER></P>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=> <FONT COLOR="red">%%subject%%</FONT>
LASTN_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%% Note%%mc-plural-s%%</A> -
LASTN_TALK_LINKS=><P>%%readlink%%<A HREF="%%urlpost%%">Make Notes</A></P>
LASTN_SKIP_BACKWARD=><A HREF="%%url%%">Back A Page</A>
LASTN_PAGE<=
<HTML>
<HEAD>
<STYLE type="text/css">
<!--
td,body,p,div {color:#000000; text-decoration:none; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:link {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:visited {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:active {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
a:hover {color:#000000; text-decoration:underline; font-family:Verdana,Arial,Helvetica; font-size:12px}
th,td {
text-align: left;
}
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="#8CD5FE">
<TABLE WIDTH="70%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="18">
<TD COLSPAN="2">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="30"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="30" HEIGHT="10"></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="#">Journal</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlfriends%%">Friends</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%urlcalendar%%">Calendar</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A></TD>
<TD WIDTH="120" HEIGHT="18" BACKGROUND="%%cons:img%%/style/notepad/tab.jpg">&nbsp;&nbsp;<A HREF="%%cons:siteroot%%/tools/memories.bml?user=%%username%%">Memories</A></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR HEIGHT="38">
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="80" HEIGHT="10"></TD>
<TD HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
<TD WIDTH="10" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/top-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="10"></TD>
</TR>
<TR>
<TD WIDTH="80" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-left.jpg">
&nbsp;
</TD>
<TD WIDTH="100%" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/middle.jpg">
<P><FONT SIZE="+2">%%title%%</FONT></P>
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345" HEIGHT="23"></CENTER></P>
%%events%%
<P><CENTER><FONT SIZE="+1">%%skiplinks%%</FONT></CENTER></P>
</TD>
<TD WIDTH="8" HEIGHT="38" BACKGROUND="%%cons:img%%/style/notepad/side-right.jpg">
&nbsp;
</TD>
</TR>
<TR HEIGHT="12">
<TD WIDTH="80" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-left.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="70" HEIGHT="12"></TD>
<TD HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-line.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="10" HEIGHT="12"></TD>
<TD WIDTH="8" HEIGHT="12" BACKGROUND="%%cons:img%%/style/notepad/bottom-right.jpg"><IMG SRC="%%cons:img%%/style/notepad/spacer.gif" WIDTH="8" HEIGHT="12"></TD>
</TR>
</TABLE>
</BODY>
</HTML>
<=LASTN_PAGE
LASTN_EVENT<=
<FONT SIZE="+1">%%datetime%%%%subject%%%%altposter%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345"
HEIGHT="23"></CENTER></P>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=>
LASTN_SKIP_FORWARD=><A HREF="%%url%%">Forward A Page</A>
LASTN_RANGE_HISTORY=><B>%%numitems%%</B>
LASTN_USERPIC=><IMG ALIGN=MIDDLE HSPACE=2 VSPACE=2 SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%%>
LASTN_SKIP_SPACER=> -
LASTN_END_DAY=>
LASTN_EVENT_PRIVATE<=
<IMG SRC="%%cons:img%%/icon_private.gif" WIDTH=14 HEIGHT=15 VSPACE=2
HSPACE=2 ALT="Private"> <FONT
SIZE="+1">%%datetime%%%%subject%%%%altposter%%</FONT><BR><BR>
%%event%%
%%currents%%
%%talklinks%%
<P><CENTER><IMG SRC="%%cons:img%%/style/notepad/hr.gif" WIDTH="345"
HEIGHT="23"></CENTER></P>
<=LASTN_EVENT_PRIVATE
LASTN_CURRENTS=><BR>%%currents%%
LASTN_ALTPOSTER=>(<a href="%%userurl:poster%%/">%%poster%%</a>)
LASTN_OPT_ITEMS=>10
LASTN_CURRENT=><BR>Current %%lc:what%%: %%value%%.
LASTN_RANGE_MOSTRECENT=>below are the <B>%%numitems%%</B> most recent journal entries
LASTN_NEW_DAY=>
LASTN_DATE_FORMAT=>%%dth%% %%monlong%%, %%yyyy%%. %%12h%%:%%min%% %%ampm%%.
LASTN_SKIP_LINKS<=
%%skipbackward%%%%skipspacer%%%%skipforward%%
<=LASTN_SKIP_LINKS
LASTN_WEBSITE=><A HREF="%%url%%">&gt; %%name%%</A><BR>
.
Style: lastn/Punquin Elegant w/ Sidebar
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2003-04-15 22:30:29
LASTN_EVENT_PROTECTED<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%% &nbsp;<IMG
SRC="%%cons:img%%/icon_protected.gif" WIDTH=14 HEIGHT=15 VSPACE=2 HSPACE=2
ALT="Protected">
</FONT></td></tr>
<tr><td><table border="0" width="100%" cellspacing="0" cellpadding="4"><tr>
%%altposter%%
<td width="100%"><FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
%%currents%%
</FONT></td></tr>
<tr><td colspan="2">
%%talklinks%%
</td></tr>
</table>
</td></tr>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=><B> - <FONT COLOR="%%color:page_text_em%%">%%subject%%</FONT></B>
LASTN_TALK_READLINK=><A HREF="%%urlread%%">%%messagecount%%&nbsp;comment%%mc-plural-s%%</A>&nbsp;|&nbsp;
LASTN_TALK_LINKS=><P ALIGN="RIGHT"><FONT FACE="Verdana,Arial,Helvetica" SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">comment&nbsp;on&nbsp;this</A>)</FONT></P>
LASTN_SKIP_BACKWARD=><A HREF="%%url%%">&gt; previous %%numitems%% entries</A>
LASTN_PAGE<=
<HTML>
<HEAD>
<TITLE>%%title%%</TITLE>
%%head%%
<style type="text/css">
<!--
A { text-decoration: none; }
A:hover { color: %%color:page_alink%% ; }
A:active { color: %%color:page_alink%% ; }
-->
</style>
</HEAD>
<BODY BGCOLOR="%%color:stronger_back%%" TEXT="%%color:page_text%%" LINK="%%color:page_link%%" VLINK="%%color:page_vlink%%" ALINK="%%color:page_alink%%">
<A NAME="top"></A>
<CENTER>
<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0" WIDTH="90%">
<TR><TD VALIGN="TOP" ALIGN="LEFT">
<!--links-->
<TABLE BGCOLOR=%%color:weak_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR=%%color:page_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<CENTER>
<FONT FACE="Verdana,Arial,Helvetica" SIZE=2 COLOR=%%color:page_text_title%%>
<B>%%title%%</B>
</FONT>
</CENTER>
<P>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
&gt; recent entries<BR>
<A HREF="%%urlcalendar%%">&gt; calendar</A><BR>
<A HREF="%%urlfriends%%">&gt; friends</A><BR>
%%website%%
<A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">&gt; profile</A><BR>
%%skiplinks%%
</FONT>
<P>
<CENTER>
%%userpic%%
</CENTER>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--links-->
</TD><TD VALIGN="TOP" ALIGN="RIGHT" ROWSPAN="2">
<!--journal-->
<TABLE BGCOLOR=%%color:weak_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH="100%" HEIGHT=90% BGCOLOR=%%color:page_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD>
<TABLE WIDTH="100%">
%%events%%
</TABLE>
<HR NOSHADE COLOR="%%color:page_back%%" SIZE="1" WIDTH="500">
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--journal-->
</TD></TR>
<TR><TD VALIGN="BOTTOM" ALIGN="LEFT">
<!--gotop-->
<TABLE BGCOLOR=%%color:weak_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">
<TABLE WIDTH=150 BGCOLOR=%%color:page_back%% BORDER="0" CELLPADDING="5" CELLSPACING="0">
<TR VALIGN=TOP><TD ALIGN=LEFT>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%skiplinks%%<br />
<A HREF="#top">&gt; top of page</A><BR>
</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
<!--gotop-->
</TD></TR><TR><TD COLSPAN="2" ALIGN="RIGHT">
<A HREF="%%cons:siteroot%%/"><FONT FACE="Verdana,Arial,Helvetica" SIZE="1">%%cons:sitename%%</FONT></A>
</TD></TR></TABLE>
</CENTER>
</BODY>
</HTML>
<=LASTN_PAGE
LASTN_EVENT<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%%
</FONT></td></tr>
<tr><td><table border="0" width="100%" cellspacing="0" cellpadding="4"><tr>
%%altposter%%
<td width="100%"><FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
%%currents%%
</FONT></td></tr>
<tr><td colspan="2">
%%talklinks%%
</td></tr>
</table>
</td></tr>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC<=
<IMG SRC=%%src%% WIDTH=%%width%%
HEIGHT=%%height%% border="0"><br>
<=LASTN_ALTPOSTER_PIC
LASTN_SKIP_FORWARD=><A HREF="%%url%%">&gt; next %%numitems%% entries</A>
LASTN_RANGE_HISTORY=><B>%%numitems%%</B>
LASTN_USERPIC=><IMG ALIGN=MIDDLE HSPACE=2 VSPACE=2 SRC="%%src%%" WIDTH=%%width%% HEIGHT=%%height%%>
LASTN_SKIP_SPACER=><BR>
LASTN_END_DAY=>
LASTN_CURRENTS=><BR>%%currents%%
LASTN_EVENT_PRIVATE<=
<TR><TD VALIGN=TOP>
<FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
<B>%%datetime%%</B>%%subject%% &nbsp;<IMG
SRC="%%cons:img%%/icon_private.gif" WIDTH=16 HEIGHT=16 VSPACE=2 HSPACE=2
ALT="Private">
</FONT></td></tr>
<tr><td><table border="0" width="100%" cellspacing="0" cellpadding="4"><tr>
%%altposter%%
<td width="100%"><FONT FACE="Verdana,Arial,Helvetica" SIZE="2">
%%event%%
%%currents%%
</FONT></td></tr>
<tr><td colspan="2">
%%talklinks%%
</td></tr>
</table>
</td></tr>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER<=
<td valign="top" style="text-align: center;">
<font size="2" color="%%color:page_link%%" face="Verdana,Arial,Helvetica">
<a href="%%userurl:poster%%/">%%pic%%
<b>%%poster%%</b></a></font>
</td>
<=LASTN_ALTPOSTER
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><BR><FONT FACE="Verdana,Arial,Helvetica" SIZE=-1><B>current %%lc:what%%:</B> %%value%%</FONT>
LASTN_RANGE_MOSTRECENT=>below are the <B>%%numitems%%</B> most recent journal entries
LASTN_NEW_DAY=><TR><TD ALIGN=RIGHT><FONT COLOR="%%color:page_text_title%%" FACE="Verdana,Arial,Helvetica" SIZE=3><B>%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%</B></FONT><HR NOSHADE COLOR="%%color:weak_back%%" SIZE="1" WIDTH="100%"></TD></TR>
LASTN_DATE_FORMAT=>%%12h%%:%%min%% %%ampm%%
LASTN_SKIP_LINKS<=
%%skipbackward%%%%skipspacer%%%%skipforward%%
<=LASTN_SKIP_LINKS
LASTN_WEBSITE=><A HREF="%%url%%">&gt; %%name%%</A><BR>
.
Style: lastn/Refried Paper
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:31:12
LASTN_EVENT_PROTECTED<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Protected</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=>%%subject%%
LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%% comment%%mc-plural-s%%</a>&nbsp;|&nbsp;
LASTN_TALK_LINKS=>%%readlink%%<a href="%%urlpost%%">post a comment</a>
LASTN_SKIP_BACKWARD=><a href="%%url%%">back %%lc:numitems%% entries</a>
LASTN_PAGE<=
<html>
<head>
%%head%%
<title>%%title%%</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
background: #ffffff none;
color: #000000;
font-family: verdana, sans-serif;
font-size: 10px;
color: #666666;
line-height:16px;
}
A { color: #CC6633; text-decoration: none; }
A:link { color: #CC6633; text-decoration: none; }
A:visited { color: #CC6633; text-decoration: none; }
A:active { color: #FF9966; }
A:hover { color: #FF9966; }
td.body { padding:20px;}
td.title { padding:20px; font-family: verdana, sans-serif; font-size: 16px; color: #666666; font-weight:bold; letter-spacing:.1em; }
td.links { padding:8px; font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px;}
font { line-height: 1em; }
font.descrip { font-family: verdana, sans-serif; font-size: 10px; color: #999966; text-transform:uppercase; font-weight:bold; letter-spacing:.2em; padding:5px; line-height: 16px; }
font.date { font-family: georgia, sans-serif; font-size: 12px; color: #336699; line-height:16px;}
font.author { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.time { font-family: verdana, sans-serif; font-size: 10px; color: #336699; line-height:16px; text-transform:uppercase;}
font.subhead { font-family: verdana, sans-serif; font-size: 11px; color: #333333; font-weight:bold; padding:8px; letter-spacing: .1em; }
p,td,tr,table,hr,br,ul,ol,li { font-family: georgia, verdana, arial; font-size:12px; color:#666666; line-height:18px; text-align:justify; }
p.links { font-family: verdana, arial; font-size:10px; color:#666666; line-height:12px; }
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" bgcolor="#666666"><img src="%%cons:img%%/dot.gif" width="1" height="13"></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF"><img src="%%cons:img%%/dot.gif" width="1" height="2"></td>
</tr>
<tr>
<td class="title" width="100%" bgcolor="#CCCC99" valign="top">%%title%%<br><font class="descrip">%%range%%</span></font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#000000"><img src="%%cons:img%%dot.gif" width="1" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="100%" class="body">
<img src="%%cons:img%%/dot.gif" width="100%" height="1">
%%events%%
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td valign="top" width="175">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="%%cons:img%%/dot.gif" width="175" height="1"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<!-- ARCHIVES -->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">browse</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
%%skiplinks%%
</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<!-- END ARCHIVES -->
<!-- JOURNAL BLOCK-->
<tr>
<td bgcolor="#CCCCCC"><font class="subhead">my journal</font></td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">
<a href="%%userurl:username%%/info">my userinfo</a><br>
<a href="%%urlfriends%%">my friends</a><br>
<a href="%%urlcalendar%%">my calendar</a>
%%website%%</td>
</tr>
<tr>
<td bgcolor="#000000"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="links">%%userpic%%</td>
</tr>
<!-- JOURNAL BLOCK-->
</table>
</td>
<td width="1" bgcolor="#000000" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
<td bgcolor="#AAAAAA" rowspan="2"><img src="%%cons:img%%/dot.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#999999"><img src="%%cons:img%%/dot.gif" width="1" height="10"></td>
</tr>
</table>
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Public</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=>
LASTN_SKIP_FORWARD=><a href="%%url%%">forward %%lc:numitems%% entries</a>
LASTN_RANGE_HISTORY=>%%skip%% entries back
LASTN_USERPIC=><div style="text-align: center"><img src="%%src%%" width="%%width%%" height="%%height%%" alt="%%name%%"></div>
LASTN_SKIP_SPACER=>
LASTN_END_DAY=>
LASTN_EVENT_PRIVATE<=
<br>
<table>
%%altposter%%
<tr><td><font class="date"><b>Date:</b></font></td><td><font class="date">%%datetime%%</font></td></tr>
<tr><td><font class="date"><b>Subject:</b></font></td><td><font class="date">%%subject%%<font class="date"></td></tr>
<tr><td><font class="date"><b>Security:</b></font></td><td><font class="date">Private</font></td></tr>
%%currents%%
</table>
<p>%%event%%</p>
<font class="author">%%talklinks%%</font>
<br><br><hr size="1">
<=LASTN_EVENT_PRIVATE
LASTN_CURRENTS=>%%currents%%
LASTN_ALTPOSTER=><tr><td><font class="date"><b>Poster:</b></font></td><td><font class="date"><lj user="%%poster%%"></font></td></tr>
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><tr><td><font class="date"><b>%%what%%:</b></font></td><td><font class="date">%%value%%</font></td></tr>
LASTN_RANGE_MOSTRECENT=>%%numitems%% most recent entries
LASTN_NEW_DAY=>
LASTN_DATE_FORMAT=>%%yyyy%%-%%mm%%-%%dd%% %%24hh%%:%%min%%
LASTN_SKIP_LINKS<=
%%skipbackward%%<br>
%%skipforward%%
<=LASTN_SKIP_LINKS
LASTN_WEBSITE<=
<br>
<a href="%%url%%">my website</a>
<=LASTN_WEBSITE
.
Style: lastn/Tabular Indent
is_public: Y
is_embedded: N
is_colorfree: Y
opt_cache: N
lastupdate: 2004-12-06 18:04:07
LASTN_EVENT_PROTECTED<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
<TR><TD ROWSPAN="5" VALIGN="top"><IMG SRC="%%cons:img%%/icon_protected.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=LASTN_EVENT_PROTECTED
LASTN_SUBJECT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Subject:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%subject%%</FONT></TD></TR>
LASTN_TALK_READLINK=><A HREF="%%urlread%%">Read %%messagecount%%</A> or
LASTN_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">Add Your Own</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=LASTN_TALK_LINKS
LASTN_SKIP_BACKWARD=><A HREF="%%url%%">back %%numitems%% entries</A>
LASTN_PAGE<=
<HTML>
<HEAD>
<STYLE>
<!--
body,td,p { color:%%color:page_text%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt }
a { color:%%color:page_link%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:visited { color:%%color:page_vlink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:active { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:none }
a:hover { color:%%color:page_alink%%; font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:8pt; text-decoration:underline }
-->
</STYLE>
%%head%%
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY BGCOLOR="%%color:page_back%%">
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
%%website%%<BR>
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/memories.bml?user=%%username%%">Memories</A>.<BR></TD></TR>
<TR><TD COLSPAN="2">%%range%% %%skiplinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<P>
%%events%%
</P>
<P>
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:strong_back%%" ALIGN="center" VALIGN="center" WIDTH="100">
%%userpic%%
</TD>
<TD BGCOLOR="%%color:page_back%%">
<B>%%title%%</B><BR>
<TABLE BORDER="0">
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Info</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlfriends%%">Friends</A>.</TD></TR>
<TR><TD>View:</TD><TD><A HREF="%%urlcalendar%%">Calendar</A>.</TD></TR>
%%website%%<BR>
<TR><TD>View:</TD><TD><A HREF="%%cons:siteroot%%/memories.bml?user=%%username%%">Memories</A>.<BR></TD></TR>
<TR><TD COLSPAN="2">%%range%% %%skiplinks%%</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</BODY>
</HTML>
<=LASTN_PAGE
LASTN_EVENT<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=>
LASTN_SKIP_FORWARD=><A HREF="%%url%%">forward %%numitems%% entries</A>
LASTN_RANGE_HISTORY=>You're looking at %%numitems%% entries, after skipping %%skip%% newer ones.
LASTN_USERPIC=><IMG SRC="%%src%%" WIDTH="%%width%%" HEIGHT="%%height%%">
LASTN_SKIP_SPACER=> or
LASTN_END_DAY=>
LASTN_CURRENTS=>%%currents%%
LASTN_EVENT_PRIVATE<=
<DIV ALIGN="right">
<TABLE BORDER="0" WIDTH="95%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="%%color:weak_back%%">
<TR>
<TD BGCOLOR="%%color:weak_back%%">
<TABLE BORDER="0">
<TR><TD ROWSPAN="5" VALIGN="top"><IMG SRC="%%cons:img%%/icon_private.gif"></TD></TR>
%%subject%%
%%altposter%%
<TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Time:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%datetime%%</FONT></TD></TR>
%%currents%%
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="%%color:page_back%%">
%%event%%
</TD>
</TR>
%%talklinks%%
</TABLE>
</DIV>
<BR>
<=LASTN_EVENT_PRIVATE
LASTN_ALTPOSTER=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">Posted by:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%"><A HREF="%%userurl:poster%%/">%%poster%%</A>.</FONT></TD></TR>
LASTN_OPT_ITEMS=>20
LASTN_CURRENT=><TR><TD ALIGN="right"><FONT COLOR="%%color:weak_text%%">%%what%%:</FONT></TD><TD><FONT COLOR="%%color:weak_text%%">%%value%%.</FONT></TD></TR>
LASTN_RANGE_MOSTRECENT=>You're looking at the latest %%numitems%% entries.
LASTN_NEW_DAY<=
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="5" CELLSPACING="1" BGCOLOR="#000000">
<TR>
<TD BGCOLOR="%%color:stronger_back%%">
<FONT COLOR="%%color:stronger_text%%">
%%daylong%%, %%monlong%% %%dth%%, %%yyyy%%
</FONT>
</TD>
</TR>
</TABLE>
<BR>
<=LASTN_NEW_DAY
LASTN_DATE_FORMAT=>%%12h%%:%%min%% %%ampm%%.
LASTN_SKIP_LINKS=>Missed some entries? Then simply jump %%skipbackward%%%%skipspacer%%%%skipforward%%.
LASTN_WEBSITE=><TR><TD>View:</TD><TD><A HREF="%%url%%">Website (%%name%%)</A>.</TD></TR>
.
Style: lastn/Webley Boxes on White
is_public: Y
is_embedded: N
is_colorfree: N
opt_cache: N
lastupdate: 2003-04-15 22:32:25
LASTN_EVENT_PROTECTED=>
LASTN_SUBJECT=><b>%%subject%%</b>
LASTN_TALK_READLINK=>%%messagecount%%
LASTN_TALK_LINKS<=
<a href="%%urlread%%">
<img src="%%cons:img%%/style/webley/jwc%%readlink%%.png" border="0" /></a>
<=LASTN_TALK_LINKS
LASTN_SKIP_BACKWARD=><a href="%%url%%">&lt;&lt; Previous %%numitems%%</a>
LASTN_PAGE<=
<html>
<head>
<title>%%title%%</title>
%%head%%
<style type="text/css">
<!--
th,td {
text-align: left;
}
-->
</style>
</head>
<body bgcolor="white">
<center>
<table>
<tr valign=top>
<td>%%userpic%%</td>
<td align=left>
<a href="%%cons:siteroot%%/userinfo.bml?user=%%username%%">User Profile</a><br />
<a href="%%urlfriends%%">Friends</a><br />
<a href="%%urlcalendar%%">Calendar</a>
</td>
</tr>
</table>
<b>%%title%%</b><p />
%%range%%<br />
%%skiplinks%%
<p />&nbsp;<br />
%%events%%
%%skiplinks%%<br />
%%website%%
</body>
</html>
<=LASTN_PAGE
LASTN_EVENT<=
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="1" width="50" height="0"></td>
<td colspan="1" width="500" height="0"></td>
<td colspan="1" width="100" height="0"></td>
<td colspan="1" width="50" height="0"></td>
</tr>
<tr>
<td colspan="1"><img
src="%%cons:img%%/style/webley/ul.png"></td>
<td colspan="2" background="%%cons:img%%/style/webley/top.png">&nbsp;</td>
<td colspan="1"><img src="%%cons:img%%/style/webley/ur.png"></td>
</tr>
<tr>
<td colspan="1" background="%%cons:img%%/style/webley/left.png">&nbsp;</td>
<td colspan="2" width="600">
%%datetime%%<br>
%%subject%%<br><br>
%%event%%<br><br>
%%currents%%
</td>
<td colspan="1" background="%%cons:img%%/style/webley/right.png">&nbsp;</td>
</tr>
<tr>
<td colspan="1"><img src="%%cons:img%%/style/webley/ll.png"></td>
<td colspan="1"
background="%%cons:img%%/style/webley/bottom.png">&nbsp;</td>
<td colspan="2"
background="%%cons:img%%/style/webley/rb.png">%%talklinks%%</td>
</tr>
</table>
</center><br><br>
<=LASTN_EVENT
LASTN_ALTPOSTER_PIC=><img src="%%src%%" height="%%height%%" width="%%width%%" border="0" /><br />
LASTN_SKIP_FORWARD=><a href="%%url%%">Next %%numitems%% &gt;&gt;</a>
LASTN_RANGE_HISTORY=>Below are <b>%%numitems%%</b> recent journal entries, after skipping <b>%%skip%%</b>
LASTN_USERPIC=><img align="right" hspace="2" vspace="2" src="%%xe:src%%" width="%%width%%" height="%%height%%">
LASTN_SKIP_SPACER=>&nbsp;--&nbsp;
LASTN_END_DAY=>
LASTN_EVENT_PRIVATE=>
LASTN_CURRENTS=><br />%%currents%%
LASTN_ALTPOSTER=><a href="%%userurl:poster%%/">%%pic%%%%poster%%</a>
LASTN_OPT_ITEMS=>25
LASTN_CURRENT=><br>%%what%%: <I>%%value%%</I>
LASTN_RANGE_MOSTRECENT=>Below are the <b>%%numitems%%</b> most recent journal entries.
LASTN_NEW_DAY=>
LASTN_DATE_FORMAT=>%%yyyy%%.%%mm%%.%%dd%%&nbsp;&nbsp;%%24hh%%.%%min%%
LASTN_SKIP_LINKS<=
<center>[ %%skipbackward%%%%skipspacer%%%%skipforward%% ]</center>
<=LASTN_SKIP_LINKS
LASTN_WEBSITE=>[ <b><a href="%%url%%">%%name%%</a></b> ]
.