Skip to content

Commit

Permalink
Añadido patrocinador
Browse files Browse the repository at this point in the history
  • Loading branch information
algspd committed Oct 22, 2013
1 parent 8c7c379 commit 4d17e4a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
Binary file added src/www/3dps.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions src/www/application/views/getdata.php
Expand Up @@ -12,11 +12,19 @@
<?php
head();
?>
<div id="patrocinadores" style="position:relative;top:50px;border:1px dashed #050;width:360px;">
<br/><br/><span style="font-size:17px;">Número de impresoras: <?php
echo $query->num_rows() - 2;
?></span><br/>
<span style="font-size:17px;">Último clon subido: <?php
echo $printermax;
?></span><br/>
<div class="patrocinadores" style="position:relative;top:10px;border:1px dashed #050;width:360px;">
<span style="color:#050;font-weight:bold;" >Patrocinadores</span>
<a href="http://lemonmaker.es/" target="_blank"><img style=""src="lemonmaker.png" /></a>
<br/>
<a href="http://www.leapto3d.com/" target="_blank"><img style=""src="leap.png" /></a>
<br/>
<a href="http://www.iniciativas3d.com" target="_blank"><img style=""src="i3d.png" /></a>
</div>

<div style="position:absolute;top:20px;left:350px;">
Expand All @@ -32,26 +40,26 @@
<a href="/index.php/nofoto"><img src="/prusadordelfrac.png" alt="Prusador del frac" style="width:140px;" /></a>
</div>
<br/>
<br/><br/><span style="font-size:17px;">Número de impresoras: <?php
echo $query->num_rows() - 2;
?></span><br/>
<span style="font-size:17px;">Último clon subido: <?php
echo $printermax;
?></span><br/>

<div id="setup">
<img src="gear.png" style="vertical-align:middle"/>
<select name="imagen" id="imagen" onchange="noimages();">
<option selected="selected">Con imágenes</option>
<option>Sin imágenes</option>
</select>
<!--
<select name="orientacion" id="orientacion" onchange="orientacion();">
<option selected="selected">Vertical</option>
<option>Horizontal</option>
</select>
-->
</div>

<div id="dvTreeContainer"></div>
<div class="patrocinadores" style="position:absolute;top:272px;left:980px;border:1px dashed #050;width:245px;min-height:453px">
<span style="color:#050;font-weight:bold;" >Patrocinadores</span>
<a href="http://www.3dprinters-shop.com/" target="_blank"><img style="display:block;margin-right:auto;margin-left:auto;"src="3dps.png" /></a>
</div>
<script type="text/javascript">
<?php
treeData($db);
Expand Down
1 change: 1 addition & 0 deletions src/www/css/style.css
Expand Up @@ -3,6 +3,7 @@ body{
margin-top:20px;
background-color:#009200;
color:#EEE;
min-width:1211px;
}
a {
color:#FFF;
Expand Down
6 changes: 3 additions & 3 deletions src/www/cwdata.sql

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/www/flare.json
Expand Up @@ -511,7 +511,8 @@
{"name": "#128 Blue demon", "size": 3000,
"children": []},
{"name": "#165 Goliath", "size": 3000,
"children": []},
"children": [{"name": "#280 WhitePrawn", "size": 3000,
"children": []}]},
{"name": "#269 Rodolfredo", "size": 3000,
"children": []},
{"name": "#276 hansolo", "size": 3000,
Expand Down
Binary file added src/www/i3d.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/www/uploads/WhitePrawn.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/www/uploads/thumb_WhitePrawn.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d17e4a

Please sign in to comment.