You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.2 KiB

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Berufsanfrage.aspx.vb" Inherits="LPWeb.Berufsanfrage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style2
{
text-align: left;
}
#form1
{
text-align: left;
}
</style>
<script type="text/javascript" id="telerikClientEvents1">
//<![CDATA[
function GetRadWindow() {
var oWindow = null;
if (window.radWindow) oWindow = window.radWindow; //Will work in Moz in all cases, including clasic dialog
else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; //IE (and Moz as well)
return oWindow;
}
function CloseWindow() {
GetRadWindow().close();
}
function alertCallBackFn(arg) {
radalert("<strong>radalert</strong> returned the following result: <h3 style='color: #ff0000;'>" + arg + "</h3>", null, null, "Result");
}
//]]>
</script>
</head>
<body class="page">
<form id="form1" runat="server" >
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
</telerik:RadScriptManager>
<table style="width:100%;">
<tr>
<td class="style2">
Erfassen Sie bitte im nachstehenden Eingabefeld die Berufsbezeichnung.
<br />
Ein Mail mit Ihrer Anfrage wird dem Administrator zugestellt.
<br />
Sie werden anschliessend kontaktiert.</td>
</tr>
<tr>
<td class="style2">
<telerik:RadTextBox ID="RadTextBox1" Runat="server" Label="Berufsbezeichnung"
LabelWidth="110px" Width="300px" DisplayText="Berufsbild erfassen"
EmptyMessage="Berufsbild erfassen" type="text" value="">
</telerik:RadTextBox>
</td>
</tr>
<tr>
<td class="style2">
&nbsp;</td>
</tr>
</table>
<br />
&nbsp;&nbsp;<telerik:RadButton ID="RadButton1" runat="server" Text="Anfrage senden"
onclientclicking="CloseWindow">
</telerik:RadButton>&nbsp;&nbsp;
<telerik:RadButton ID="RadButton2" runat="server" Text="Abbruch" onclientclicking="CloseWindow">
</telerik:RadButton>
<br />
<br />
<telerik:RadWindowManager ID="RadWindowManager1" ShowContentDuringLoad="false" VisibleStatusbar="false"
ReloadOnShow="true" runat="server" EnableShadow="true" Skin="Default">
<Windows>
<telerik:RadWindow ID="RadWindow1" runat="server" Behaviors="Close"
NavigateUrl="~/UserControls/Dialogbox.aspx">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>
</form>
</body>
</html>