<%@ Page Title="Test_Picasa_Photo.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>Photo aus PicasaWeb (Title + Bild)</h1>
       <mod:album ID="PicasaAlbum_Content" user="103374753388611853315" album="5880925084114572097" photo="5880925098672261842" runat="server" type="content"/>
       <h1>Photo aus PicasaWeb (ohne Titel)</h1>
       <mod:album ID="Album1" user="103374753388611853315" album="5880925084114572097" photo="5880925098672261842" runat="server" type="content" title="0"/>
       <h1>Photo aus PicasaWeb (nur Titel)</h1>
       <mod:album ID="Album2" user="103374753388611853315" album="5880925084114572097" photo="5880925098672261842" runat="server" type="content" image="0"/>
    </form>
</body>
</html>