mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-21 09:05:53 +02:00
Use radar instead of RadiusClient
This commit is contained in:
parent
b90799184b
commit
01c78645ad
6 changed files with 24 additions and 50 deletions
|
@ -3,31 +3,22 @@
|
|||
<!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 runat="server">
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function doSomething() {
|
||||
|
||||
}
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function doSomething() {
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
<div>
|
||||
|
||||
<asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue