-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathslider3.php
39 lines (39 loc) · 1.55 KB
/
slider3.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
<?php
/*
* Content of the third slide.
*/
?>
<div id="slide3" class="slide" style="width: 900px;" style="margin: 0 auto;" >
<div id="slideContainer3" display="none" >
<div style="width: 850px; margin: 20px auto;" >
<button id="PreviousButton2" class="btn" ><< Detailed view</button>
<br style="clear:both" >
<br>
<span id="tableViewTitle" style="font-size: 18px; line-height: 27px; color: inherit; font-weight: bold; margin: 0; text-rendering: optimizelegibility;" ></span>
<br>
<br />
<table width="850" border="0" >
<tr>
<td width="450">
<div id="tableViewBefore1" ></div>
</td>
<td>
<div style="text-align: right;" ><span id="tableViewBefore2" ></span></div>
</td>
</tr>
<tr>
<td>
<div id="tableViewBefore3" ></div>
</td>
<td>
<div id="tableViewBefore4" ></div>
</td>
</tr>
</table>
<div id="tableViewBlock" style="overflow-x: scroll; overflow-y: hidden; width: 850px; margin: 0px auto; border-right: 1px dotted grey;" >
<div id="tableView" style="width: 1800px; white-space: nowrap; border: 1px solid black;" ></div>
</div>
<div id="tableViewAfter" ></div>
</div>
</div>
</div>