src/cm/media/js/lib/yui/yui3.0.0/examples/dd/photo-browser_source.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 
       
     2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     3 <html>
       
     4 <head>
       
     5     <title>Photo Browser</title>
       
     6     <link rel="stylesheet" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" type="text/css">
       
     7     <link rel="stylesheet" type="text/css" href="assets/css/photos.css">
       
     8     
       
     9 </head>
       
    10 <body class="yui-skin-sam">
       
    11 <div id="doc3" class="yui-t1">
       
    12     <div id="bd">
       
    13         <div id="yui-main">
       
    14 	        <div class="yui-b">
       
    15                 <div class="yui-g">
       
    16                     <ul>
       
    17                     </ul>
       
    18 	            </div>
       
    19             </div>
       
    20 	    </div>
       
    21 	    <div class="yui-b">
       
    22             <ul id="photoList">
       
    23                 <li class="all selected"><a href="#">All Photos</a></li>
       
    24                 <li id="a_1"><a href="#">Album #1<span>(0)</span></a></li>
       
    25                 <li id="a_2"><a href="#">Album #2<span>(0)</span></a></li>
       
    26                 <li id="a_3"><a href="#">Album #3<span>(0)</span></a></li>
       
    27                 <li id="a_4"><a href="#">Album #4<span>(0)</span></a></li>
       
    28             </ul>
       
    29             <p>Click and drag a photo to an album above. You can also Shift + Click to select and drag multiple photos.</p>
       
    30             <p>Click on an album to view the photos that you added.</p>
       
    31             <p>You can also use the slider at the bottom to adjust the size of the image to help fit them on your screen.</p>
       
    32         </div>
       
    33     </div>
       
    34     <div id="ft" class="loading"><strong></strong><div class="horiz_slider"></div><em></em></div>
       
    35 </div>
       
    36 <script>
       
    37 var assetsDir = "assets/";
       
    38 var buildDir = "../../../build/";
       
    39 var yuiConfig = {base:"../../build/", timeout: 10000};
       
    40 </script>
       
    41 <script type="text/javascript" src="../../build/yui/yui-min.js"></script>
       
    42 <script type="text/javascript" src="assets/yql-min.js"></script>
       
    43 <script type="text/javascript" src="assets/photos.js"></script>
       
    44 </body>
       
    45 </html>