home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / EWSTest.aspx < prev    next >
Text File  |  2012-01-07  |  3KB  |  89 lines

  1. ∩╗┐<%@ Page Language="VB" AutoEventWireup="false" CodeFile="EWSTest.aspx.vb" Inherits="EWSTest" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title>EWS Test</title>
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     <div>
  12.     <table border="0">
  13.         <tr>
  14.             <td colspan="2" align="center">
  15.                 TFC EWS Test
  16.             </td>
  17.         </tr>
  18.         <tr>
  19.             <td width="20%" align="right">
  20.                 <asp:Label runat="server" text="To:"></asp:Label>
  21.             </td>
  22.             <td>
  23.                 <asp:TextBox runat="server" ID="txtTO" Width="400px"></asp:TextBox>
  24.             </td>
  25.         </tr>
  26.         <tr>
  27.             <td></td>
  28.             <td>
  29.                 <asp:Button runat="server" ID="btnSubmit" Text="Send Email" />
  30.             </td>
  31.         </tr>
  32.         <tr>
  33.             <td></td>
  34.             <td>
  35.                 <asp:Button runat="server" ID="btnAppt" Text="Create Appt" />
  36.             </td>
  37.         </tr>
  38.         <tr>
  39.             <td></td>
  40.             <td>
  41.                 <asp:Button runat="server" ID="btmFindAppt" Text="View Appt" />
  42.             </td>
  43.         </tr>
  44.         <tr>
  45.             <td></td>
  46.             <td>
  47.                 <asp:Button runat="server" ID="btnDeleteAppt" Text="Delete Appt" />
  48.             </td>
  49.         </tr>
  50.         <tr>
  51.             <td colspan="2">
  52.                 <asp:Label runat="server" ID="lblMessage" Height="100px" Width="163px"></asp:Label>
  53.             </td>
  54.         </tr>
  55.         <tr>
  56.             <td colspan="2">
  57.             </td>
  58.         </tr>
  59.         <tr>
  60.             <td colspan="2">
  61.                 <asp:Label runat="server" ID="lblStartDateTime" Height="12px" Width="200px"></asp:Label>
  62.             </td>
  63.         </tr>
  64.         <tr>
  65.             <td colspan="2">
  66.                 <asp:Label runat="server" ID="lblEndDateTime" Height="12px" Width="200px"></asp:Label>
  67.             </td>
  68.         </tr>
  69.         <tr>
  70.             <td colspan="2">
  71.                 <asp:Label runat="server" ID="lblSubject" Height="12px" Width="200px"></asp:Label>
  72.             </td>
  73.         </tr>
  74.         <tr>
  75.             <td colspan="2">
  76.                 <asp:Label runat="server" ID="lblBody" Height="12px" Width="200px"></asp:Label>
  77.             </td>
  78.         </tr>        <tr>
  79.             <td colspan="2">
  80.                 <asp:Label runat="server" ID="lblMisc" Height="12px" Width="200px"></asp:Label>
  81.             </td>
  82.         </tr>
  83.  
  84.     </table>
  85.     </div>
  86.     </form>
  87. </body>
  88. </html>
  89.