Advertisement
Guest User

Untitled

a guest
Jun 12th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.36 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MPads.WebPatientPortal.Default" %>
  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.  
  7. <head runat = "server">
  8.        <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
  9.     <link rel="stylesheet" type="text/css" media="screen, print, projection" href="Styles/sg_reset.css" />
  10.     <link rel="stylesheet" type="text/css" media="screen, print, projection" href="Styles/drag_system.css" />
  11.     <!-- -->
  12.     <link rel="stylesheet" type="text/css" media="screen, print, projection" href="Styles/homepage_common.css" />
  13.     <!-- -->
  14.     <!-- (pageid 1) -->
  15.  
  16.  
  17.  
  18.     <script src="Scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
  19.  
  20.    
  21.    
  22.        <script type="text/javascript" src="Scripts/containers.js"></script>
  23.  
  24.    
  25.        <style type="text/css">
  26.         /* Z-index of #mask must lower than #boxes .window */
  27.  
  28.            
  29.         </style>
  30.     <link rel="stylesheet" type="text/css" media="screen, print, projection" href="Styles/homepage.css" />
  31.     <link rel="stylesheet" type="text/css" media="screen, print, projection" href="Styles/homepage_textstyles.css" />
  32.     <!-- -->
  33.     <link rel="stylesheet" type="text/css" href="Styles/homepagebstyles.css" media="screen, print, projection" />
  34.  
  35.     <!-- -->
  36.     <!-- (sg_cms) -->
  37.     <!--  -->
  38.     <!-- -->
  39.         <title>Welcome to MPads! </title>
  40.          
  41.     <script src="Scripts/jquery.validate.min.js" type="text/javascript"></script>
  42.     <script type="text/javascript" src="Scripts/jqueryui/jquery-ui-1.8.17.custom.min.js"></script>
  43.     <script type="text/javascript" src="Scripts/jquery.selectbox-0.5.js"></script>
  44.  
  45.  
  46.     <script src="Scripts/dimBackBox.js" type="text/javascript"></script>  
  47.  
  48.  
  49.          
  50.  
  51. </head>
  52. <body>
  53.  
  54.  
  55.  
  56.     <div id="page_div">
  57.         <div class="full_width" id="page_content">
  58.             <div class="container_div">
  59.                
  60.                 <div id="header">
  61.  
  62.                         <div id="logo">
  63.                             <img src="images/mpads-logo.png" />
  64.                         </div> <!-- End of Logo -->
  65.  
  66.                          <div id="patientportaltext" class="patientportaltext text_link">
  67.                             <!-- -->
  68.                             <p>
  69.                                 Patient Portal</p>
  70.                             <!-- -->
  71.                         </div>
  72.  
  73.            
  74.  
  75.                          <div id="dashboard">
  76.  
  77.  
  78.                          <div id="account-img">
  79.                             <img src="images/patty.jpg" />
  80.                          
  81.                          </div>
  82.                
  83.                                 <ul>
  84.                                     <li id="welcomeclarktext" class="welcomeclarktext text_link">
  85.                                         <!-- -->
  86.                                         <p>
  87.                                             Welcome Patty</p>
  88.                                         <!-- -->
  89.                                     </li>
  90.                                     <li id="viewmydashboardtext" class="viewmydashboardtext text_link" >
  91.                                         <!-- -->
  92.                                         <a href="#" onclick="loadAjaxContent('Dashboard','POST',null); $('#pannel1').hide();$('#pannel2').hide();$('#pannel3').hide() "><!--loadInto('Login', '#leftContainer')"> -->
  93.                                         <p>  
  94.                                             View my dashboard </p>
  95.                                         <!-- -->
  96.                                         </a>
  97.                                     </li>
  98.  
  99.                                 </ul>
  100.                
  101.                 <div id="loginbutton" class="layergroup_button cFFF">
  102.                     <a onFocus="blur()" href="#"  onclick="loadAjaxContent('Login','POST',null); $('#pannel1').hide();$('#pannel2').hide();$('#pannel3').hide() " ><ins>Log In</ins></a></div>
  103.                
  104.                 <div id="logoutbutton" class="layergroup_button cFFF" style="display: none">
  105.                     <a onFocus="blur()" href="#"  onclick="loadAjaxContent('Logout','POST',null); $('#pannel1').show();$('#pannel2').show();$('#pannel3').show() " ><ins>Log Out</ins></a></div>
  106.                
  107.              
  108.              
  109.              </div>
  110.  
  111.  
  112.                         <div class="main-nav">
  113.                             <ul>  
  114.                                 <li><a href="Default.aspx"  ><ins>Home</ins></a></li>
  115.                                 <li><a href="#" ><ins>Find a Doctor</ins></a></li>
  116.                                 <li><a href="#" ><ins>Ask a Question</ins></a></li>
  117.                                 <li><a href="#i143areyouadoctortext" ><ins>Are you a Doctor?</ins></a></li>
  118.                                 <li><a href="#" ><ins>Are you a Patient?</ins></a></li>
  119.                                 <li><a href="#" ><ins>Contact Us</ins></a></li>
  120.                                 <li class="last-item" id="createAccountBtn">
  121.                     <a onFocus="blur()" href="#" class="nm" onclick="loadAjaxContent('Dashboard','POST',null); $('#pannel1').hide();$('#pannel2').hide();$('#pannel3').hide()"> <ins>My Appointments</ins></a></li>
  122.                             </ul>
  123.  
  124.                         </div> <!-- End of Nav -->
  125.        
  126.             </div> <!-- End of Header -->
  127.  
  128.        
  129.              
  130.                <!--  <div id="shape7">
  131.                </div> -->
  132.                
  133.  
  134.              
  135.  
  136.  
  137.                <!--  
  138.                <div id="homebutton" class="horizontal_menu cFFF">
  139.                    <a onFocus="blur()" href="#"  ><ins>Home</ins></a></div>
  140.                <div id="findadoctorbutton" class="horizontal_menu cFFF">
  141.                    <a onFocus="blur()" href="#" ><ins>Find a Doctor</ins></a></div>
  142.                <div id="askaquestionbutton" class="horizontal_menu cFFF">
  143.                    <a onFocus="blur()" href="#" ><ins>Ask a Question</ins></a></div>
  144.                <div id="areyouadoctorbutton" class="horizontal_menu cFFF">
  145.                    <a onFocus="blur()" href="#i143areyouadoctortext" ><ins>Are
  146.                        you a Doctor?</ins></a></div>
  147.                <div id="areyouapatientbutton" class="horizontal_menu cFFF">
  148.                    <a onFocus="blur()" href="#" ><ins>Are you a Patient?</ins></a></div>
  149.                <div id="contactusbutton" class="horizontal_menu cFFF">
  150.                    <a onFocus="blur()" href="#" ><ins>Contact Us</ins></a></div>  -->
  151.  
  152.  
  153.  
  154.                 <div class="flow">
  155.                              
  156.                     <div class="ds_group ds_left">
  157.                         <div id="wrapper" class="column">
  158.                             <div class="flow">
  159.                            
  160.                                 <div class="ds_row">
  161.                                      <!-- loadingContainer -->
  162.                         <div id="loadingContainer" style="display: none;">
  163.                             <div class="center">
  164.                                 <img src="Images/loadingAnimation.gif" alt="loading" />
  165.                             </div>
  166.                         </div>
  167.                         <style type="text/css">
  168.                             #loadingContainer
  169.                             {
  170.                                 background: url('Images/green-trans-bg.png');
  171.                                 border-radius: 18px;
  172.                                 border: solid 1px #547800;
  173.                                 box-shadow: inset 0 0 20px #547800;
  174.                                 padding: 15px;
  175.                                 padding-bottom: 100px;
  176.                                 padding-top: 200px;
  177.                                 clear: both;
  178.                             }
  179.                         </style>
  180.                         <!-- end loadingContainer -->
  181.                                     <div id="mainContainer" class="ds_left" style="float: right; width: 100%;">
  182.                                     <div id="leftContainer" class="ds_left">
  183.                                     <h1>Communicate with Your Doctor for a Better You!</h1>
  184.                                     </div>
  185.                                     <div id="i-2147483648" class="ds_left">
  186.                                     </div>
  187.                                     </div>
  188.                                     <div class="ds_shim">
  189.                                         &nbsp;</div>
  190.                                 </div>
  191.                            
  192.                             </div>
  193.                             <!--/flow-->
  194.                         </div>
  195.                         <div class="divider">
  196.                         </div>
  197.  
  198.  
  199.                         <!--  This is the bottom sections -->
  200.  
  201.                         <div class="bottom-pannels-wrapper">
  202.                        
  203.                             <div class="bottom-pannels" id="pannel1">
  204.                                 <h2>Are you a Doctor?</h2>
  205.                                  <p>See how Patient Portal can help your patients live a healthier life. Interact with them like never before. It's easy, it's fun, it's <strong>FREE!</strong></p>
  206.                                  <div id="learnmorebutton" class="layergroup_button cFFF">
  207.                                    <a onFocus="blur()" href="http://www.mpads.com" ><ins>Learn More</ins></a></div>
  208.                                  
  209.                             </div> <!-- #pannel1 -->
  210.  
  211.                             <div class="bottom-pannels" id="pannel2">
  212.                                 <h1>Register Today!</h1>
  213.                                 <h3>It's FREE!</h3>
  214.                                 <p>Find Doctors, Ask questions, Pay your bills, Download Forms,
  215.                                Schedule Appointments, Get reminders, Update your Insurance Info &amp; Much More</p>
  216.                                
  217.                                 <div id="createanaccountcopybutton" class="layergroup_button cFFF">
  218.                                     <a onFocus="blur()" href="#"  onclick="loadContent('InitialRegistration'); $('#pannel1').hide();$('#pannel2').hide();$('#pannel3').hide();">
  219.                                     <ins>Create an Account</ins></a>
  220.                                 </div>
  221.                             </div> <!-- #pannel2 -->
  222.  
  223.                             <div class="bottom-pannels" id="pannel3">
  224.                                 <h2>Are you a Patient?</h2>
  225.                                 <p>Communicate with your doctor like never before! Have al the information you need at your finger tips. Customize the information that you want to see on your Dashboard.</p>
  226.                                 <div id="learnmorecopybutton" class="layergroup_button cFFF">
  227.                                    <a onFocus="blur()" href="#" ><ins>Learn More</ins></a></div>
  228.                                 </div> <!-- #pannel3 -->
  229.  
  230.  
  231.                             </div>
  232.                      
  233.                         </div>
  234.                      
  235.                         </div>
  236.                                
  237.                                            <div id="mask">
  238.         </div>
  239.                         <div class="divider">
  240.                         </div>
  241.                         <!-- /panelcontainercolumn -->
  242.                         <div id="footerpanelfollow">
  243.                             <div id="copyright2012mapdscomtext" class="copyright2012mapdscomtext text_link">
  244.                                 <!-- -->
  245.                                 <p>
  246.                                     Copyright 2012 / Mapds.com</p>
  247.                                 <!-- -->
  248.                             </div>
  249.                            
  250.                             <div id="twitterbutton" class="layergroup_button c5A5A5A">
  251.                                 <a onFocus="blur()" href="#" ><ins>@twitter</ins></a></div>
  252.                         </div>
  253.                         <!-- /footerpanelfollow -->
  254.                     </div>
  255.                 </div>
  256.                 <!--/flow-->
  257.                 <div id="clear_footer">
  258.                 </div>
  259.             </div>
  260.             <!-- /homepage container_div -->
  261.    
  262.     <!-- /page_div -->
  263.     <!-- (sg_chau) -->
  264.     <!--  -->
  265.                
  266.  
  267. </body>
  268. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement