<%@ 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>Photo</h1>
        <iframe frameborder="0" height="300" width="400" src="/picasa.aspx?user=103374753388611853315&album=5880925084114572097&photo=5880925098672261842"></iframe>
        <h1>Album</h1>
        <iframe height="550" width="640" frameborder="0" src="/picasa.aspx?user=103374753388611853315&album=5880925084114572097"></iframe>
        <h1>Gallerie</h1>
        <iframe height="640" width="640" frameborder="0" src="/picasa.aspx?user=103374753388611853315"></iframe>
    </form>
</body>
</html>