Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000013.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
7 <title>Status: Testing</title>
8
9 <link rel="stylesheet" href="http://defaria.com:8080/blogs/Status/styles-site.css" type="text/css" />
10 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://defaria.com:8080/blogs/Status/index.rdf" />
11
12 <link rel="start" href="http://defaria.com:8080/blogs/Status/" title="Home" />
13
14
15
16 <script type="text/javascript" language="javascript">
17 <!--
18
19 function OpenTrackback (c) {
20     window.open(c,
21                     'trackback',
22                     'width=480,height=480,scrollbars=yes,status=yes');
23 }
24
25 var HOST = 'defaria.com:8080';
26
27 // Copyright (c) 1996-1997 Athenia Associates.
28 // http://www.webreference.com/js/
29 // License is granted if and only if this entire
30 // copyright notice is included. By Tomer Shiran.
31
32 function setCookie (name, value, expires, path, domain, secure) {
33     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
34     document.cookie = curCookie;
35 }
36
37 function getCookie (name) {
38     var prefix = name + '=';
39     var c = document.cookie;
40     var nullstring = '';
41     var cookieStartIndex = c.indexOf(prefix);
42     if (cookieStartIndex == -1)
43         return nullstring;
44     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
45     if (cookieEndIndex == -1)
46         cookieEndIndex = c.length;
47     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
48 }
49
50 function deleteCookie (name, path, domain) {
51     if (getCookie(name))
52         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
53 }
54
55 function fixDate (date) {
56     var base = new Date(0);
57     var skew = base.getTime();
58     if (skew > 0)
59         date.setTime(date.getTime() - skew);
60 }
61
62 function rememberMe (f) {
63     var now = new Date();
64     fixDate(now);
65     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
66     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
67     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
68     setCookie('mtcmthome', f.url.value, now, '', HOST, '');
69 }
70
71 function forgetMe (f) {
72     deleteCookie('mtcmtmail', '', HOST);
73     deleteCookie('mtcmthome', '', HOST);
74     deleteCookie('mtcmtauth', '', HOST);
75     f.email.value = '';
76     f.author.value = '';
77     f.url.value = '';
78 }
79
80 //-->
81 </script>
82
83
84
85
86
87 </head>
88
89 <body>
90
91 <div id="banner">
92 <h1><a href="http://defaria.com:8080/blogs/Status/" accesskey="1">Status</a></h1>
93 <span class="description"></span>
94 </div>
95
96 <div id="container">
97
98 <div class="blog">
99
100 <div id="menu">
101
102 <a href="http://defaria.com:8080/blogs/Status/">Main</a>
103
104 </div>
105
106 </div>
107
108
109 <div class="blog">
110
111 <h2 class="date">November 14, 2003</h2>
112
113 <div class="blogbody">
114
115 <h3 class="title">Testing</h3>
116
117
118
119 <a name="more"></a>
120
121
122 <span class="posted">Posted by Andrew DeFaria at November 14, 2003 02:35 PM
123
124 <br /></span>
125
126 </div>
127
128
129
130 <div class="comments-head"><a name="comments"></a>Comments</div>
131
132
133
134
135 <div class="comments-head">Post a comment</div>
136
137 <div class="comments-body">
138 <form method="post" action="http://defaria.com:8080/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
139 <input type="hidden" name="static" value="1" />
140 <input type="hidden" name="entry_id" value="13" />
141
142 <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
143         <label for="author">Name:</label><br />
144         <input tabindex="1" id="author" name="author" /><br /><br />
145
146         <label for="email">Email Address:</label><br />
147         <input tabindex="2" id="email" name="email" /><br /><br />
148
149         <label for="url">URL:</label><br />
150         <input tabindex="3" id="url" name="url" /><br /><br />
151 </div>
152
153 Remember personal info?<br />
154 <input type="radio" id="bakecookie" name="bakecookie" /><label for="bakecookie">Yes</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">No</label><br style="clear: both;" />
155
156 <label for="text">Comments:</label><br />
157 <textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea><br /><br />
158
159 <input type="submit" name="preview" value="&nbsp;Preview&nbsp;" />
160 <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;Post&nbsp;" /><br /><br />
161
162 </form>
163
164 <script type="text/javascript" language="javascript">
165 <!--
166 document.comments_form.email.value = getCookie("mtcmtmail");
167 document.comments_form.author.value = getCookie("mtcmtauth");
168 document.comments_form.url.value = getCookie("mtcmthome");
169 if (getCookie("mtcmtauth")) {
170     document.comments_form.bakecookie[0].checked = true;
171 } else {
172     document.comments_form.bakecookie[1].checked = true;
173 }
174 //-->
175 </script>
176 </div>
177
178
179 </div>
180 </div>
181 </body>
182 </html>