<%@ Page Title="Test_Picasa_Album.aspx" Language="C#" AutoEventWireup="true" %>

<%@ Register TagPrefix="mod" TagName="album" Src="~/Mod/Mod_Picasa.ascx" %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
    <link href="/css/mod.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <h1>Foto aus PicasaWeb</h1>
        <div style="height: 600px; overflow: scroll;">
            <mod:album 
                rss="https://picasaweb.google.com/data/feed/base/user/107011206873118411907/albumid/5888156704454313361/photoid/5888156770936505938/?alt=rss&kind=photo&hl=de" 
                runat="server" />
        <h1>Foto aus PicasaWeb (ohne Titel)</h1>
        <div style="height: 600px; overflow: scroll;">
            <mod:album 
                rss="https://picasaweb.google.com/data/feed/base/user/107011206873118411907/albumid/5888156704454313361/photoid/5888156770936505938/?alt=rss&kind=photo&hl=de" 
                title="0"
                runat="server" />
        </div>
    </form>
</body>
</html>