Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.223.158.132
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/zvhope/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/zvhope/www/submitBook.html
<!--

	submitBook.html
	Purpose: submit a book

-->

<html>
<body>
<link rel="stylesheet" href="libraryLoginStylesheet.css">

<a href=logOut.php><button style=float:right id=logout>Log Out</button></A>

<div class="btn-group">
<A HREF="library1.php"> <button class="button">Home</button> </A>
</div>

<center>
<h2> Submit a book </h2>

<hr>

</center>
<form action="submitBook.php" method="post">
<font size=4>
<center>

Please input the following information:</font>
<p>
Title: <INPUT type=text id=username name=title>
<p> 
Author: <INPUT type=text id=username name=author>
<p>
</font>
<p>

<INPUT type="submit" id=log value="Submit Form">
<INPUT type="reset" id=reset value="Reset Form">

</center>
<style>
#logout{
    width: 75px;
    height: 30px;
    border: none;
    border-radius: 17px;
    padding-left: 7px;
    color: blue;
    position: absolute;
    right: 80px;
    top: 10px
}
</style>
</body>
</html>

Stv3n404 - 2023