-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.tmp_newIndex.html.99428~
53 lines (38 loc) · 1.64 KB
/
.tmp_newIndex.html.99428~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BucketList</title>
<link rel="stylesheet" href="css/newbucketList.css" type="text/css">
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="3rdparty/jquery_1.4.2/jquery_libraries/ui/jquery.ui.core.js"></script>
<script src="3rdparty/jquery_1.4.2/jquery_libraries/ui/jquery.ui.widget.js"></script>
<script src="3rdparty/jquery_1.4.2/jquery_libraries/ui/jquery.ui.mouse.js"></script>
<script src="3rdparty/jquery_1.4.2/jquery_libraries/ui/jquery.ui.draggable.js"></script>
<script type="text/javascript" src="js/newbucketList.js"></script>
<script type="text/javascript" language="JavaScript">
var currentView = "welcome";
</script>
</head>
<body>
<div id="container">
<div id="dropDownBar">
<div id="nameDropDown">
<input type="button" id="nameButton" value = "Alice Packer"></button>
</div>
<div id="rightSideDropDowns">
<div id="alertDropDown">
<input type="button" id="alertButton" value = "My Alerts"></button>
</div>
<div id="myTasksDropDown">
<input type="button" id="tasksButton" value = "My Tasks"></button>
</div>
</div>
</div>
<div id="paperHolder" class="draggable">
</div>
</div> <!-- END container -->
</body>
</html>