resourcecontent.html
来自「ccna」· HTML 代码 · 共 213 行
HTML
213 行
<html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <link type="text/css" rel="stylesheet" href="../../../../../css/ccna.css"> <script src="../../../../../js/framesetHelper.js" language="JavaScript"></script><script language="JavaScript"> var pageLoaded = false; var current = ''; var currentChapter = 'knet-v214aCH48751'; function launchReference(rioID, rloID, chapterID) { contentID = "knet-v214aCV47051"; dash = contentID.indexOf('-'); sub1 = contentID.substring(0,dash); sub2 = contentID.substring(dash+1); numbackParams = "CHAPID=" + chapterID + "/RLOID=" + rloID + "/RIOID=" + rioID; ContentRef = "../../../../../"+ numbackParams + "/"+ sub1 +"/"+ sub2 +"/"; eval('top.frames.main_frame.location.href="'+ContentRef+'referencecontroller_pf.html"'); } function PrevPage() { top.currentSupport--; if (top.currentSupport <= 0) { returnContent(); } else { if (top.firstSupportPage == top.contentResourceID) { returnContent(); } else if (top.prevPage == quizID) { launchQuiz(); } else { launchReview(); } } } function launchReview(reviewID) { top.currentSupport = 0; chapterID = "knet-v214aCH48751"; nbparams = "CHAPID="+chapterID+"/RLOID="+"knet-v214aRLO48759"+"/RIOID="+reviewID; dash = chapterID.indexOf('-'); sub1 = chapterID.substring(0,dash); sub2 = chapterID.substring(dash+1); ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/"; //alert(ContentRef); eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"'); //added for navigating between Quiz and Review and back to regular Chapter pages top.currentSupport++; top.firstSupportPage = reviewID; top.prevPage = reviewID; top.contentResourceID = ''; } function launchQuiz(quizID) { top.currentSupport = 0; chapterID = "knet-v214aCH48751"; nbparams = "CHAPID="+chapterID+"/RLOID="+""+"/RIOID="+""; dash = chapterID.indexOf('-'); sub1 = chapterID.substring(0,dash); sub2 = chapterID.substring(dash+1); ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/"; //alert(ContentRef); eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"'); //added for navigating between Quiz and Review and back to regular Chapter pages top.currentSupport++; top.firstSupportPage = quizID; top.prevPage = quizID; top.contentResourceID = ''; } function returnContent() { rioID = top.currentPage; rloID = top.currentRLO; ContentID = top.currentChapter; top.firstSupportPage = ''; top.prevPage = ''; top.contentResourceID = ''; top.currentSupport = 0; nbparams = "CHAPID="+ContentID+"/RLOID="+rloID+"/RIOID="+rioID; dash = ContentID.indexOf('-'); sub1 = ContentID.substring(0,dash); sub2 = ContentID.substring(dash+1); ContentRef = "../../../../../"+ nbparams +"/"+ sub1 +"/"+ sub2 +"/" eval('top.frames.main_frame.location.href="'+ContentRef+'pageframesetrio.html"'); } </script> </head> <body leftmargin="20" topmargin="10" marginwidth="30" marginheight="10" bgcolor="#FFFFFF" onLoad="window.focus();" background="../../../../../images/ccna/common/lab/bglab.gif"> <table bgcolor="#000000" cellspacing="0" width="100%" border="0"> <tr> <td width="100%"> <table cellpadding="4" cellspacing="1" width="100%" border="0"> <tr> <td width="10%" bgcolor="#FFFFFF" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td width="33%"><script language="JavaScript"> //if (parent.parent.getTopName() == "chapterframeset") //{ var imgSource = '../../../../../images/ccna/common/lab/labback.gif'; document.write('<a href="javascript:PrevPage();">'); document.write('<img src="' + imgSource + '" border="0">'); document.write('</a>'); //} </script></td><td width="33%"><img border="0" src="../../../../../images/ccna/common/icon6.gif"></td> </tr> </table> <p> </p> </td><td bgcolor="#FFFFFF" valign="top"> <p align="left"> <span class="resourceTitle">Template 0.6.1 Lesson Plan</span> </p><p class="smtext"> <b>Lesson Plan No. ____</b> </p><p class="smtext"> <b>Headline</b>[What catchy title summarizes this lesson plan?]</p><p class="smtext"> <b>In Advance</b> [What must the instructor prepare in advance?]</p><span class="smtext"> <ul type="disc"><li>Review [curriculum, instructor's guide, websites, books]</li><li>Materials [lab materials, tools and consumables]</li></ul> </span><p class="smtext"> <b>Preparation for Learning</b> [What do the students need? Note: This is also known as an anticipatory set.]</p><span class="smtext"> <ul type="disc"><li>Target indicators [behavioral objectives]</li><li>Vocabulary [introduced in this lesson]</li><li>Focus questions [student assignment]</li></ul> </span><p class="smtext"> <b>Delivery of Instruction</b> [How will the instruction be performed?]</p><span class="smtext"> <ul type="disc"><li>Lecture [recommend10-minute topical mini-lectures]</li><li>Key graphics [a few that summarize the main points of the lecture]</li><li>Online [online assignments, extensive use of some form of study guide]</li></ul> </span><p class="smtext"> <b>Lab/Activity</b> [We advise doing as many labs and activities as is relevant and possible, along with extensive use of the <i>Engineering Journal</i>.]</p><p class="smtext"> <b>Assessment</b> [Do you want to use the online practice quizzes, assessment server exams, skills-based assessments, oral exams, or written quizzes?]</p><p class="smtext"> <b>Reflection</b> [Students should write in their journals.]</p><p class="smtext"> <b>Homework</b> [Assign practice problems, online or printed reading assignments, lab and journal revisions.]</p><p class="smtext"> <b>Resources</b> </p><span class="smtext"> <ul type="disc"><li>websites [Which websites were particularly relevant to this lesson?]</li><li>Alternate lesson plan ideas [Which ideas from the Community Server, and from other teachers, relate to this lesson?]</li><li>Books [Which reference books relate to this lesson?]</li></ul> </span></td> </tr> </table> </td> </tr> </table> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?