JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix db_get_value after mysql->mysqli upgrade
[wfpl.git] / examples / calendar.html
index 8edc126..ab6077f 100644 (file)
@@ -10,7 +10,7 @@
   <div class="calendar">
     <table border="0" cellspacing="0" cellpadding="0" summary="">
       <tr>
-        <td colspan="7" class="year">~month_year.html~</td>
+        <td colspan="7" class="year">~month_year html~</td>
       </tr>
       <tr>
         <th><div class="headerbox">Sun</div></th>
         <th><div class="headerbox">Fri</div></th>
         <th><div class="headerbox">Sat</div></th>
       </tr>
-      <!--~week start~-->
-      <tr><!--~day start~--><!--~nonday start~-->
-        <td class="nonday"><div class="daybox">&nbsp;</div></td><!--~end~--><!--~empty_day start~-->
-        <td class="empty_day"><div class="daybox">~day_number.html~</div></td><!--~end~--><!--~busy_day start~-->
-        <td class="busy_day"><a href="~day_page.attr~">~day_number.html~</a></td><!--~end~--><!--~empty_weekend start~-->
-        <td class="empty_weekend"><div class="daybox">~day_number.html~</div></td><!--~end~--><!--~busy_weekend start~-->
-        <td class="busy_weekend"><a href="~day_page.attr~">~day_number.html~</a></td><!--~end~--><!--~end~-->
+      <!--~week {~-->
+      <tr><!--~day {~--><!--~nonday {~-->
+        <td class="nonday"><div class="daybox">&nbsp;</div></td><!--~}~--><!--~empty_day {~-->
+        <td class="empty_day"><div class="daybox">~day_number html~</div></td><!--~}~--><!--~busy_day {~-->
+        <td class="busy_day"><a href="~day_page attr~">~day_number html~</a></td><!--~}~--><!--~empty_weekend {~-->
+        <td class="empty_weekend"><div class="daybox">~day_number html~</div></td><!--~}~--><!--~busy_weekend {~-->
+        <td class="busy_weekend"><a href="~day_page attr~">~day_number html~</a></td><!--~}~--><!--~}~-->
       </tr>
-      <!--~end~-->
+      <!--~}~-->
     </table>
   </div>
 </body>