Skip to content
Open
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
12 changes: 5 additions & 7 deletions src/lab/references.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- We use the jquery javascript library for DOM manipulation and
some javascript tricks. We serve the script from Google because it's
faster than most ISPs. Get more information and documentation
at http://jquery.com
at http://jquery.com
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> -->
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>

Expand All @@ -28,7 +28,7 @@

<!-- This is 'Backgound_bkgnd_center_jpg' -->
<div id="Layer-1" class="Backgound_bkgnd_center_jpg" >


<!-- This is 'TopBar_jpg' -->
<div id="Layer-3" class="TopBar_jpg" >
Expand All @@ -37,11 +37,11 @@
<div id="Layer-6" class="IIIT" >
<img src="images/iiit.png" width="100" height="70" alt="IIIT" class="pngimg" />
</div>

<div id="topMenu">
<h1>VIRTUAL LAB in IMAGE PROCESSING</h1>
<div class="home">
<a href="index.php">home</a>
<a href="index.html">home</a>
</div>

<div class="menu">
Expand Down Expand Up @@ -70,10 +70,8 @@
</div>
<div class="experiment" style="text-indent: 20px; background-color: #FFFFFF;
color: black;" >
<?php
<?php
include('./'.$exp.'/references.html');
?>
</div>
</body>