📄 index.php
字号:
<?/* $Id: index.php 4521 2006-09-21 13:07:11Z shacka $ */ include("config.php");?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>Zapatec DHTML Calendar</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" media="all" href="../../../zpcal/themes/winxp.css" title="winxp" > <link href="../../../zpcal/doc/css/zpcal.css" rel="stylesheet" type="text/css"> <link href="../../../zpcal/doc/css/template.css" rel="stylesheet" type="text/css"> <link rel="SHORTCUT ICON" href="http://www.zapatec.com/website/main/favicon.ico"> <link href="../../../menu/themes/lightblue.css" rel="stylesheet" type="text/css"> <link href="../../../win/themes/osx/osx.css" rel="stylesheet" type="text/css"> <link href="../../../win/themes/dialog.css" rel="stylesheet" type="text/css"> <link rel='stylesheet' href='../../../form/themes/rules2.css' type='text/css'> <link rel='stylesheet' href='../../../form/themes/winxp.css' type='text/css'> <!-- import the calendar script --> <script type="text/javascript" src="../../../utils/utils.js"></script> <script type="text/javascript" src="../../../utils/log4js.js"></script> <script type="text/javascript" src="../../../zpcal/src/calendar.js"></script> <script type="text/javascript" src="../../../zpcal/src/calendar-setup.js"></script> <!-- import the language module --> <script type="text/javascript" src="../../../zpcal/lang/calendar-en.js"></script> <!-- other languages might be available in the lang directory; please check your distribution archive. --> <!-- import the calendar setup script --> <script type="text/javascript" src="../../../utils/transport.js"></script> <script type="text/javascript" src="event-calendar.js"></script> <!-- import the calendar script --> <script type="text/javascript" src="../../../zpmenu/src/zpmenu.js"></script> <script type='text/javascript' src='../../../zpwin/src/window.js'></script> <script type='text/javascript' src='../../../zpwin/src/dialog.js'></script> <script type="text/javascript" src="../../../zpform/src/form.js" language="JavaScript"></script> </head> <body onload="load();"> <table class='zpStandard' width='800'> <tr> <td> <div class="topMenuHeader"> <div class="logo"> <a href='http://www.zapatec.com'><img src='http://www.zapatec.com/website/main/images/logoNew.gif' alt='Zapatec logo' border='0'></a> </div> <div class="btn1"> <a href="https://www.zapatec.com/zadmin/buy.jsp"><img src="../doc/images/buttonBuy.png" alt='My Account' border="0"></a> </div> <div class="btn1"> <a href="http://www.zapatec.com/website/main/pricing.jsp"><img src="../doc/images/buttonPricing.png" alt='My Account' border="0"></a> </div> </div> </div><div class='zpCalDemoText'> <div id="flatcal" style="float: right"></div> <div id="flatcal1" style="float: right"></div> <br/> <script type="text/javascript"> var win, cal, add = 0; function load() { Zapatec.Window.maxNumber = 200; win = new Zapatec.Window({showResize : false}); cal = new Zapatec.EventCalendar("flatcal", 0, new Date(), "addInf"); cal.loadFromHost = "<?echo $server_root?>/dates.php"; cal.dateWizardHost = "<?echo $server_root?>/"; cal.emptyCell = "<div style='text-align : center; width : 100%; height : 100%;' onmousedown='add = 1;' onmouseup='if (add == 1) ++add;'>+</div>"; cal.onSelectDate = function (dateObj, empty, evCal) { if (empty && (add == 2)) { if (!win.winDiv) { win.create("center", "center", 615, 452); } var url = "<?echo $server_root?>/newEvent.php?year=" + dateObj.getFullYear() + "&month=" + dateObj.getMonth() + "&day=" + dateObj.getDate() + "&no_auth=true" + "&load=" + (Math.floor(Math.random() * 100)); win.setContentUrl(url); win.show(); win.closeButton.customMouseUp = function (ev, myWin, target) { myWin.close(); cal.calendar.reinit(); }; add = 0; } } cal.show(); } </script> <noscript> <br/> This page uses a <a href='http://www.zapatec.com/website/main/products/prod1/'> Javascript Calendar </a>, but your browser does not support Javascript. <br/> Either enable Javascript in your Browser or upgrade to a newer version. </noscript></div> Additional information <div id="addInf" style="border : solid 1px #000; width : 250px; height : 100px;"> </div> <div class="footer" style='text-align:center; margin-top:2em'> <br/> © 2004 <strong> <a href='http://www.zapatec.com/'>Zapatec, Inc.</a> </strong> </div> </td> </tr> </table> <div id="1" class="f"></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -