<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%> <% // *** Validate request to log in to this site. var MM_LoginAction = Request.ServerVariables("URL"); if (Request.QueryString!="") MM_LoginAction += "?" + Request.QueryString; var MM_valUsername=String(Request.Form("user")); if (MM_valUsername != "undefined") { var MM_fldUserAuthorization=""; var MM_redirectLoginSuccess="Topic.asp"; var MM_redirectLoginFailed="loginfailure.html"; var MM_flag="ADODB.Recordset"; var MM_rsUser = Server.CreateObject(MM_flag); MM_rsUser.ActiveConnection = MM_conn_STRING; MM_rsUser.Source = "SELECT User, Password"; if (MM_fldUserAuthorization != "") MM_rsUser.Source += "," + MM_fldUserAuthorization; MM_rsUser.Source += " FROM User WHERE User='" + MM_valUsername.replace(/'/g, "''") + "' AND Password='" + String(Request.Form("password")).replace(/'/g, "''") + "'"; MM_rsUser.CursorType = 0; MM_rsUser.CursorLocation = 2; MM_rsUser.LockType = 3; MM_rsUser.Open(); if (!MM_rsUser.EOF || !MM_rsUser.BOF) { // username and password match - this is a valid user Session("MM_Username") = MM_valUsername; if (MM_fldUserAuthorization != "") { Session("MM_UserAuthorization") = String(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value); } else { Session("MM_UserAuthorization") = ""; } if (String(Request.QueryString("accessdenied")) != "undefined" && false) { MM_redirectLoginSuccess = Request.QueryString("accessdenied"); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginSuccess); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginFailed); } %> 攀枝花市第十六中学
网站地图
用户登录
用户注册
! 现在是

 

 

首页
学校概况
校园文化
党群工作
学科教学
德育之窗
家校通
后勤管理
 
 
 
 
 

 

当前位置:首页--英语--文化时空
英 语
 

愚人节的起源


UNLIKE most other nonfoolish holidays,April Fool's Day,or sometimes All Fool's day,has a fairly(非常) foggy(模糊) history.There is no"first April Fool's Day "that can be pinpointed(查明).Some believe it evolved in several cultures at the same time.The closest point in time that can be identified as the beginning of this tradition is 1582,in France.Prior(在**之前)to that,the new year was celebrated for eight days,in the spring ,beginning on March 25 and ending on April 1.New Year's Day was moved to January 1,when Charles Ⅸ of France introduced the Gregorian Calendar (阳历)in 1564.However,communications being what they were in the days when news travelled by foot,many people did not receive the news for several years.Others refused to accept the new calendar and continued to celebrate the new year on April 1.These "backward(落后的)folk(人民)"were labeled(贴上标签,称为) as "fools" by the populace(平民).This troublesome behaviour evolved over time into a tradition of prank-playing(恶作剧) on the first day of April .The tradition spread to England and Scotland in the 18th century.April Fool's Day then developed into an international day of fun.

 


©版权所有:攀枝花市第十六中学校
联系地址:四川省攀枝花市东区弄弄坪东风二村70号 邮编:617023
电话:0812-3315065 0812-3317300