xbaya-web/components/calculator/DivideFactoryUI.php (15 lines of code) (raw):
<?php
$type=$_GET["type"];
?>
<style>
.component_factory_style_<?php echo $type?>{
height:80%;
width:80%;
text-align:center;
font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
}
</style>
<div class="component_factory_style_<?php echo $type?>">
<img class="component_factory_style_<?php echo $type?>" src="http://www.clker.com/cliparts/c/d/3/8/12517962891101078571Symbol_divide_vote.svg.med.png">
Divide
</div>