Skip to content

Instantly share code, notes, and snippets.

@paulwe
Created April 9, 2012 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulwe/2341100 to your computer and use it in GitHub Desktop.
Save paulwe/2341100 to your computer and use it in GitHub Desktop.
page and post templates
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>elowel.org: have fun, be creative, don't die</title>
<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" media="screen" href="/elowelcss9_27_07.css" type="text/css" />
<link rel="stylesheet" media="handheld" href="/elowelcss9_27_07hh.css" type="text/css" />
</head>
<body class="logged_%logged_in%">
<div id="container">
<div id="main">
<div id="headline">
<a class="headline" href="http://elowel.org">elowel.org</a>
</div>
<div id="nav">
%custom_nav_top%
<div class="clear"></div>
</div>
<div id="online">
%custom_online_login%
</div>
<div id="left">
%avatar%
<div id="leftstuff">
%custom_user_links%
%user_totals%
</div>
</div>
<div id="center">
<div id="right">
<div id="recentbox">
<div class="recent">recent posts</div>
%custom_recent_posts%
<div class="clear"></div>
</div>
<div id="localbox">
<div class="local">local replies</div>
%custom_replies%
<div class="more"></div>
</div>
<div id="globalbox">
<div class="global">global replies</div>
%custom_replies_replies%
<div class="more"></div>
</div>
</div>
<div id="posts">
%custom_whatis%
%content%
<div id="subnav">
%custom_nav_bottom%
<div class="clear"></div>
</div>
<div id="stats">%system_stats%</div>
<div class="clear"></div>
<div id="quote"></div>
<div id="copy">%year% elowel.org</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
<div class="post">
<div class="content">
<h2>%title% %force_by%</h2>
%post%
<div>%edit%</div>
<h3 class="replies">%reply%</h3>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment