2003-01-20 21:00:31 +00:00
|
|
|
<!-- BEGIN: header -->
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
|
2003-02-01 19:54:19 +00:00
|
|
|
<head>
|
|
|
|
<title>{title}</title>
|
2003-02-14 19:52:45 +00:00
|
|
|
<base href="{base}" />
|
2003-02-01 19:54:19 +00:00
|
|
|
<style type="text/css" media="all">
|
|
|
|
@import "themes/xtemplate/xtemplate.css";
|
|
|
|
</style>
|
|
|
|
{head}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" class="header">
|
2003-01-20 21:00:31 +00:00
|
|
|
|
2003-02-01 19:54:19 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan="2" class="menu">
|
|
|
|
<span id="links">
|
2003-02-17 22:33:31 +00:00
|
|
|
<div id="secondary">
|
|
|
|
{secondary_links}
|
|
|
|
<!-- BEGIN: search_box -->
|
|
|
|
<form action="{search_url}" method="post">
|
|
|
|
<input class="keys" type="text" size="50" value="" name="keys" />
|
|
|
|
<input type="submit" value="{search_button_text}" />
|
|
|
|
</form>
|
|
|
|
<!-- END: search_box -->
|
|
|
|
</div>
|
|
|
|
<div id="primary">{primary_links}</div>
|
|
|
|
</span>
|
|
|
|
<span id="logo">
|
|
|
|
<a href="./"><img src="themes/xtemplate/images/druplicon.gif" alt="" /></a>
|
2003-02-01 19:54:19 +00:00
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2003-01-20 21:00:31 +00:00
|
|
|
|
2003-02-01 19:54:19 +00:00
|
|
|
<tr>
|
|
|
|
<td valign="top" width="100%">
|
|
|
|
<!-- BEGIN: message -->
|
2003-02-17 22:33:31 +00:00
|
|
|
<div id="message">{message}</div>
|
2003-02-01 19:54:19 +00:00
|
|
|
<!-- END: message -->
|
|
|
|
<div id="main">
|
|
|
|
<!-- END: header -->
|
2003-01-20 21:00:31 +00:00
|
|
|
|
|
|
|
<!-- BEGIN: node -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="node">
|
|
|
|
<div class="title">{title}</div>
|
|
|
|
<span class="author">Submitted by {author} on {date}.</span>
|
|
|
|
<span class="taxonomy">{taxonomy}</span>
|
|
|
|
<div class="content">{content}</div>
|
|
|
|
<div class="links">» {links}</div>
|
2003-01-20 21:00:31 +00:00
|
|
|
</div>
|
|
|
|
<!-- END: node -->
|
|
|
|
|
|
|
|
<!-- BEGIN: comment_new -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="comment">
|
|
|
|
<span class="new">new</span>
|
|
|
|
<div class="title">{title}</div>
|
|
|
|
<div class="author">Posted by {author} on {date}.</div>
|
|
|
|
<div class="content">{content}</div>
|
|
|
|
<div class="links">» {links}</div>
|
|
|
|
</div>
|
2003-01-20 21:00:31 +00:00
|
|
|
<!-- END: comment_new -->
|
|
|
|
|
|
|
|
<!-- BEGIN: comment_old -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="comment">
|
|
|
|
<div class="title">{title}</div>
|
|
|
|
<div class="author">Posted by {author} on {date}.</div>
|
|
|
|
<div class="content">{content}</div>
|
|
|
|
<div class="links">» {links}</div>
|
|
|
|
</div>
|
2003-01-20 21:00:31 +00:00
|
|
|
<!-- END: comment_old -->
|
|
|
|
|
2003-02-01 19:54:19 +00:00
|
|
|
<!-- BEGIN: box -->
|
|
|
|
<div class="box">
|
|
|
|
<div class="title">{subject}</div>
|
|
|
|
<div class="content">{content}</div>
|
|
|
|
</div>
|
|
|
|
<!-- END: box -->
|
|
|
|
|
2003-01-20 21:00:31 +00:00
|
|
|
<!-- BEGIN: block -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="block">
|
|
|
|
<div class="title">{subject}</div>
|
|
|
|
<div class="content">{content}</div>
|
2003-01-20 21:00:31 +00:00
|
|
|
</div>
|
|
|
|
<!-- END: block -->
|
|
|
|
|
|
|
|
<!-- BEGIN: footer -->
|
2003-02-01 19:54:19 +00:00
|
|
|
</div><!-- main -->
|
|
|
|
</td>
|
|
|
|
<td valign="top" id="sidebar">
|
|
|
|
{blocks}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</body>
|
2003-01-20 21:00:31 +00:00
|
|
|
</html>
|
|
|
|
<!-- END: footer -->
|