-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlist.php
42 lines (40 loc) · 2.26 KB
/
list.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NoteList</title>
<style type="text/css">
body,td,th {
color: #D6D6D6;
border-top-width: 50px;
border-right-width: 50px;
border-bottom-width: 50px;
border-left-width: 50px;
border-top-style: 50;
border-right-style: 50;
border-bottom-style: 50;
border-left-style: 50;
}
body {
background-attachment: fixed;
background-position:center;
background-size:90% 90%;
background-color: #F8F8D2;
background-image: url(PIC/nobutton/U_notelist/U_list.JPG);
background-repeat: no-repeat;
}
</style>
</head>
<button onClick="self.location.href='./home.html'" style="position: absolute; top: 10%; left:80%; width: 15%; height: 5%;"><img src= "./PIC/button/home.JPG"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href=''" style="position:absolute; top:20%; left:80%; -webkit-transform:rotate(-8deg); width: 15%; height: 5%;"><img src= "./PIC/button_green/G_notelist.JPG"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href='./post_edit.php'" style="position:absolute; top:30%; left:80%; width=20%; height=10%; width: 15%; height: 5%; "><img src= "./PIC/button/new note.JPG"; width=100%; height=100%;></button>
<button onClick="self.location.href='./logout.php'" style="position:absolute; top:40%; left:80%; width=20%; height=10%; width: 15%; height: 5%; "><img src= "./PIC/button/logout.JPG"; width=100%; height=100%;></button>
<button onClick="self.location.href='./history.php'" style="position: absolute; top: 40%; left:40%; width: 15%; height: 5%;"><img src= "./PIC/button/history.jpg"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href='./popular.php'" style="position:absolute; top:50%; left:40%; width: 15%; height: 5%;"><img src= "./PIC/button/popular.jpg"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href='./subject.php'" style="position:absolute; top:60%; left:40%; width=20%; height=10%; width: 15%; height: 5%; "><img src= "./PIC/button/subject.jpg"; width=100%; height=100%;></button>
</body>
</html>