]> git.bochard.net Git - mysite.git/commitdiff
add rightbox domain-wide (finished, i guess)
authorbochard <git@bochard.net>
Sat, 9 Aug 2025 01:24:15 +0000 (09:24 +0800)
committerbochard <git@bochard.net>
Sat, 9 Aug 2025 01:24:15 +0000 (09:24 +0800)
13 files changed:
about-me.php
books/index.php
email.php
guestbook.php
how-to/index.php
journal/.entry
journal/20250712.php
journal/20250714.php
journal/20250803.php
journal/20250805.php
journal/index.php
kitchen/index.php
photo-album/index.php

index f6ab52440be9c830662e697b3014c4c5d775b084..032b4ed9dc2e77dce39e89c9a368055b5bbff77c 100644 (file)
@@ -20,6 +20,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index 9b33f2e7c3ba4aad10992f97ea822a2d86402cef..1847e213b85cd534b26b1de4afc360dabd04e57d 100644 (file)
@@ -20,6 +20,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index 3cd1fee95ca113448a2df0e669f9c35385ba1e65..dd68c6c4be6b02258e8ba42b5a2f210f08388f76 100644 (file)
--- a/email.php
+++ b/email.php
@@ -23,6 +23,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index 4789147962efa2ff821c279cf27c48a9b65c1636..93e50b2cacffe62df57139a884dd06d7e526c239 100644 (file)
@@ -22,6 +22,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index b4582a1a5bcd3fc0bae1056398513e649ea35aee..2c9746b6e10efbd52a15eeec66d3285d6064511a 100644 (file)
@@ -20,6 +20,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index 26e71ca118beb61a433a4c35cf9911e467f8b69f..eb9561c7eac4dd487f8df879fd32c36fb70ffe08 100644 (file)
@@ -6,19 +6,32 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title"></h1>
-        <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
-        <hr>
-        <p></p>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
+                                                               
+                                                               <td id="body">
+                                                                       <h1 class="entry-title"></h1>
+                                                                       <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
+                                                                       <hr>
+                                                                       <p></p>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index 507babe9d80d3950347c87c7aa7272c825c90bc1..0a0c74a48afb7e0dfb11cf3f19e758f5cc67285a 100644 (file)
@@ -6,19 +6,32 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title">A Dream.</h1>
-        <p class="written-date">Written in 2025, 12th of July.</p>
-        <hr>
-        <p>Apocalypse. A city. Inside the train. Love. Arcade. It must be another weird dream...</p>
-      </td>
-    </tr>
-    
-    <?php include_once("$parts/footer.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
+                                                               
+                                                               <td id="body">
+                                                                       <h1 class="entry-title">A Dream.</h1>
+                                                                       <p class="written-date">Written in 2025, 12th of July.</p>
+                                                                       <hr>
+                                                                       <p>Apocalypse. A city. Inside the train. Love. Arcade. It must be another weird dream...</p>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index ceb8e0449697711c2fce8efd2eb093a8de969a04..112e21b2d8775d84023311e27ab09b7f0b23e9f2 100644 (file)
@@ -6,23 +6,36 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title">The rain.</h1>
-        <p class="written-date">Written in 2025, 14th of July.</p>
-        <hr>
-        <p>Monday, somewhere around 3 in the afternoon. It's hot, even though it is already July—rainy season. Well, my cousins, even my sister is out on the high school and elemtary nearby. They started their classes this past month, while mine, would be this upcoming August—as a freshman college—still a month left. Having nothing much to do, I'm usually on the living room on the afternoon. I can't take a nap in my bed, it is blazingly hot inside like I'm in a sauna, yet I don't even know how hot inside sauna is—much likely, our bedroom is significantly hotter.</p>
-        <p>I made a coffee.</p>
-        <p>Then, it rained.</p>
-        <p>The sound of raindrops hitting the thin roof of our house, little-by-little getting louder. I got off the chair, then go to our garage. I put my head on my crossed arm laid above the gate which is almost the same height as my shoulder. I stared on the rain slowly getting heavier...It's just so majestic. I like rain, and I mean it...no, I don't just like it, but I LOVE it. It gives me a feeling or serenity, a peace that I cannot explain through words.</p>
-        <p>I like rain so much that I always look forward to it every single day, especially in the afternoon. Although, that might sounds selfish to many...others might say "Won't you think of others...how about those ones who is out and need to work, or those beggars whom doesn't have a shelter?". Yes!...I feel pity to them, really. It's just that, I love rain, even though the reality that many people doesn't like rain as much as I do.</p>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
+                                                               
+                                                               <td id="body">
+                                                                       <h1 class="entry-title">The rain.</h1>
+                                                                       <p class="written-date">Written in 2025, 14th of July.</p>
+                                                                       <hr>
+                                                                       <p>Monday, somewhere around 3 in the afternoon. It's hot, even though it is already July—rainy season. Well, my cousins, even my sister is out on the high school and elemtary nearby. They started their classes this past month, while mine, would be this upcoming August—as a freshman college—still a month left. Having nothing much to do, I'm usually on the living room on the afternoon. I can't take a nap in my bed, it is blazingly hot inside like I'm in a sauna, yet I don't even know how hot inside sauna is—much likely, our bedroom is significantly hotter.</p>
+                                                                       <p>I made a coffee.</p>
+                                                                       <p>Then, it rained.</p>
+                                                                       <p>The sound of raindrops hitting the thin roof of our house, little-by-little getting louder. I got off the chair, then go to our garage. I put my head on my crossed arm laid above the gate which is almost the same height as my shoulder. I stared on the rain slowly getting heavier...It's just so majestic. I like rain, and I mean it...no, I don't just like it, but I LOVE it. It gives me a feeling or serenity, a peace that I cannot explain through words.</p>
+                                                                       <p>I like rain so much that I always look forward to it every single day, especially in the afternoon. Although, that might sounds selfish to many...others might say "Won't you think of others...how about those ones who is out and need to work, or those beggars whom doesn't have a shelter?". Yes!...I feel pity to them, really. It's just that, I love rain, even though the reality that many people doesn't like rain as much as I do.</p>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index a2a222ebb46956dfda230aa91c45640d9ab2ace2..fcedac8eeea15a3baf265b5b4f17194174a1d277 100644 (file)
@@ -6,21 +6,34 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title">New haircut</h1>
-        <p class="written-date">Written in 2025, 3rd day of August</p>
-        <hr>
-        <p>Somewhere around 3-4 pm, I took to the barber shop to get a nice haircut. It's been 4 months since I had haircut on that shop. I walked there as usual, the distance is approximately a kilometer long. A bit of long walk, but I enjoyed it. I feel better walking rather than riding a vehicle to get quickly on a destination &lpar;other than the reason that I don't have money&rpar;. I now declare that walking is my favorite type of transportation!</p>
-        <p>When I got there, too many people are already inside the shop—about five to six people. I sat outside the door at the stairs to wait for like 3 HOURS, it's too congested inside! I don't have anything on me except the umbrella I was holding. I was just sitting there along with some guys, silently observing people and vehicles passing by to feed some time, because I really have nothing to do—I should have brought a book at least.</p>
-        <p>It's about 5:30 when I already got home. I feel too sticky and hot, so I immediately washed my face to cool down. About the haircut, I think it's good honestly. I was amazed how a great haircut along with proper hair style could make a person look good.</p>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
+                                                               
+                                                               <td id="body">
+                                                                       <h1 class="entry-title">New haircut</h1>
+                                                                       <p class="written-date">Written in 2025, 3rd day of August</p>
+                                                                       <hr>
+                                                                       <p>Somewhere around 3-4 pm, I took to the barber shop to get a nice haircut. It's been 4 months since I had haircut on that shop. I walked there as usual, the distance is approximately a kilometer long. A bit of long walk, but I enjoyed it. I feel better walking rather than riding a vehicle to get quickly on a destination &lpar;other than the reason that I don't have money&rpar;. I now declare that walking is my favorite type of transportation!</p>
+                                                                       <p>When I got there, too many people are already inside the shop—about five to six people. I sat outside the door at the stairs to wait for like 3 HOURS, it's too congested inside! I don't have anything on me except the umbrella I was holding. I was just sitting there along with some guys, silently observing people and vehicles passing by to feed some time, because I really have nothing to do—I should have brought a book at least.</p>
+                                                                       <p>It's about 5:30 when I already got home. I feel too sticky and hot, so I immediately washed my face to cool down. About the haircut, I think it's good honestly. I was amazed how a great haircut along with proper hair style could make a person look good.</p>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index 52173ae1c77da899df1a698f5f9ed053fc7835c5..cf667f075eb333c3c5b87ddb61d51dffc2670dde 100644 (file)
@@ -6,26 +6,39 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title">University orientation</h1>
-        <p class="written-date">Written in 2025, 5th of August</p>
-        <hr>
-        <p>These past four months of vacation I wake up by 8 or 9—sometimes near noon—so my body was not used to wake that early. I kinda feel dizzy, even though I slept for 5 hours &lpar;which is I think enough for a teen guy&rpar;. We leave by 7:45, there was a heavy traffic so almost an hour was spent until we reach the jeepney terminal, usually it would only took 30mins.</p>
-        <p>It was my first solo-commute on a jeepney, so I'm kind of nervous. Before, when I ride, I always have someone like a previous classmate or a friend. Now, it was only me.</p>
-        <p>The first jeepney I rode, the process went smooth. After landing to another terminal, I asked one of the jeepney drivers and asked what jeepney to ride routing to the university. He pointed the jeepney nearly leaving. Fortunately I ran and ride, but <strong><i>IT WAS ALREADY FULL!</i></strong> I need to go off but the driver shouted to me that I should go to the front passenger seat instead. That was the first time I sat on a jeepney's passenger seat lol.</p>
-        <p>The orientation should start 7:30 in the morning, and it's already 8 but I'm still at the jeepney, I'm anxious that time if I could still enter the gymnasium.</p>
-        <p>Once I entered the university, I go to one of the business stall to print the COR &lpar;Certificate of Registration&rpar; of my friends. They're already inside and not allowed to go outside. <strong><i>GAHHHHH!</i></strong> I'm too much late yet the printing line is still have long queue.</p>
-        <p>I still able to enter the gymnasium, and it seems that they already started just a few minutes ago I guess &lpar;FILIPINO TIME&rpar;. At the end, the COR was not even used by them, I just wasted time and money lol.</p>
-        <p>I'm at the most back mixed with other department. My department is at the front. The orientation lasts for 5 hours, from 8 to 1pm. I haven't talked to anyone there for straight five hours, it sucks that I can't even start a simple conversation. I felt the hunger and thirst that time, I have packed a lunch and snacks, as well a tumbler for water, but I'm too shy to even fill my stomach.</p>
-        <p>will continue later after dinner...</p>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
+                                                               
+                                                               <td id="body">
+                                                                       <h1 class="entry-title">University orientation</h1>
+                                                                       <p class="written-date">Written in 2025, 5th of August</p>
+                                                                       <hr>
+                                                                       <p>These past four months of vacation I wake up by 8 or 9—sometimes near noon—so my body was not used to wake that early. I kinda feel dizzy, even though I slept for 5 hours &lpar;which is I think enough for a teen guy&rpar;. We leave by 7:45, there was a heavy traffic so almost an hour was spent until we reach the jeepney terminal, usually it would only took 30mins.</p>
+                                                                       <p>It was my first solo-commute on a jeepney, so I'm kind of nervous. Before, when I ride, I always have someone like a previous classmate or a friend. Now, it was only me.</p>
+                                                                       <p>The first jeepney I rode, the process went smooth. After landing to another terminal, I asked one of the jeepney drivers and asked what jeepney to ride routing to the university. He pointed the jeepney nearly leaving. Fortunately I ran and ride, but <strong><i>IT WAS ALREADY FULL!</i></strong> I need to go off but the driver shouted to me that I should go to the front passenger seat instead. That was the first time I sat on a jeepney's passenger seat lol.</p>
+                                                                       <p>The orientation should start 7:30 in the morning, and it's already 8 but I'm still at the jeepney, I'm anxious that time if I could still enter the gymnasium.</p>
+                                                                       <p>Once I entered the university, I go to one of the business stall to print the COR &lpar;Certificate of Registration&rpar; of my friends. They're already inside and not allowed to go outside. <strong><i>GAHHHHH!</i></strong> I'm too much late yet the printing line is still have long queue.</p>
+                                                                       <p>I still able to enter the gymnasium, and it seems that they already started just a few minutes ago I guess &lpar;FILIPINO TIME&rpar;. At the end, the COR was not even used by them, I just wasted time and money lol.</p>
+                                                                       <p>I'm at the most back mixed with other department. My department is at the front. The orientation lasts for 5 hours, from 8 to 1pm. I haven't talked to anyone there for straight five hours, it sucks that I can't even start a simple conversation. I felt the hunger and thirst that time, I have packed a lunch and snacks, as well a tumbler for water, but I'm too shy to even fill my stomach.</p>
+                                                                       <p>will continue later after dinner...</p>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index 936cf4edd1adc325d0254cdb426f9b1cae98856c..c670524ecad07e1d8eabb62868a5c7dfe4780999 100644 (file)
@@ -6,44 +6,57 @@
   head($pgtitle, $pgdescription, $pgcss);
 ?>
 <body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
+  <table id="tablewrapper" cellspacing="10">
+               <tbody>
+                       <tr>
+                               <td id="content">
+                                       <table>
+                                               <tbody>
+                                                       <tr>
+                                                               <?php include_once("$parts/sidebar.php");?>
 
-      <td id="body">
-                               <h1>My Journal</h1>
-                               <p>Feel free to read them. Please don't mind the grammatical mistakes, I am not a native English speaker but I'll do my best to improve my vocabulary and writing so I could express more my thoughts.</p>
-                               <ul>
-                                       <?php
-                                               $journalPath = $_SERVER['DOCUMENT_ROOT'] . '/journal/';
-                                               $journalFiles = glob($journalPath . '*.php');
-                                
-                                               $entries = [];
-                                
-                                               foreach ($journalFiles as $fullPath) {
-                                                       $filename = basename($fullPath); 
-                                
-                                                       if (!preg_match('/^\d{8}\.php$/', $filename)) {
-                                                               continue;
-                                                       }
-                                
-                                                       $date = substr($filename, 0, 8);
-                                                       $entries[$date] = $filename;
-                                               }
-                                
-                                               krsort($entries);
-                                
-                                               foreach ($entries as $date => $filename) {
-                                                       $url = "/journal/$filename";
-                                                       $entryName = date("F j, Y", strtotime($date));
-                                                       echo "<li><a href=\"$url\" class=\"entry-list-item\">$entryName</a></li>\n";
-                                               }
-                                       ?>
-                               </ul>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
+                                                               <td id="body">
+                                                                       <h1>My Journal</h1>
+                                                                       <p>Feel free to read them. Please don't mind the grammatical mistakes, I am not a native English speaker but I'll do my best to improve my vocabulary and writing so I could express more my thoughts.</p>
+                                                                       <ul>
+                                                                               <?php
+                                                                                       $journalPath = $_SERVER['DOCUMENT_ROOT'] . '/journal/';
+                                                                                       $journalFiles = glob($journalPath . '*.php');
+                                                                        
+                                                                                       $entries = [];
+                                                                        
+                                                                                       foreach ($journalFiles as $fullPath) {
+                                                                                               $filename = basename($fullPath); 
+                                                                        
+                                                                                               if (!preg_match('/^\d{8}\.php$/', $filename)) {
+                                                                                                       continue;
+                                                                                               }
+                                                                        
+                                                                                               $date = substr($filename, 0, 8);
+                                                                                               $entries[$date] = $filename;
+                                                                                       }
+                                                                        
+                                                                                       krsort($entries);
+                                                                        
+                                                                                       foreach ($entries as $date => $filename) {
+                                                                                               $url = "/journal/$filename";
+                                                                                               $entryName = date("F j, Y", strtotime($date));
+                                                                                               echo "<li><a href=\"$url\" class=\"entry-list-item\">$entryName</a></li>\n";
+                                                                                       }
+                                                                               ?>
+                                                                       </ul>
+                                                               </td>
+                                                       </tr>
+                                                       
+                                                       <?php include_once("$parts/footer.php");?>
+                                               </tbody>
+                                       </table>
+                               </td>
+                               <td id="rightbox">
+                                       <?php include_once("$parts/rightbox.php");?>
+                               </td>
+                       </tr>
+               </tbody>
   </table>
 </body>
 </html>
index 19a87c430541d0d680a3e94d5d3560af3b2e191c..3369f01c04519b406ec635d8c406080d7abaa214 100644 (file)
@@ -20,6 +20,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">
index 447c1d9e35eb35823d7051c64e123697b27fba05..431e0c706e1bc9caa6a991913b2bec9d3a682ff8 100644 (file)
@@ -20,6 +20,7 @@
                                                        </tr>
                                                        
                                                        <?php include_once("$parts/footer.php");?>
+                                               </tbody>
                                        </table>
                                </td>
                                <td id="rightbox">