Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add js and css file and point those links to the site locally. #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions Course.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,11 @@
?>


<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="./jquery-1.11.1.min.js"></script>

<script src="https://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
<script src="./jquery-ui.min.js"></script>

<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="jquery-ui.css" />
<script>
function CreateGroup() {

Expand Down
6 changes: 3 additions & 3 deletions Courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<div class="row" style="width:80%;margin:auto; text-align:left;">


<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="./jquery-1.11.1.min.js"></script>

<script src="https://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
<script src="./jquery-ui.min.js"></script>

<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="./jquery-ui.css" />
<script>


Expand Down
10 changes: 5 additions & 5 deletions Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<header>


<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<script src="http://118.25.96.118/nor/css/jquery.min.js" type="text/javascript"></script>
<script src="http://118.25.96.118/nor/css/bootsrap.min.js" type="text/javascript"></script>
<link href="http://118.25.96.118/nor/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="http://118.25.96.118/nor/css/jquery.datetimepicker.min.js" type="text/javascript"></script>
<script src="./jquery.min.js" type="text/javascript"></script>
<script src="./bootsrap.min.js" type="text/javascript"></script>
<link href="./bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="./jquery.datetimepicker.min.js" type="text/javascript"></script>



Expand Down
6 changes: 3 additions & 3 deletions Submissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@



<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="./jquery-1.11.1.min.js"></script>

<script src="https://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
<script src="./jquery-ui.min.js"></script>

<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="./jquery-ui.css" />
<script>
function mark(id,title,marks) {

Expand Down
7 changes: 7 additions & 0 deletions bootsrap.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions jquery-1.11.1.min.js

Large diffs are not rendered by default.

Loading