This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwb-ged-proto/server/upload.html

39 lines
807 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" media="all" href="style.css"/>
<script src="js/jquery-1.7.2.min.js"></script>
<title>Recherche</title>
</head>
<body>
<div id="wrap">
<div id="header">
<h1>PFWB</h1>
<span>Prototype</span>
</div>
<div id="splash">
</div>
<div id="content">
<div id="appbar">
<h2>Prototype de moteur de recherche - GED PFWB</h2>
<a href="./">Retourner à la recherche</a>
</div>
<form method="post" action="search/upload" enctype="multipart/form-data">
Fichier à ajouter : <input name="file" type="file"/>
<input type="submit" value="Uploader"/>
</form>
<div id="footer">
Entr'ouvert — 2012
</div>
</div>
</body>
</html>