108 lines
2.9 KiB
Plaintext
108 lines
2.9 KiB
Plaintext
<!-- 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">
|
|
|
|
<head>
|
|
<title>{title}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<base href="{base}" />
|
|
<style type="text/css" media="all">
|
|
@import "themes/xtemplate/xtemplate.css";
|
|
</style>
|
|
{head}
|
|
</head>
|
|
|
|
<body{onload_attributes}>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" class="header">
|
|
<tr>
|
|
<td class="menu" valign="bottom"><a href="./"><img src="themes/xtemplate/images/druplicon.gif" alt="" /></a></td>
|
|
<td class="menu" align="right" valign="middle">
|
|
<div id="secondary">{secondary_links}</div>
|
|
<div id="primary">{primary_links}</div>
|
|
<!-- BEGIN: search_box -->
|
|
<form action="{search_url}" method="post" class="search-form">
|
|
<input class="keys" type="text" size="15" value="" name="keys" />
|
|
<input type="submit" value="{search_button_text}" />
|
|
</form>
|
|
<!-- END: search_box -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="0" cellpadding="0" cellspacing="0" class="header">
|
|
<tr>
|
|
<!-- BEGIN: blocks -->
|
|
<td valign="top" id="sidebar">
|
|
{blocks}
|
|
</td>
|
|
<!-- END: blocks -->
|
|
<td valign="top">
|
|
<!-- BEGIN: message -->
|
|
<div id="message">{header_message}</div>
|
|
<!-- END: message -->
|
|
<div id="main">
|
|
<!-- END: header -->
|
|
|
|
<!-- BEGIN: node -->
|
|
<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>
|
|
</div>
|
|
<!-- END: node -->
|
|
|
|
<!-- BEGIN: comment_new -->
|
|
<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>
|
|
<!-- END: comment_new -->
|
|
|
|
<!-- BEGIN: comment_old -->
|
|
<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>
|
|
<!-- END: comment_old -->
|
|
|
|
<!-- BEGIN: box -->
|
|
<div class="box">
|
|
<div class="title">{subject}</div>
|
|
<div class="content">{content}</div>
|
|
</div>
|
|
<!-- END: box -->
|
|
|
|
<!-- BEGIN: block -->
|
|
<div class="block">
|
|
<div class="title">{subject}</div>
|
|
<div class="content">{content}</div>
|
|
</div>
|
|
<!-- END: block -->
|
|
|
|
<!-- BEGIN: footer -->
|
|
</div><!-- main -->
|
|
</td>
|
|
<!-- BEGIN: blocks -->
|
|
<td valign="top" id="sidebar">
|
|
{blocks}
|
|
</td>
|
|
<!-- END: blocks -->
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="footer">
|
|
{footer_message}
|
|
</div>
|
|
{footer}
|
|
</body>
|
|
</html>
|
|
<!-- END: footer -->
|