Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lab/exp1/quizconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ win2.document.write('</center></font>')
win2.document.write("<h5>Note: The solutions in red are the ones to the questions you had incorrectly answered.</h5>")
win2.document.close()
}

2 changes: 1 addition & 1 deletion src/lab/exp1/results.htm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</script>

<input type="button" value="Take the quiz again" name="B1"
onClick="history.go(-1)" onmouseover="" style="cursor: pointer;"> <input type="button" value="View solution" name="B2"
onClick="location.href='Quizzes.html'" onmouseover="" style="cursor: pointer;"> <input type="button" value="View solution" name="B2"
onClick="showsolution()" onmouseover="" style="cursor: pointer;"></p>
</center></div>
</form>
Expand Down
14 changes: 7 additions & 7 deletions src/lab/exp6/Further Readings.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@

<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li " >
<a href="http://vlabs.ac.in/index.html" class="menu-a" >HOME</a>
<a href="http://vlabs.ac.in/" class="menu-a" >HOME</a>
</li>
<li class="page-scroll menu-li menu-li-active">
<a href="http://vlabs.ac.in/labs.html" class="menu-a menu-a-active" >ALL LABS</a>
<a href="http://vlabs.ac.in/search.php" class="menu-a menu-a-active" >ALL LABS</a>
</li>
<li class="page-scroll menu-li " >
<a href="http://vlabs.ac.in/index.html#partner" class="menu-a" >PARTNERS</a>
<a href="http://vlabs.ac.in/#partner" class="menu-a" >PARTNERS</a>
</li><li class="page-scroll menu-li " >
<a href="http://vlabs.ac.in/index.html#contact" class="menu-a" >CONTACT</a>
<a href="http://vlabs.ac.in/#contact" class="menu-a" >CONTACT</a>
</li>
</ul>

Expand All @@ -88,7 +88,7 @@

<!-- =================================================================================================================================== -->
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlabs.ac.in/civil-engineering-labs.html" class="sidebar-a" >Civil Engineering</a> &rarr;<a href="../Introduction.html" class="sidebar-a" >Structural Dynamics Lab</a>&nbsp&rarr;<a href="../List of experiments.html" class="sidebar-a" >List Of Experiments</a><br/></h2>
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlab.co.in/ba_labs_all.php?id=7" class="sidebar-a" >Civil Engineering</a> &rarr;<a href="../Introduction.html" class="sidebar-a" >Structural Dynamics Lab</a>&nbsp&rarr;<a href="../List of experiments.html" class="sidebar-a" >List Of Experiments</a><br/></h2>

<div class="row">
<div class="col-md-2 sidebar-col-2">
Expand All @@ -107,7 +107,7 @@ <h1 class="text-h2-lightblue">Vibration of M.D.O.F system</h1><div class="conten
<a href="http://ece.olin.edu/dynamics/assign/ps5_f08.pdf">http://ece.olin.edu/dynamics/assign/ps5_f08.pdf</a>
</li> -->
<li>
<a href="http://www.aerostudents.com/files/vibrations/multipleDegreeOfFreedomSystems.pdf">http://www.aerostudents.com/files/vibrations/multipleDegreeOfFreedomSystems.pdf</a>
<a href="http://www.aerostudents.com/courses/vibrations/vibrationsFullVersion.pdf">http://www.aerostudents.com/courses/vibrations/vibrationsFullVersion.pdf</a>
</li>
<li>
"Earthquake Resistant Design of Structures" by Pankaj Agarwal, Manish Shrikande
Expand Down Expand Up @@ -234,4 +234,4 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
});
</script>

</html>