15 lines
No EOL
655 B
Text
15 lines
No EOL
655 B
Text
<table border="0" width="600" height="80" cellspacing="0" cellpadding="2" class="header">
|
|
<tr>
|
|
<td class="headerTitle" nowrap><% this.title %></td>
|
|
<td class="headerMsg"> <% response.message %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="loginStatus" nowrap><% this.loginstatus %> <br><% weblog.link to="signup" text="sign up" %> to <% this.title %>!</td>
|
|
<td class="headerStatus"><% this.age prefix="online since: " show="days" suffix=" Days" %>
|
|
<% this.lastupdate prefix="<BR>last updated: " format="EE,' 'dd.MM.yyyy,' 'h:mm a" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="headerNav" nowrap><% this.navigation %></td>
|
|
</tr>
|
|
</table>
|
|
<br> |