File: slideshow.vt

package info (click to toggle)
openrefine-butterfly 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: java: 3,180; sh: 413; xml: 345; javascript: 100; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1>Slideshow</h1>

<p>This page contains a DHTML image slideshow implemented using the <a href="http://jquery.com/">jQuery</a> library. View the HTML source to appreciate it.</p>

<div id="slideshow">
	<div id="image" style="text-align: center"></div>

	<table align="center" width="35%">
		<tr>
			<td align="left" width="25%"><a href="javascript:previous()" id="previous">&laquo; previous</a></td>
			<td align="center"><span id="caption"/></td>
			<td align="right" width="25%"><a href="javascript:next()" id="next">next &raquo;</a></td>
		</tr>
	</table>
</div>