(file) Return to 000168.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / nafessa / archives

  1 rizwank 1.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>Nafessa in Spain: Entry one test</title>
  8             
  9             <link rel="stylesheet" href="http://www.geekymedia.com/nafessa/styles-site.css" type="text/css" />
 10             <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.geekymedia.com/nafessa/index.rdf" />
 11             
 12             <link rel="start" href="http://www.geekymedia.com/nafessa/" 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 rizwank 1.1                     'width=480,height=480,scrollbars=yes,status=yes');
 23             }
 24             
 25             var HOST = 'www.geekymedia.com';
 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 rizwank 1.1         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 rizwank 1.1     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 rizwank 1.1 
 86             
 87             </head>
 88             
 89             <body>
 90             
 91             <div id="banner">
 92             <h1><a href="http://www.geekymedia.com/nafessa/" accesskey="1">Nafessa in Spain</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://www.geekymedia.com/nafessa/">Main</a>
103             
104             </div>
105             
106 rizwank 1.1 </div>
107             
108             
109             <div class="blog">
110             
111             <h2 class="date">July 30, 2003</h2>
112             
113             <div class="blogbody">
114             
115             <h3 class="title">Entry one test</h3>
116             
117             <p>Hey world!</p>
118             
119             <a name="more"></a>
120             
121             
122             <span class="posted">Posted by Rizwank at July 30, 2003 01:41 PM
123             
124             <br /></span>
125             
126             </div>
127 rizwank 1.1 
128             
129             <div class="comments-head"><a name="comments"></a>Comments</div>
130             
131             
132             
133             
134             <div class="comments-head">Post a comment</div>
135             
136             <div class="comments-body">
137             <form method="post" action="http://www.geekymedia.com/blogcgi/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
138             <input type="hidden" name="static" value="1" />
139             <input type="hidden" name="entry_id" value="168" />
140             
141             <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
142             	<label for="author">Name:</label><br />
143             	<input tabindex="1" id="author" name="author" /><br /><br />
144             
145             	<label for="email">Email Address:</label><br />
146             	<input tabindex="2" id="email" name="email" /><br /><br />
147             
148 rizwank 1.1 	<label for="url">URL:</label><br />
149             	<input tabindex="3" id="url" name="url" /><br /><br />
150             </div>
151             
152             Remember personal info?<br />
153             <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;" />
154             
155             <label for="text">Comments:</label><br />
156             <textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea><br /><br />
157             
158             <input type="submit" name="preview" value="&nbsp;Preview&nbsp;" />
159             <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;Post&nbsp;" /><br /><br />
160             
161             </form>
162             
163             <script type="text/javascript" language="javascript">
164             <!--
165             document.comments_form.email.value = getCookie("mtcmtmail");
166             document.comments_form.author.value = getCookie("mtcmtauth");
167             document.comments_form.url.value = getCookie("mtcmthome");
168             if (getCookie("mtcmtauth")) {
169 rizwank 1.1     document.comments_form.bakecookie[0].checked = true;
170             } else {
171                 document.comments_form.bakecookie[1].checked = true;
172             }
173             //-->
174             </script>
175             </div>
176             
177             
178             </div>
179             </div>
180             </body>
181             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2