1 <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="Igloo.Clinic.Web.Views.Site" %>
\r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
\r
5 <html xmlns="http://www.w3.org/1999/xhtml" >
\r
6 <head runat="server">
\r
7 <title>Untitled Page</title>
\r
8 <link href="/@Style/style.css" rel="stylesheet" type="text/css" />
\r
11 <form id="form1" runat="server">
\r
13 <table border="1" cellpadding="0" cellspacing="0" width="100%" height="100%">
\r
15 <td style="width:20%">
\r
16 Hello Doctor <asp:Literal EnableViewState="false" ID="LiteralName" runat="server"></asp:Literal>
\r
19 <asp:LinkButton ID="LinkButtonLogout" runat="server" CommandName="logout" OnClick="LinkButtonLogout_Click" >Logout</asp:LinkButton></td>
\r
26 <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
\r
27 </asp:ContentPlaceHolder>
\r