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
Search Repo:
Playing with static page.
trey (author)
Sun Jun 29 15:24:35 -0700 2008
commit  58a1cbdb2443984baa4919af6c17cf2bb52e727b
tree    2149bd5c2a9ea179b794493765b7ea2c8d62962b
parent  8d7a286c1d0a97d60670d484345c8eaad57a4ceb
...
5
6
7
8
 
9
 
 
 
 
10
11
12
...
22
23
24
25
26
 
 
27
28
29
...
5
6
7
 
8
9
10
11
12
13
14
15
16
...
26
27
28
 
 
29
30
31
32
33
0
@@ -5,8 +5,12 @@
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
+ body { background: #565656; }
0
     form input[type=search] { color: #888; width: 200px; }
0
+ textarea { border: 1px solid #666; }
0
+ form input[type=submit] {
0
+ width: 100px;
0
+ }
0
   </style>
0
 </head>
0
 <body>
0
@@ -22,8 +26,8 @@
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
+ <div><textarea name="entry" rows="8" cols="40"></textarea></div>
0
+ <div><input class="button" type="submit" value="Log It"></div>
0
       </form>
0
       <div id="primary">
0
         <h1>Title of Page</h1>

Comments

    No one has commented yet.