src/cm/media/js/lib/yui/yui3.0.0/examples/dd/photo-browser_source.html
author raph
Mon, 23 Nov 2009 15:14:29 +0100
changeset 0 40c8f766c9b8
permissions -rw-r--r--
import from internal svn r 4007


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>Photo Browser</title>
    <link rel="stylesheet" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" type="text/css">
    <link rel="stylesheet" type="text/css" href="assets/css/photos.css">
    
</head>
<body class="yui-skin-sam">
<div id="doc3" class="yui-t1">
    <div id="bd">
        <div id="yui-main">
	        <div class="yui-b">
                <div class="yui-g">
                    <ul>
                    </ul>
	            </div>
            </div>
	    </div>
	    <div class="yui-b">
            <ul id="photoList">
                <li class="all selected"><a href="#">All Photos</a></li>
                <li id="a_1"><a href="#">Album #1<span>(0)</span></a></li>
                <li id="a_2"><a href="#">Album #2<span>(0)</span></a></li>
                <li id="a_3"><a href="#">Album #3<span>(0)</span></a></li>
                <li id="a_4"><a href="#">Album #4<span>(0)</span></a></li>
            </ul>
            <p>Click and drag a photo to an album above. You can also Shift + Click to select and drag multiple photos.</p>
            <p>Click on an album to view the photos that you added.</p>
            <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>
        </div>
    </div>
    <div id="ft" class="loading"><strong></strong><div class="horiz_slider"></div><em></em></div>
</div>
<script>
var assetsDir = "assets/";
var buildDir = "../../../build/";
var yuiConfig = {base:"../../build/", timeout: 10000};
</script>
<script type="text/javascript" src="../../build/yui/yui-min.js"></script>
<script type="text/javascript" src="assets/yql-min.js"></script>
<script type="text/javascript" src="assets/photos.js"></script>
</body>
</html>