diff --git a/css/login/CreateUser.css b/css/login/CreateUser.css new file mode 100644 index 0000000..5308f57 --- /dev/null +++ b/css/login/CreateUser.css @@ -0,0 +1,84 @@ +@media (min-width: 558.98px) { + body { + font-family: 'Poppins', sans-serif; + background: #fafafa; + background-image: url(../../images/road.jpg); + background-position: center center; + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + background-color: #fff; + overflow: clip; + } + + #Login1_LoginButton { + color: #fff; + background-color: #003680; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + } + + #content_container { + position: absolute; + display: 690px; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; + margin: 0 auto; + } + + .container-fluid { + width: 595px; + height: 550px; + background-color: rgba(255,255,255,0.5); + top: 50%; + bottom: auto; + left: -20%; + right: 420px; + margin: 0 auto; + margin-top: 400px; + } + + #tbl_main { + font-family: Arial; + font-size: 11px; + border: none; + width: 500px; + height: 420px; + } + + #lbl_Ueberschrift { + background-color: #003680; + font-size: 2.55em; + color: #fff; + } + #form1{ + width:425px; + } + + + .txt_design { + color: #003680; + font-size: 1.65em; + } + + .txt_design2 { + color: #003680; + font-size: 1.695em; + margin-right: 1px; + } + #txt_street2 { + width: 105px; + } + .bg-house2-icon { + background: url("../../images/Icons/main/hauser.png") no-repeat 1.75% 11px white; + padding-left: 28px; + padding-right: 50px; + margin-left: -4px; + width: 45px; + height: 38px; + border: 1px gray solid; + border-radius: 5px 5px 5px 5px; + } +} diff --git a/images/Atilla _sig.png b/images/Atilla _sig.png new file mode 100644 index 0000000..0fb3593 Binary files /dev/null and b/images/Atilla _sig.png differ diff --git a/images/Icons/main/city-buildings-silhouette_icon-icons.com_72809.png b/images/Icons/main/city-buildings-silhouette_icon-icons.com_72809.png new file mode 100644 index 0000000..3188fe1 Binary files /dev/null and b/images/Icons/main/city-buildings-silhouette_icon-icons.com_72809.png differ diff --git a/images/Icons/main/hauser.gif b/images/Icons/main/hauser.gif new file mode 100644 index 0000000..d15ca8c Binary files /dev/null and b/images/Icons/main/hauser.gif differ diff --git a/images/Icons/main/hauser.png b/images/Icons/main/hauser.png new file mode 100644 index 0000000..9cc404f Binary files /dev/null and b/images/Icons/main/hauser.png differ diff --git a/images/VERAG_AEO_MailSig.jpg b/images/VERAG_AEO_MailSig.jpg new file mode 100644 index 0000000..bd7ddc2 Binary files /dev/null and b/images/VERAG_AEO_MailSig.jpg differ diff --git a/images/aviso.png b/images/aviso.png new file mode 100644 index 0000000..d7436d4 Binary files /dev/null and b/images/aviso.png differ diff --git a/login/CreateUser.aspx b/login/CreateUser.aspx new file mode 100644 index 0000000..a8361cf --- /dev/null +++ b/login/CreateUser.aspx @@ -0,0 +1,323 @@ +<%@ Page Language="VB" AutoEventWireup="false" CodeFile="CreateUser.aspx.vb" Inherits="login_CreateUser" %> + + + + +
+ + + + + <%@ import Namespace="MySql.Data.MySqlClient"%> + + + + + + + + + + + + + + + + + +