| 
<?
date_default_timezone_set('Europe/Zagreb');
 require_once('inc/TDLinc.php');
 require_once('calendar.php');
 include_once('inc/AClass.inc');
 
 $LG="EN";
 
 //Possible choice of different styles
 $jss="Dummy1";
 
 //Possible connection with date record
 $Aid=0;
 
 //Possible choice of different javascript code
 $st="Dummy2";
 
 $bo="Fo();";
 
 $a = new calW($Aid,'Wz(this, 1)','Wz(this)','Zw(this)','Zw(this,2)',' Nn(this)',$jss,$bo,$st,false,"00011111110000000000000000000000");
 
 
 print('<table  cellSpacing="0" cellPadding="0" width="520"   align="center" bgColor="#ffffff"  border="0" >');
 print('<tr><td width="520" align="center">');
 
 AdminDropovi("action='showMeTimeRange.php' method='post'", $Aid, $Dda[$LG],$Doa[$LG]);
 print('</td></tr></table>');
 print('<table  cellSpacing="0" cellPadding="0" width="520"   align="center" bgColor="#ffffff"  border="0" >');
 print('<tr><td width="520" align="center">');
 print('<input type="hidden" name="Aid" value="'.$Aid.'">');
 
 print('<p align="center"><b>'.$Dnt[$LG].'</b><input type="submit" class="butt" value="Submit"></p></td></tr></form></table>');
 print('<br>');
 print("</body></html>");
 
 ?>
 
 |