20 lines
597 B
PHP
20 lines
597 B
PHP
|
<?php include 'gori.php';?>
|
||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<HTML>
|
||
|
<?php include 'header.php'; ?>
|
||
|
<div class="content">
|
||
|
<form class="contactForm" method="post">
|
||
|
<label >
|
||
|
Slika link:
|
||
|
</label><br />
|
||
|
<input type="text" id="emailField" name="slika"/> <br />
|
||
|
<label >
|
||
|
Tekst:
|
||
|
</label><br />
|
||
|
<textarea type="text" rows="30" cols="70" id="passwordField" name="vijest" ></textarea><br />
|
||
|
<input type="submit" name="submit" value="Submit" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</BODY>
|
||
|
</HTML>
|