File: toggle-optm-jsoff-sep.html

package info (click to toggle)
twiki 1%3A4.0.5-9.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 20,000 kB
  • ctags: 4,044
  • sloc: perl: 29,135; python: 2,583; xml: 573; sh: 256; makefile: 150; php: 129
file content (44 lines) | stat: -rw-r--r-- 1,776 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Toggle test</title>
<style type="text/css" media="all">
@import url("http://twiki.org/p/pub/TWiki/PatternSkin/layout.css");
@import url("twist.css");
/* custom implementation for placeholder text, normally to be implemented by skins */
.twistyPlaceholder { color:#8490A1; }
</style>

<script type="text/javascript" src="twist.js"></script>
</head>
<body>

<p>
<span id="no_1show" class="twistyMakeVisible">
	<a href="#" class="twistyTrigger">Expand...</a>
	<span class="twistyPlaceholder twistyMakeVisible">Hamlet is without question the most famous play in the English language...</span>
</span>
<span id="no_1hide" class="twistyHidden">
	<a href="#" class="twistyTrigger">Collapse...</a>
</span>
<span id="no_1toggle" class="twistyMakeHidden">
Hamlet is without question the most famous play in the English language. Probably written in 1601 or 1602, the tragedy is a milestone in Shakespeare's dramatic development; the playwright achieved artistic maturity in this work through his brilliant depiction of the hero's struggle with two opposing forces: moral integrity and the need to avenge his father's murder.
</span>
</p>

<p>
<span id="no_2show" class="twistyMakeVisible">
<a href="#" class="twistyTrigger">Show logo</a>
</span>
<span id="no_2hide" class="twistyHidden twistyMakeVisible">
<a href="#" class="twistyTrigger">Hide logo</a>
</span>
</p>
<div id="no_2toggle" class="twistyMakeHidden">
<img src="%PUBURL%/%TWIKIWEB%/TWikiLogos/T-logo-476x130-t.gif" alt="" />
</div>

</body>
</html>