代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="style/font-awesome/css/font-awesome.css">
<script type="text/javascript" src="style/js/jquery-3.5.1.js"></script>
<title>search status form</title>
<script type="text/jscript">
//
$(function(){
$(".item").each(function(){
$(this).children(".item-content").hide();
});
$(".question").each(function(){
$(this).click(function(){
var navEle = $(this).parents(".item").children(".item-content");
if(navEle.css("display") != "none"){
navEle.slideUp(500);
}else{
var navMenu = navEle.parents(".item");
var otherNavs = navMenu.siblings();
otherNavs.each(function(){
$(this).children(".item-content").slideUp(500);
});
navEle.slideDown(500);
}
});
});
});
</script>
</head>
<body>
<form class="post-form" method="get" action ="poststatusprocess.php">
<div class="table-left"></div>
<div class="table-right">
<div class="title">
<i class="fa fa-user-circle fa-3x" aria-hidden="true"></i>
<h2> About this assignment</h2>
</div>
<div class="right-login">
Return to<a href="index.html"> Home Page</a>
</div>
<div class="table-seg"></div>
<div class="table-input" >
<div class="content-left" id="content-left">
<div class="nav">
<!-- every item -->
<div class="item">
<!-- question -->
<div class="question">What special features have you done or attempted in creating the website?</div>
<!-- answer -->
<div class="item-content">
<div class="answer">This is a report webpage for presenting what you have done based on the question provided.
Step 1. List your answers in bullet point for each question. For readability, include the questions as
well.
What special features have you done or attempted in creating the website?
Which part(s) did you have trouble with?
What would you like to do better next time?
What you have learnt along the way? Did you use any references or resources during this
</div>
</div>
</div>
<div class="seg"></div>
<div class="item">
<!-- question-->
<div class="question">Which part(s) did you have trouble with?</div>
<!-- answer -->
<div class="item-content">
<div class="answer">This is a report webpage for presenting what you have done based on the question provided. Step 1. List your answers in bullet point for each question. For readability, include the questions as well. What special features have you done or attempted in creating the website? Which part(s) did you have trouble with? What would you like to do better next time? What you have learnt along the way? Did you use any references or resources during this</div>
</div>
</div>
<div class="seg"></div>
<div class="item">
<!-- question -->
<div class="question">What would you like to do better next time?</div>
<!-- answer -->
<div class="item-content">
<div class="answer">This is a report webpage for presenting what you have done based on the question provided. Step 1. List your answers in bullet point for each question. For readability, include the questions as well. What special features have you done or attempted in creating the website? Which part(s) did you have trouble with? What would you like to do better next time? What you have learnt along the way? Did you use any references or resources during this</div>
</div>
</div>
<div class="seg"></div>
<div class="item">
<!-- question -->
<div class="question">What you have learnt along the way? Did you use any references or resources during this
project? If so, please include the sources.</div>
<!-- answer -->
<div class="item-content">
<div class="answer">This is a report webpage for presenting what you have done based on the question provided. Step 1. List your answers in bullet point for each question. For readability, include the questions as well. What special features have you done or attempted in creating the website? Which part(s) did you have trouble with? What would you like to do better next time? What you have learnt along the way? Did you use any references or resources during this</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。