Changeset 4141 for trunk/plugins/accordion/test/index.html
- Timestamp:
- 12/13/07 13:04:52 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/accordion/test/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/accordion/test/index.html
r3915 r4141 30 30 <div id="list1"> 31 31 <a>There is one obvious advantage:</a> 32 <p> 33 You've seen it coming!<br/> 34 Buy now and get nothing for free!<br/> 35 Well, at least no free beer. Perhaps a bear, if you can afford it. 36 </p> 32 <div> 33 <p> 34 You've seen it coming!<br/> 35 Buy now and get nothing for free!<br/> 36 Well, at least no free beer. Perhaps a bear, if you can afford it. 37 </p> 38 </div> 37 39 <a>Now that you've got...</a> 38 <p> 39 your bear, you have to admit it!<br/> 40 No, we aren't selling bears. 41 </p> 42 <p> 43 We could talk about renting one. 44 </p> 40 <div> 41 <p> 42 your bear, you have to admit it!<br/> 43 No, we aren't selling bears. 44 </p> 45 <p> 46 We could talk about renting one. 47 </p> 48 </div> 45 49 <a>Rent one bear, ...</a> 46 <p> 47 get two for three beer. 48 </p> 49 <p> 50 And now, for something completely different. 51 </p> 50 <div> 51 <p> 52 get two for three beer. 53 </p> 54 <p> 55 And now, for something completely different. 56 </p> 57 </div> 52 58 </div> 53 59
