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>
|
2003-11-23 10:41:04 +00:00
|
|
|
<title>{head_title}</title>
|
2003-05-30 07:33:37 +00:00
|
|
|
{head}
|
2003-11-16 20:04:46 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="{stylesheet}" />
|
2003-02-01 19:54:19 +00:00
|
|
|
</head>
|
|
|
|
|
2003-04-21 14:03:57 +00:00
|
|
|
<body{onload_attributes}>
|
2003-02-01 19:54:19 +00:00
|
|
|
|
2003-09-13 11:23:28 +00:00
|
|
|
<table border="0" cellpadding="0" cellspacing="0" id="header">
|
2003-02-01 19:54:19 +00:00
|
|
|
<tr>
|
2003-09-13 11:23:28 +00:00
|
|
|
<td id="logo">
|
|
|
|
<a href="./">{logo}</a>
|
|
|
|
</td>
|
|
|
|
<td id="menu">
|
2003-05-14 19:00:11 +00:00
|
|
|
<div id="secondary">{secondary_links}</div>
|
|
|
|
<div id="primary">{primary_links}</div>
|
2003-05-11 12:39:11 +00:00
|
|
|
<!-- BEGIN: search_box -->
|
2003-06-06 18:11:40 +00:00
|
|
|
<form action="{search_url}" method="post">
|
|
|
|
<div id="search">
|
|
|
|
<input class="form-text" type="text" size="15" value="" name="keys" />
|
|
|
|
<input class="form-submit" type="submit" value="{search_button_text}" />
|
|
|
|
</div>
|
2003-05-11 12:39:11 +00:00
|
|
|
</form>
|
|
|
|
<!-- END: search_box -->
|
2003-02-01 19:54:19 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2003-05-14 19:00:11 +00:00
|
|
|
</table>
|
2003-10-31 19:34:03 +00:00
|
|
|
|
2003-09-13 11:23:28 +00:00
|
|
|
<table border="0" cellpadding="0" cellspacing="0" id="content">
|
2003-02-01 19:54:19 +00:00
|
|
|
<tr>
|
2003-05-18 13:22:00 +00:00
|
|
|
<!-- BEGIN: blocks -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<td id="sidebar-left">
|
|
|
|
{blocks}
|
|
|
|
</td>
|
2003-05-18 13:22:00 +00:00
|
|
|
<!-- END: blocks -->
|
2003-05-11 12:39:11 +00:00
|
|
|
<td valign="top">
|
2003-12-01 13:45:33 +00:00
|
|
|
<!-- BEGIN: mission -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<div id="mission">{mission}</div>
|
2003-12-01 13:45:33 +00:00
|
|
|
<!-- END: mission -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<div id="main">
|
|
|
|
{breadcrumb}
|
|
|
|
<h1 class="title">{body_title}</h1>
|
|
|
|
<!-- BEGIN: help -->
|
2003-12-01 13:45:33 +00:00
|
|
|
<div id="help">{help}</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- END: help -->
|
|
|
|
<!-- BEGIN: message -->
|
|
|
|
<div class="message {type}">{message}</div>
|
|
|
|
<!-- END: message -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<!-- END: header -->
|
2003-01-20 21:00:31 +00:00
|
|
|
|
|
|
|
<!-- BEGIN: node -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<div class="node {static}">
|
2003-11-25 19:26:21 +00:00
|
|
|
<!-- BEGIN: title -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<h2 class="title"><a href="{link}">{title}</a></h2>
|
2003-11-25 19:26:21 +00:00
|
|
|
<!-- END: title -->
|
2003-12-09 18:55:36 +00:00
|
|
|
<span class="submitted">Submitted by {author} on {date}.</span>
|
|
|
|
<!-- BEGIN: taxonomy -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<span class="taxonomy">{taxonomy}</span>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- END: taxonomy -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="content">{content}</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- BEGIN: links -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="links">» {links}</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- END: links -->
|
2003-01-20 21:00:31 +00:00
|
|
|
</div>
|
|
|
|
<!-- END: node -->
|
|
|
|
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- BEGIN: comment -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="comment">
|
2003-12-09 18:55:36 +00:00
|
|
|
<h3 class="title">{title}</h3><!-- BEGIN: new --><span class="new">new</span><!-- END: new -->
|
|
|
|
<div class="submitted">Submitted by {author} on {date}.</div>
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="content">{content}</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- BEGIN: links -->
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="links">» {links}</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- END: links -->
|
2003-02-01 19:54:19 +00:00
|
|
|
</div>
|
2003-12-09 18:55:36 +00:00
|
|
|
<!-- END: comment -->
|
2003-01-20 21:00:31 +00:00
|
|
|
|
2003-02-01 19:54:19 +00:00
|
|
|
<!-- BEGIN: box -->
|
|
|
|
<div class="box">
|
2003-12-09 18:55:36 +00:00
|
|
|
<h2 class="title">{title}</h2>
|
2003-02-01 19:54:19 +00:00
|
|
|
<div class="content">{content}</div>
|
|
|
|
</div>
|
|
|
|
<!-- END: box -->
|
|
|
|
|
2003-01-20 21:00:31 +00:00
|
|
|
<!-- BEGIN: block -->
|
2003-10-31 19:34:03 +00:00
|
|
|
<div class="block block-{module}" id="block-{module}-{delta}">
|
2003-12-09 18:55:36 +00:00
|
|
|
<h2 class="title">{title}</h2>
|
2003-02-01 19:54:19 +00:00
|
|
|
<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>
|
2003-05-15 18:09:19 +00:00
|
|
|
<!-- BEGIN: blocks -->
|
2003-09-13 11:23:28 +00:00
|
|
|
<td id="sidebar-right">
|
2003-02-01 19:54:19 +00:00
|
|
|
{blocks}
|
|
|
|
</td>
|
2003-05-15 18:09:19 +00:00
|
|
|
<!-- END: blocks -->
|
2003-02-01 19:54:19 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2003-08-28 05:35:26 +00:00
|
|
|
<!-- BEGIN: message -->
|
2003-02-19 22:30:12 +00:00
|
|
|
<div id="footer">
|
2003-04-25 19:41:00 +00:00
|
|
|
{footer_message}
|
2003-02-19 22:30:12 +00:00
|
|
|
</div>
|
2003-08-28 05:35:26 +00:00
|
|
|
<!-- END: message -->
|
2003-04-25 19:41:00 +00:00
|
|
|
{footer}
|
2003-02-01 19:54:19 +00:00
|
|
|
</body>
|
2003-01-20 21:00:31 +00:00
|
|
|
</html>
|
|
|
|
<!-- END: footer -->
|