You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB
PHP

<?php //require __DIR__.'/../../debug/dumpSuperGlobals.php';
echo "<h1 title=\"".$strings['misc_stslogohover']."\">".file_get_contents("data/misc/icon/html.html")."</h1><br>";
?>
<center>
<div class="searchbox">
<form id="searchbox">
<?php
echo "<input class=\"sbox\" type=\"".$_COOKIE['sts_flags']->any->sbox->input_type->__toString()."\" placeholder=\"".$strings['interactions_searcharea_hint']."\" name=\"query\">\n";
echo "\t<input type=\"submit\" action=\"search.php\" formmethod=\"get\" value=\"".$strings['interactions_basic_search']."\">\n";
?>
</form>
</div>
<div class="quotebox">
<p id="qtoi">
<?php
require __DIR__.'/../../privacyCheck.php';
if(checkPrivacy()){
echo sprintf($strings['alerts_privacy_instance'],$strings['meta_project_name']);
}
?>
</p>
</div>
</center>
<!--<iframe style="position:absolute;bottom:30px;right:10px;" src="dynamicGen.php?content=aboutserver" width="376" height="276"></iframe>-->
<div class="footer">
<div class="footeri right">
</div>
</div>