This repository was archived by the owner on Sep 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
< body >
8
8
< h1 > Kluzy-Test-Server </ h1 >
9
9
< p > Note: Searches are exact only!</ p >
10
- < input type ="button " onclick ="hello_world() " value ="Say hi to JavaScript "/>
10
+ < input type ="button " onclick ="hello_world() " value ="Say hello to JavaScript "/>
11
11
< ul id ="JsHi "> </ ul >
12
12
< input type ="button " onclick ="location.href='/users/index' " value ="Users database "/> < br >
13
13
<!--
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > Kluzy-Users</ title >
4
+ < script type ="text/javascript " src ="/../settings.js "> </ script >
4
5
< script type ="text/javascript " src ="add_user.js "> </ script >
5
6
</ head >
6
7
< body >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > Kluzy-Users</ title >
4
+ < script type ="text/javascript " src ="/../settings.js "> </ script >
4
5
< script type ="text/javascript " src ="update_user.js "> </ script >
5
6
</ head >
6
7
< body onload ="get_user_from_url(); ">
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > Search Users</ title >
4
- < script type ="text/javascript " src ="/get_users.js "> </ script >
4
+ < script type ="text/javascript " src ="/../settings.js "> </ script >
5
+ < script type ="text/javascript " src ="/get_users.js "> </ script >
5
6
</ head >
6
7
< body >
7
8
< h1 > Search Users Database </ h1 >
You can’t perform that action at this time.
0 commit comments