home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comredis.cab / myweb3.aspx < prev    next >
Encoding:
Text File  |  2000-06-12  |  3.6 KB  |  137 lines

  1. <%@ Import Namespace="System.IO" %>
  2. <%@ Import Namespace="System.Collections" %>
  3. <%@ Import Namespace="System.Web" %>
  4. <%@ Import Namespace="System.Web.Util" %>
  5.  
  6. <style>
  7.  
  8.  
  9. body           { margin:0,0,0,0; }
  10. table, td      { font-size=10pt;font-family:Verdana; }
  11. td.products td { text-align:center; font-size:8pt; vertical-align:top; height:248 }
  12.  
  13. td.select      { color:ffffff; background-color:000000; font-size:14pt;}
  14. td.select select { width:130 }
  15. td.cart        { height:2500 }
  16. td.cart td     { font-size:9pt; font-weight:700} 
  17. td.cart a      { font-size:11pt; font-weight:700}
  18.  
  19. h3             { font-size:22 }
  20. h2             { font-size:22 }
  21. a:link         { color:blue; }
  22. a:visited      { color:blue; }
  23.  
  24. div.details {background-color:ffffcc; padding-top:15; padding-bottom:20; }
  25. div.details table { width:280; }
  26. div.details table td { font-family:Verdana; font-size:8pt; }
  27.  
  28. table.nutr td  { font-family: Verdana; font-size:8pt; } 
  29.  
  30. img.selected { border-color:DC6035;border-style:solid;}
  31. img.unselected { border-color:ffffcc;border-style:solid;}
  32.  
  33. table.details td { font-family: Verdana; font-size:12pt; padding-right:50; width:50%  }
  34.  
  35. span.blurb { font-size:9pt;}
  36. table.form td { padding-right:15 }
  37.  
  38. .weblet { font-family:Arial;font-style:italic;font-weight:bold;font-size:10pt; color:#66ff66 }
  39. .weblettext { font-family:Verdona;font-size:10pt }
  40. .loginname { font-family:Verdana; font-weight:bold;font-size:50pt;color:6699cc }
  41. .topbanner { font-family:Arial;font-weight:bold;font-size:10pt;color:white }
  42. .topbutton { font-family:Arial;font-weight:bold;font-size:11pt;color:black }
  43. .subscriptiontitle { font-family:Arial;font-style:italic;font-weight:bold;font-size:16pt; color:#9C0001 }
  44.  
  45.  
  46. </style>
  47.  
  48. <script runat="server" language="C#">
  49.  
  50. public void Page_Load(Object sender, EventArgs e) 
  51. {
  52.   RemoveLabel.Text = "The application has been successfully removed.";
  53. }
  54.     
  55.    
  56. </script>
  57.  
  58. <body bgcolor="ffffff">
  59.  
  60. <form runat="server">
  61.      
  62. <!-----Main toolbar Starts here -------->
  63.  
  64. <table width=100% cellspacing=0 cellpadding=0>
  65. <tr>
  66. <td>                        
  67.   <table width="100%" bgcolor="#336699">
  68.   <tr height=70>
  69.     <td width=15><!-- Space Filler --></td>
  70.     <td align=left class="loginname">MyWeb </td>
  71.   <td valign=bottom class="topbutton"> </td>
  72.   </tr>
  73.   </table>
  74. </td>
  75. </tr>
  76.  
  77. <tr>
  78. <td>
  79.   <table bgcolor="#003366" cellspacing=0 width=100% cellpadding=0>
  80.   <tr height=20 class="topbanner">
  81.   <td width=50> <!----- Space Filler ----></td>
  82.   <td align=right>
  83.     <a id="StartBtn" style="color:#99ccff;text-decoration:none;font-size:9pt" href="install.aspx">Install Application</a>  
  84.     <span style="font-weight:100;color:#99ccff"> | </span>
  85.     <a style="color:#99ccff;text-decoration:none;font-size:9pt;" href="myweb://home">Home</a>    
  86.   </td>
  87.   </tr>
  88.   </table>
  89. </td>
  90. </tr>
  91.  
  92.  
  93. <!------End of main toolbar ----->
  94.  
  95. <tr>
  96. <td align="center"><br><br>
  97.  
  98.   <!------ Beginning of dialog box ------>
  99.  
  100.   <table width="80%" cellpadding=0 cellspacing=0>
  101.     <tr>
  102.     <td>
  103.         <font face=verdana size=4 color=#003366><b>Remove Application</b> </font>
  104.     </td>
  105.     </tr>
  106.  
  107.     <tr>
  108.     <td>
  109.     <table bordercolor="#f5deb3" bgcolor=#fffff0 width=100% border=1 cellpadding=0 cellspacing=0>
  110.         <tr>
  111.         <td align=center>
  112.             <br>
  113.       <asp:Label runat="server" id="RemoveLabel" />
  114.             <br><br>
  115.       <input type="button" value="Return to Home Page" OnClick="javascript:window.navigate('myweb://home')"/>
  116.       <br><br>
  117.         </td>
  118.         </tr>
  119.     </table>
  120.     </td>
  121.     </tr>
  122.  
  123.     </table>
  124.         
  125.     <!------- end of dialog box -------->
  126.  
  127.  
  128. </td>
  129. </tr>
  130. </table>
  131.  
  132.  
  133. </form>
  134. </body>
  135. </html>
  136.  
  137.