diff options
Diffstat (limited to 'demos/real-world/layout/index.html')
-rw-r--r-- | demos/real-world/layout/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/demos/real-world/layout/index.html b/demos/real-world/layout/index.html index deacea119..62ee91e27 100644 --- a/demos/real-world/layout/index.html +++ b/demos/real-world/layout/index.html @@ -3,27 +3,27 @@ <head> <title>UI Sortable: Layout Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - + <meta name="title" content="UI Sortable: Layout Demo" /> <meta name="description" content="A sortable layout created with the jQuery UI suite" /> - + <meta name="author" content="Joan Piedra" /> <meta name="author-url" content="http://www.joanpiedra.com/" /> <meta name="author-url" content="http://www.justaquit.com/" /> <meta name="author-url" content="http://jquery.com/" /> - + <link rel="shortcut icon" href="http://jquery.com/favicon.ico" /> <link rel="icon" href="http://jquery.com/favicon.ico" type="image/x-icon" /> - + <link rel="stylesheet" href="demo.css" type="text/css" media="screen" /> <!--[if IE]> <link rel="stylesheet" href="demo-ie.css" type="text/css" media="screen" /> <![endif]--> </head> - + <body id="uidemo"> <h1>UI Sortable: <em>Layout demo</em></h1> - + <div id="container"> <div id="header" class="ui-sortable"> <h2>Header</h2> @@ -32,7 +32,7 @@ <dd>Main Navigation</dd> </dl> </div> - + <div id="content" class="ui-sortable"> <h2>Content</h2> <dl class="sort"> @@ -40,7 +40,7 @@ <dd>Main blog post</dd> </dl> </div> - + <div id="sidebar" class="ui-sortable"> <h2>Sidebar</h2> <dl class="sort"> @@ -56,9 +56,9 @@ <dd>Random Links</dd> </dl> </div> - + <div class="clear"></div> - + <div id="footer" class="ui-sortable"> <h2>Footer</h2> <dl class="sort"> @@ -67,7 +67,7 @@ </dl> </div> </div> - + <div id="meta"> <div id="components" class="ui-sortable"> <h2>Components</h2> @@ -81,20 +81,20 @@ <dd>Caption</dd> </dl> </div> - + <div id="trashcan" class="ui-sortable"> <h2>Trash can</h2> <p>Drag modules here to delete them.</p> </div> </div> - + <div class="clear"></div> <div id="overlay"> <div id="preloader"><img src="loader.gif" alt="" /></div> </div> - + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> - + <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.draggable.js"></script> <script type="text/javascript" src="../../../ui/ui.droppable.js"></script> |