Commit 973fe0d5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b1be561e
......@@ -91,6 +91,20 @@ if($_GET["action"] == "bla"){
</ul>
</div>
</div>
</div>
<div class="content">
<div class="box_1">
<h1 class="m_2">Neue Filme</h1>
<div class="search">
<form>
<input type="text" value="Suche..." onfocus="this.value=\'\';"
onblur="if (this.value == \'\') {this.value =\'Suche...\';}"> <input
type="submit" value="">
</form>
</div>
<div class="clearfix"></div>
</div>
</div>';
}
......@@ -163,10 +177,7 @@ License URL: http://creativecommons.org/licenses/by/3.0/
</div>
<?php echo $content;?>
<!--
--><!--
<div class="content">
<div class="box_1">
<h1 class="m_2">Neue Filme</h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment