1- <% @ Page Language = " C#" AutoEventWireup = " true" CodeBehind = " Result.aspx.cs" Inherits = " MySqlBackupASPNET.Result" %>
1+ <% @ page language = " C#" autoeventwireup = " true" codebehind = " Result.aspx.cs" inherits = " MySqlBackupASPNET.Result" %>
22
33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
44<html xmlns =" http://www.w3.org/1999/xhtml" >
55<head >
6- <meta http-equiv =" Content-Type" content =" text/html; charset=utf-8" />
7- <title >MySqlBackup.NET</title >
8- <meta name =" keywords" content =" MySqlBackup, MySQL, C#, VB.NET, Backup, Restore, Export, Import, ASP.NET" />
9- <meta name =" description" content =" A programming tool to backup and restore of MySQL database in C#/VB.NET/ASP.NET" />
10- <link href =" templatemo_style.css" rel =" stylesheet" type =" text/css" />
6+ <meta http-equiv =" Content-Type" content =" text/html; charset=utf-8" />
7+ <title >MySqlBackup.NET</title >
8+ <meta name =" keywords" content =" MySqlBackup, MySQL, C#, VB.NET, Backup, Restore, Export, Import, ASP.NET" />
9+ <meta name =" description" content =" A programming tool to backup and restore of MySQL database in C#/VB.NET/ASP.NET" />
10+ <link href =" templatemo_style.css" rel =" stylesheet" type =" text/css" />
1111
12- <link rel =" stylesheet" type =" text/css" href =" css/ddsmoothmenu.css" />
12+ <link rel =" stylesheet" type =" text/css" href =" css/ddsmoothmenu.css" />
1313
14- <script type =" text/javascript" src =" scripts/jquery.min.js" ></script >
15- <script type =" text/javascript" src =" scripts/ddsmoothmenu.js" >
14+ <script type =" text/javascript" src =" scripts/jquery.min.js" ></script >
15+ <script type =" text/javascript" src =" scripts/ddsmoothmenu.js" >
1616
1717/* **********************************************
1818* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
1919* This notice MUST stay intact for legal use
2020* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
2121***********************************************/
2222
23- </script >
23+ </script >
2424
25- <script type =" text/javascript" >
25+ <script type =" text/javascript" >
2626
27- ddsmoothmenu .init ({
28- mainmenuid: " templatemo_menu" , // menu DIV id
29- orientation: ' h' , // Horizontal or vertical menu: Set to "h" or "v"
30- classname: ' ddsmoothmenu' , // class added to menu's outer DIV
31- // customtheme: ["#1c5a80", "#18374a"],
32- contentsource: " markup" // "markup" or ["container_id", "path_to_menu_file"]
33- })
27+ ddsmoothmenu .init ({
28+ mainmenuid: " templatemo_menu" , // menu DIV id
29+ orientation: ' h' , // Horizontal or vertical menu: Set to "h" or "v"
30+ classname: ' ddsmoothmenu' , // class added to menu's outer DIV
31+ // customtheme: ["#1c5a80", "#18374a"],
32+ contentsource: " markup" // "markup" or ["container_id", "path_to_menu_file"]
33+ })
3434
35- </script >
35+ </script >
3636
3737</head >
3838<body >
3939
40- <div id =" templatemo_wrapper" >
41-
42- <div id =" templatemo_header" >
43-
44- <div id =" site_title" ><h1 ><a href =" http://mysqlbackup.somee.com/" target =" _parent" >MySqlBackup.NET</a ></h1 ></div >
45-
46- <div id =" templatemo_menu" class =" ddsmoothmenu" >
47- <ul >
48- <li ><a href =" http://mysqlbackup.somee.com/" class =" selected" >Home</a ></li >
49- <li ><a href =" http://mysqlbackupnet.codeplex.com/releases" >Download Source Code</a ></li >
50- <li ><a href =" http://mysqlbackupnet.codeplex.com/documentation" >Documentation</a ></li >
51- <li ><a href =" http://mysqlbackupnet.codeplex.com/discussions" >Discussion</a ></li >
52- </ul >
53- <br style =" clear : left " />
54- </div > <!-- end of templatemo_menu -->
55-
56- </div > <!-- end of header -->
57-
58- <div id =" templatemo_main" >
59- <div class =" col_w900 float_l" >
60-
61- <div >
62- <p ><b >Exported Dump Content:</b ></p >
63- <div id =" contact_form" style =" width : 100% ;" >
64- <form id =" form1" runat =" server" >
65- <table >
66- <tr >
67- <td ><asp:Button ID =" btDownload" runat =" server" Text =" Download" CssClass =" submit_btn" OnClick =" btDownload_Click" /></td >
68- <td > Dump content is stored for 5 minutes in this session.</td >
69- </tr >
70- </table >
71-
72- <pre style =" font-family : ' Courier New' , Courier , ' Nimbus Mono L' , monospace ; font-size : 9pt ; text-align : left ; line-height : 12px ;" ><asp:PlaceHolder ID =" PlaceHolder1" runat =" server" ></asp:PlaceHolder ></pre >
73- </form >
74- </div >
75- </div >
40+ <div id =" templatemo_wrapper" >
41+
42+ <div id =" templatemo_header" >
43+
44+ <div id =" site_title" >
45+ <h1 ><a href =" /Index.aspx" target =" _parent" >MySqlBackup.NET</a ></h1 >
46+ </div >
47+
48+ <div id =" templatemo_menu" class =" ddsmoothmenu" >
49+ <ul >
50+ <li ><a href =" Index.aspx" class =" selected" >Home</a ></li >
51+ <li ><a href =" https://github.com/MySqlBackupNET/MySqlBackup.Net" >Download Source Code</a ></li >
52+ <li ><a href =" https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki" >Documentation</a ></li >
53+ <li ><a href =" https://github.com/MySqlBackupNET/MySqlBackup.Net/issues" >Discussion</a ></li >
54+ </ul >
55+ <br style =" clear : left " />
56+ </div >
57+ <!-- end of templatemo_menu -->
58+
7659 </div >
60+ <!-- end of header -->
61+
62+ <div id =" templatemo_main" >
63+ <div class =" col_w900 float_l" >
7764
78- <div class =" cleaner" ></div >
79- </div > <!-- end of main -->
80- </div >
65+ <div >
66+ <p ><b >Exported Dump Content:</b ></p >
67+ <div id =" contact_form" style =" width : 100% ;" >
68+ <form id =" form1" runat =" server" >
69+ <table >
70+ <tr >
71+ <td >
72+ <asp:Button ID =" btDownload" runat =" server" Text =" Download" CssClass =" submit_btn" OnClick =" btDownload_Click" /></td >
73+ <td >Dump content is stored for 5 minutes in this session.</td >
74+ </tr >
75+ </table >
8176
82- <div id =" templatemo_footer_wrapper" >
83- <div id =" templatemo_footer" >
84- Powered by <a href =" http://mysqlbackupnet.codeplex.com" >mysqlbackupnet.codeplex.com</a > |
85- Website Designed by <a href =" http://www.templatemo.com" target =" _parent" >Free CSS Templates</a >
86- <div class =" cleaner" ></div >
77+ <pre style =" font-family : ' Courier New' , Courier , ' Nimbus Mono L' , monospace ; font-size : 9pt ; text-align : left ; line-height : 12px ;" ><asp:PlaceHolder ID =" PlaceHolder1" runat =" server" ></asp:PlaceHolder ></pre >
78+ </form >
79+ </div >
80+ </div >
81+ </div >
82+
83+ <div class =" cleaner" ></div >
84+ </div >
85+ <!-- end of main -->
86+ </div >
87+
88+ <div id =" templatemo_footer_wrapper" >
89+ <div id =" templatemo_footer" >
90+ Powered by <a href =" https://github.com/MySqlBackupNET/MySqlBackup.Net" >MySqlBackup.Net</a > |
91+ Website Designed by <a href =" http://www.templatemo.com" target =" _parent" >Free CSS Templates</a >
92+ <div class =" cleaner" ></div >
93+ </div >
8794 </div >
88- </div >
89-
95+
9096</body >
91- </html >
97+ </html >
0 commit comments