You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by st...@apache.org on 2002/02/24 00:38:53 UTC

cvs commit: xml-forrest/layout/xml.apache.org home.css home.html

stefano     02/02/23 15:38:53

  Modified:    layout/xml.apache.org home.css home.html
  Log:
  added a calendar to the home page
  
  Revision  Changes    Path
  1.2       +6 -0      xml-forrest/layout/xml.apache.org/home.css
  
  Index: home.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/layout/xml.apache.org/home.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- home.css	6 Feb 2002 17:38:07 -0000	1.1
  +++ home.css	23 Feb 2002 23:38:53 -0000	1.2
  @@ -43,3 +43,9 @@
   .news .by a { color: #7099C5; }
   .news .text { margin: 5px 0px 0px 0px; }
   .news img { float: left; margin: 5px 5px 5px 5px; border: 0px; width: 35px; height: 35px; }
  +
  +.calendar { width: 1px; font-size: 9px; text-align: center; }
  +.calendar .month { font-size: 12px; }
  +.calendar .days { font-weight: bold; }
  +.calendar .active { font-size: 11px; font-weight: bold; }
  +.calendar .current { background-color: #CFDCED; }
  \ No newline at end of file
  
  
  
  1.2       +69 -0     xml-forrest/layout/xml.apache.org/home.html
  
  Index: home.html
  ===================================================================
  RCS file: /home/cvs/xml-forrest/layout/xml.apache.org/home.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- home.html	6 Feb 2002 17:38:07 -0000	1.1
  +++ home.html	23 Feb 2002 23:38:53 -0000	1.2
  @@ -268,6 +268,75 @@
      </div>
     </div>
       
  +  <div class="frame">
  +   <div class="label">Calendar of Events</div>
  +   <div class="content">
  +    <table class="calendar" align="center">
  +    	<tr class="month">
  +    	 <td><a href="calendar/2002/01" title="January 2002">&laquo;</a></td>
  +    	 <td colspan="5">
  +    	  <a href="calendar/2002/02" nowrap="true">February 2002</a>
  +    	 </td>
  +    	 <td><a href="calendar/2002/03" title="March 2002">&raquo;</a></td>
  +    	</tr>
  +    	<tr class="days">
  +     	<td>Sun</td>
  +     	<td>Mon</td>
  +     	<td>Tue</td>
  +     	<td>Wed</td>
  +     	<td>Thu</td>
  +     	<td>Fri</td>
  +     	<td>Sat</td>
  +    	</tr>
  +  	  <tr>
  +     	<td>&nbsp;</td>
  +     	<td>&nbsp;</td>
  +     	<td>&nbsp;</td>
  +     	<td>&nbsp;</td>
  +     	<td>&nbsp;</td>
  +     	<td>1</td>
  +     	<td>2</td>
  +    	</tr>
  +     <tr>
  +     	<td>3</td>
  +     	<td>4</td>
  +     	<td>5</td>
  +     	<td>6</td>
  +     	<td>7</td>
  +     	<td>8</td>
  +     	<td>9</td>
  +    	</tr>
  +     <tr>
  +     	<td>10</td>
  +     	<td>11</td>
  +     	<td>12</td>
  +     	<td>13</td>
  +     	<td>14</td>
  +     	<td>15</td>
  +     	<td>16</td>
  +    	</tr>
  +     <tr>
  +     	<td>17</td>
  +     	<td class="active"><a href="calendar/2002/02/18">18</a></td>
  +     	<td>19</td>
  +     	<td>20</td>
  +     	<td>21</td>
  +     	<td>22</td>
  +     	<td class="current">23</td>
  +  	  </tr>
  +     <tr>
  +     	<td>24</td>
  +     	<td>25</td>
  +     	<td>26</td>
  +     	<td>27</td>
  +     	<td>28</td>
  +     	<td>&nbsp;</td>
  +     	<td>&nbsp;</td>
  +    	</tr>
  +    </table>   
  +   </div>
  +  </div>  
  +  
    </td>
   </tr>
   </table>