Procházet zdrojové kódy

Enhancements to index.html

main
Simon Bowie před 3 roky
rodič
revize
427aaaf9b2
3 změnil soubory, kde provedl 54 přidání a 6 odebrání
  1. +20
    -0
      site/public/css/style.css
  2. +32
    -6
      site/public/index.html
  3. +2
    -0
      site/public/search.php

+ 20
- 0
site/public/css/style.css Zobrazit soubor

.clear{ .clear{
clear:both; clear:both;
} }

.centre {
margin: auto;
width: 50%;
border: 3px solid black;
padding: 10px;
text-align:center;
}

.btn-link {
border: none;
outline: none;
background: none;
cursor: pointer;
color: #0000EE;
padding: 0;
text-decoration: underline;
font-family: inherit;
font-size: inherit;
}

+ 32
- 6
site/public/index.html Zobrazit soubor

<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head> </head>
<body> <body>


<form action="search.php" method="POST">
<input type="text" name="search" placeholder="search for a patent record">
<input type="submit" value="search">
</form>
<div class="centre">
<form action="search.php" method="POST">
<input type="text" name="search" placeholder="search for a patent record">
<input type="submit" value="search">
</form>
</div>


<a href="./random.php">show a random record</a>
<a href="./compare.php">compare two random records</a>
<div class="centre">
<a href="./random.php">show a random record</a>
</div>

<div class="centre">
<a href="./compare.php">compare two random records</a>
</div>

<div class="centre">
<form action="search.php" method="POST">
<input type="hidden" name="search" value="leak">
<button type="submit" class="btn-link">
example search: 'leak'
</button>
</form>
</div>

<div class="centre">
<form action="search.php" method="POST">
<input type="hidden" name="search" value="secret">
<button type="submit" class="btn-link">
example search: 'secret'
</button>
</form>
</div>


</body> </body>
</html> </html>

+ 2
- 0
site/public/search.php Zobrazit soubor



<br><br> <br><br>


<hr>

<? <?
endif; endif;
?> ?>

Načítá se…
Zrušit
Uložit