-
Notifications
You must be signed in to change notification settings - Fork 0
/
searching_page.php
33 lines (31 loc) · 1.41 KB
/
searching_page.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
<div id="search_div">
<div class="bodyleft">
<br>
<span id="searchtext">Search here for your file...</span>
<input id="search" type="text" placeholder="Search">
<img id="searchimage" onclick="search()" src="images/search.png" alt="search" width="40" height="40"/>
<br>
<div>
<label id="search_result"></label>
</div>
<button id="subbutton1">
<img id="buttonimage1" src="images/files.png" alt="file" width="15" height="15"/>
Files
</button>
<button id="subbutton">
<img id="buttonimage2" src="images/video.png" alt="video" width="15" height="15">
Videos
</button>
<button id="subbutton">
<img id="buttonimage2" src="images/music.png" alt="music" width="15" height="15">
Music
</button>
<button id="subbutton">
<img id="buttonimage2" src="images/photos.png" alt="photo" width="15" height="15">
Photos
</button>
<button id="download" onclick="download_item()">
Download
</button>
</div>
</div>