diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 01:05:25 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-25 01:05:25 +0200 |
commit | b76086add9ffb0cbd9ddf54955df51db436ed07a (patch) | |
tree | 3f28f0d4653579150915b8e26406d3ae63bfb368 /_header.php | |
parent | 423564807cbf345a16840acf31ef4bad3a527092 (diff) |
Move common header and footer HTML code into separate (and reusable) files, change RPM page layout and validate xhtml 1.0 strict
Diffstat (limited to '_header.php')
-rw-r--r-- | _header.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_header.php b/_header.php new file mode 100644 index 0000000..63f5850 --- /dev/null +++ b/_header.php @@ -0,0 +1,14 @@ + <div id="header"> + <h1> + <a href="http://fedoraproject.org"><img src="images/fedora-logo.png" alt="Fedora Project"/></a> + </h1> + <div id="headsearch"> + <form action='zoom.php' method='get'> + <div> + <label for="rpm">Package : </label> + <input type="text" name="rpm" id="rpm" size="20" /> + <input type="submit" value="Search" /> + </div> + </form> + </div> + </div> |