~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/tests/accordion.html

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="en">
3
 
<head>
4
 
        <title>jQuery UI Accordion Test Suite</title>
5
 
        
6
 
        <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
7
 
 
8
 
        <script type="text/javascript" src="../jquery-1.2.6.js"></script>
9
 
        <script type="text/javascript" src="../ui/ui.core.js"></script>
10
 
        <script type="text/javascript" src="../ui/ui.accordion.js"></script>
11
 
        
12
 
        <script type="text/javascript" src="qunit/testrunner.js"></script>
13
 
        <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
14
 
 
15
 
        <script type="text/javascript" src="accordion.js"></script>
16
 
 
17
 
        <style type="text/css">
18
 
                .xerror, .error { display: none }
19
 
        </style>
20
 
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
</head>
26
 
<body>
27
 
 
28
 
<h1 id="header">jQuery UI Accordion Test Suite</h1>
29
 
<h2 id="banner"></h2>
30
 
<h2 id="userAgent"></h2>
31
 
 
32
 
<ol id="tests"></ol>
33
 
 
34
 
<div id="main" style="position:absolute;top:-2000000px;">
35
 
 
36
 
        <div id="list1">
37
 
                <a>There is one obvious advantage:</a>
38
 
                <div>
39
 
                        <p>
40
 
                                You've seen it coming!<br/>
41
 
                                Buy now and get nothing for free!<br/>
42
 
                                Well, at least no free beer. Perhaps a bear, if you can afford it.
43
 
                        </p>
44
 
                </div>
45
 
                <a>Now that you've got...</a>
46
 
                <div>
47
 
                        <p>
48
 
                                your bear, you have to admit it!<br/>
49
 
                                No, we aren't selling bears.
50
 
                        </p>
51
 
                        <p>
52
 
                                We could talk about renting one.
53
 
                        </p>
54
 
                </div>
55
 
                <a>Rent one bear, ...</a>
56
 
                <div>
57
 
                        <p>
58
 
                                get two for three beer.
59
 
                        </p>
60
 
                        <p>
61
 
                                And now, for something completely different.
62
 
                        </p>
63
 
                </div>
64
 
        </div>
65
 
 
66
 
        <ul id="navigation">
67
 
                <li>
68
 
                        <a class="head" href="?p=1.1.1">Guitar</a>
69
 
                        <ul>
70
 
                                <li><a href="?p=1.1.1.1">Electric</a></li>
71
 
                                <li><a href="?p=1.1.1.2">Acoustic</a></li>
72
 
                                <li><a href="?p=1.1.1.3">Amps</a></li>
73
 
                                <li><a href="?p=1.1.1.4">Effects</a></li>
74
 
                                <li><a href="?p=1.1.1.5">Accessories</a></li>
75
 
                        </ul> 
76
 
                </li>
77
 
                <li>
78
 
                        <a class="head" href="?p=1.1.2"><span>Bass</span></a>
79
 
                        <ul>
80
 
                                <li><a href="?p=1.1.2.1">Electric</a></li>
81
 
                                <li><a href="?p=1.1.2.2">Acoustic</a></li>
82
 
                                <li><a href="?p=1.1.2.3">Amps</a></li>
83
 
                                <li><a href="?p=1.1.2.4">Effects</a></li>
84
 
                                <li><a href="?p=1.1.2.5">Accessories</a></li>
85
 
                                <li><a href="?p=1.1.2.5">Accessories</a></li>
86
 
                                <li><a href="?p=1.1.2.5">Accessories</a></li>
87
 
                        </ul> 
88
 
                </li>
89
 
                <li>
90
 
                        <a class="head" href="?p=1.1.3">Drums</a>
91
 
                        <ul>
92
 
                                <li><a href="?p=1.1.3.2">Acoustic Drums</a></li>
93
 
                                <li><a href="?p=1.1.3.3">Electronic Drums</a></li>
94
 
                                <li><a href="?p=1.1.3.6">Accessories</a></li>
95
 
                        </ul> 
96
 
                </li>
97
 
        </ul>
98
 
        <dl id="list2">
99
 
                <dt class="red">Red</dt>
100
 
                <dd>
101
 
                        Fancy stuff about red thingies.
102
 
                </dd>
103
 
                <dt class="green selected">Green</dt>
104
 
                <dd>
105
 
                        Green! Green! Green!
106
 
                </dd>
107
 
                <dt class="blue">Blue</dt>
108
 
                <dd>
109
 
                        Cool kids are blue.
110
 
                </dd>
111
 
        </dl>
112
 
        
113
 
        <div id="list3">
114
 
                <div>
115
 
                        <div class="title">Tennis</div>
116
 
                        <div>
117
 
                                One ball, two players. Lots of fun.
118
 
                        </div>
119
 
                </div>
120
 
                <div>
121
 
                        <div class="title">Soccer</div>
122
 
                        <div>
123
 
                                One ball, 22 players. Lots of fun.
124
 
                        </div>
125
 
                </div>
126
 
                <div>
127
 
                        <div class="title">Baseball</div>
128
 
                        <div>
129
 
                                Well, one ball, some guys running around, some guys hitting others with a stick.<br/>
130
 
                                Sounds like fun, doesn't it?
131
 
                        </div>
132
 
                        <div>
133
 
                                Well, apart from the running part.
134
 
                        </div>
135
 
                </div>
136
 
        </div>
137
 
                
138
 
</div>
139
 
 
140
 
</body>
141
 
</html>