public
Description: A simple, private journal in plain text (or an SQLite database).
Homepage: http://code.treypiepmeier.com
Clone URL: git://github.com/trey/logbook.git
Restarting template from my scratchpad for Solutions Log.
trey (author)
Sun Jun 29 12:55:02 -0700 2008
commit  8d7a286c1d0a97d60670d484345c8eaad57a4ceb
tree    8982ec30bb40790603fff9d03e933b1d57f38bf6
parent  bb6cc810cb37a021fcc6abd8b669afcb65df4834
...
1
2
3
 
 
4
5
6
7
8
9
10
11
12
13
14
15
 
 
 
 
 
 
 
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
45
 
46
...
 
 
 
1
2
3
 
 
 
 
 
 
 
 
 
 
 
4
5
6
7
8
9
10
11
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
39
40
0
@@ -1,45 +1,39 @@
0
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
0
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
0
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
0
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
0
+<html>
0
 <head>
0
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
0
- <meta http-equiv="Content-Language" content="en-us" />
0
- <meta name="rating" content="General" />
0
- <meta name="MSSmartTagsPreventParsing" content="true" />
0
- <meta http-equiv="imagetoolbar" content="no" />
0
- <link href="/css/reset.css" rel="stylesheet" type="text/css" media="all" />
0
- <link href="/css/all.css" rel="stylesheet" type="text/css" media="all" />
0
- <!--[if IE]><link href="/css/all_ie.css" rel="stylesheet" type="text/css" media="all" /><![endif]-->
0
- <meta name="description" content="" />
0
- <meta name="keywords" content="" />
0
- <title>Logbook</title>
0
+ <title>Trey Piepmeier's Logbook</title>
0
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
0
+ <!-- <meta name="description" content="ADD A DESCRIPTION OF THIS WEBSITE"> -->
0
+ <style type="text/css" media="screen">
0
+ body { background: #878787; }
0
+ form input[type=search] { color: #888; width: 200px; }
0
+ </style>
0
 </head>
0
 <body>
0
-<div id="wrapper">
0
-<div id="header">
0
-</div><!--end #header-->
0
-<div id="main">
0
- <div id="nav">
0
- <h1>Dates</h1>
0
- <ul>
0
- <li class="year">2008
0
- <ul>
0
- <li class="month">June
0
- <ul>
0
- <li class="day"><a href="/?date=2008-06-29">Sunday, the 29th</a></li>
0
- </ul>
0
- </li>
0
- </ul>
0
- </li>
0
- </ul>
0
- </div>
0
- <div id="entries">
0
- <h2>Something</h2>
0
- <p>Blah de dah.</p>
0
- </div>
0
-</div><!--end #main-->
0
-<div id="footer">
0
-</div><!--end #footer-->
0
-</div><!--end #wrapper-->
0
+ <div id="wrapper">
0
+ <div id="header">
0
+ </div><!-- #header -->
0
+ <div id="main">
0
+ <!-- <select name="categories" id="categories" onchange="" size="1">
0
+ <option value="">View all tags</option>
0
+ <option value="1">PHP</option>
0
+ <option value="2">Rails</option>
0
+ <option value="3">Django</option>
0
+ </select> -->
0
+ <form action="search" method="get" accept-charset="utf-8">
0
+ <div><input class="search" type="search" name="some_name" value="Search" id="some_name"></div>
0
+
0
+ <div><input type="submit" value="Continue &rarr;"></div>
0
+ </form>
0
+ <div id="primary">
0
+ <h1>Title of Page</h1>
0
+ </div><!-- #primary -->
0
+ <div id="secondary">
0
+ </div><!-- #secondary -->
0
+ </div><!-- #main -->
0
+ <div id="footer">
0
+ <p id="copyright">&#169; 2008 Trey Piepmeier. All Rights Reserved.</p>
0
+ </div><!-- #footer -->
0
+ </div><!-- #wrapper -->
0
 </body>
0
-</html>
0
+</html>
0
\ No newline at end of file

Comments

    No one has commented yet.