Prześlij pliki do ''
This commit is contained in:
parent
f774e477d9
commit
2f10242ea2
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
@ -40,13 +41,15 @@
|
||||
}
|
||||
?>
|
||||
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
|
||||
<div id="logowanie">
|
||||
Login: <input type="text" name="login" value="<?php echo $login;?>">
|
||||
<span class="error"> <?php echo $loginErr;?></span>
|
||||
<br>
|
||||
<span class="error"> <?php echo $loginErr;?></span>
|
||||
<br><br>
|
||||
Hasło: <input type="text" name="haslo" value="<?php echo $haslo;?>">
|
||||
<span class="error"> <?php echo $hasloErr;?></span><br>
|
||||
<span class="error"> <?php echo $hasloErr;?></span><br><br>
|
||||
<input type="submit" name="submit" value="Submit"><br>
|
||||
<span class="error"> <?php echo $daneErr;?></span><br>
|
||||
</div>
|
||||
<?php print $login;
|
||||
?>
|
||||
<!--<input type="button" value="wyślij" onClick="logowanie(this.form)">
|
||||
|
@ -1,4 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Lekarz</h1>
|
||||
<script type="text/javascript">
|
||||
|
@ -1,4 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Recepcjonista</h1>
|
||||
<script type="text/javascript">
|
||||
|
@ -1,4 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
$godzina=$dzien="";
|
||||
|
50
style.css
Normal file
50
style.css
Normal file
@ -0,0 +1,50 @@
|
||||
body
|
||||
{
|
||||
background-color: aqua;
|
||||
}
|
||||
form
|
||||
{
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
margin-top: 20%;
|
||||
background-color: pink;
|
||||
width: 250px;
|
||||
border: 2px solid red;
|
||||
padding: 10px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
h1
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*table, th, td {
|
||||
border: 1px solid black;
|
||||
float: left;
|
||||
}*/
|
||||
tr,td
|
||||
{
|
||||
border: 1px solid black;
|
||||
}
|
||||
td
|
||||
{
|
||||
width: 200px;
|
||||
}
|
||||
.tabela
|
||||
{
|
||||
/*height: 300px;
|
||||
margin-top: 50px;*/
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
padding: 10px;
|
||||
}
|
||||
#czysc {
|
||||
clear: both;
|
||||
}
|
||||
#wrap
|
||||
{
|
||||
padding:10px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user