PHP Classes

File: template/skin2.html

Recommend this page to a friend!
  Classes of Fidel Bravo   Kalender   template/skin2.html   Download  
File: template/skin2.html
Role: Auxiliary data
Content type: text/plain
Description: Design 2
Class: Kalender
Display month calendars denoting holidays
Author: By
Last change:
Date: 18 years ago
Size: 2,167 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Kalender 1.4</title> <style type="text/css"> div { margin:0; padding:0; width:210px; height:20px; border-left:1px solid #FFD700; border-right:1px solid #FFD700; border-bottom:1px solid #FFD700; width:212px } html>body div { margin:0; padding:0; width:210px; height:20px; border-left:1px solid #FFD700; border-right:1px solid #FFD700; border-bottom:1px solid #FFD700; } div div { font-family:verdana; font-size:10px; line-height:20px; height:20px; width:30px; text-align:center; float:left; border:0; marigin:0; padding:0; } html>body div div { font-family:verdana; font-size:10px; line-height:20px; height:20px; width:30px; text-align:center; float:left; border:0; marigin:0; padding:0; } a { font-family:verdana; font-size:10px; width:30px; line-height:20px; height:20px; text-align:center; } a:link,a:visited { color:#00C;text-decoration:none;width:30px; } a:focus,a:hover,a:active { color: #000;text-decoration:underline;width:30px;} #head{ font-family:verdana; font-size:10px; line-height:20px;height:20px;font-weight:bold; width:210px;background-color:#FFD700; text-align:center;margin:0;padding:0; } #head span a { font-family:verdana; font-size:10px; line-height:20px; text-align:center; width:25px; } #head span a:link, #head span a:visited { color:#00C; text-decoration:none; width:25px; } #head span a:focus,#head span a:hover,#head span a:active { color: #000;text-decoration: underline;width:25px;} </style> </head> <body> <div><div id="head">{month}</div></div> <div><!-- BEGIN WEEKDAYS --><div {classweekdays}>{weekdays}</div><!-- END WEEKDAYS --></div> <!-- BEGIN WEEK --> <div><!-- BEGIN DAYS --><div {_classdays}>{days}</div><!-- END DAYS --></div> <!-- END WEEK --> {holiday} </body> </html>