Skip to content

Instantly share code, notes, and snippets.

@dzarezenko
Created December 15, 2009 22:10
Show Gist options
  • Save dzarezenko/257356 to your computer and use it in GitHub Desktop.
Save dzarezenko/257356 to your computer and use it in GitHub Desktop.
<div id="redimensionar-borde" style="display: none;">
<div id="cajonred">
<div id="ancho_deseado"><?= D_RESIZE_SIZE ?> <span><?=RESIZE_PIXELS;?></span></div>
<input name="resize" id="resize"/>
<div id="kepp"><?=RESIZE_KEEP;?></div>
<div id="dimensions">
<?= D_BY ?>
<input name="dimension" type="radio" value="width" checked="yes" /><?= D_WIDTH ?>
<input name="dimension" type="radio" value="height" /><?= D_HEIGHT ?>
<input name="dimension" type="radio" value="large_side" /><?= D_LARGE_SIDE ?>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment