<%@ Page Language="C#"%>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Pklad webovch st</title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:WebPartManager ID="Webpartmanager1" runat="server">
        </asp:WebPartManager>
        <table cellpadding="5" border="1">
            <tr>
                <td colspan="3">
                    <h1>Bill Evjen's Web Page</h1>
                    <asp:WebPartZone ID="WebPartZone1" runat="server" 
                     LayoutOrientation="Horizontal">
                        <ZoneTemplate>
                            <asp:Label ID="Label1" runat="server" Text="Label" 
                             Title="Vtejte na m webov strnce!!">
                             Vtejte na strnce!
                            </asp:Label>
                        </ZoneTemplate>
                    </asp:WebPartZone>
                </td>
            </tr>
            <tr valign="top">
                <td>
                    <asp:WebPartZone ID="WebPartZone2" Runat="server">
                        <ZoneTemplate>
                            <asp:Image ID="Image1" Runat="server" 
                             ImageUrl="Images/Erika.jpg"
                             Title="Erika v muzeu">
                            </asp:Image>
                            <asp:BulletedList Title="Zajmav odkazy" 
                                      ID="BulletedList1" runat="server" 
                                      DisplayMode="HyperLink">
                                   <asp:ListItem Value="http://www.asp.net/" 
                                      Text="ASP.NET"></asp:ListItem>                    
                                   <asp:ListItem Value="http://msdn.microsoft.com/" 
                                      Text="MSDN"></asp:ListItem>
                                   <asp:ListItem Value="http://www.msn.com/"  
                                      Text="MSN"></asp:ListItem>
                             </asp:BulletedList>
                        </ZoneTemplate>
                    </asp:WebPartZone>
                </td>
                <td>
                    <asp:WebPartZone ID="WebPartZone3" runat="server">
                        <ZoneTemplate>
                            <asp:Calendar ID="Calendar1" runat="server"
                             Title="Kalend">
                            </asp:Calendar>
                        </ZoneTemplate>
                    </asp:WebPartZone>
                </td>
                <td><!-- Zatm przdn -->
                </td>
            </tr>
        </table>        
    </form>
</body>
</html>
