Conclusion

Páginas: 15 (3605 palabras) Publicado: 20 de noviembre de 2012
<html lang="en">
<head>

<!--
Theme by Gemma
http://h4te.tumblr.com
Please don't remove the credit.
-->

<title>{title}</title>

<script type="text/javascript"

src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
//When you click on a link with class of poplight and the href starts with a #
$('a.poplight[href^=#]').click(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popup href to define size

//Pull Query & Variables from href URL
var query= popURL.split('?');
vardim= query[1].split('&');
var popWidth = dim[0].split('=')[1]; //Gets the first query string value

//Fade in the Popup and add close button
$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lprqb3zExH1qcn2vb.png" class="btn_close" title="Close Window" alt="Close" /></a>');

//Definemargin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
var popMargTop = ($('#' + popID).height() + 80) / 2;
var popMargLeft = ($('#' + popID).width() + 80) / 2;

//Apply Margin to Popup
$('#' + popID).css({
'margin-top' : -popMargTop,
'margin-left' : -popMargLeft
});

//Fade in Background$('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies

return false;
});

//Close Popups and Fade Layer
$('a.close, #fade').live('click', function() { //When clicking onthe close or fade layer...
$('#fade , .popup_block').fadeOut(function() {
$('#fade, a.close').remove(); //fade them both out
});
return false;
});
});
</script>

<meta name="color:Background" content="#e2e2e2"/>
<meta name="color:Text" content="#000"/>
<meta name="color:Title" content="#000"/>
<meta name="color:Box" content="#fff"/>
<metaname="color:Link" content="#000"/>
<meta name="color:Hover" content="#000"/>
<meta name="image:Background" content=""/>
<meta name="image:Sidebar" content=""/>
<meta name="if:Show Photo" content="0"/>
<meta name="if:Show Title" content="0"/>
<meta name="if:Show Note Count" content="1"/>
<meta name="if:Show Captions" content="1"/>
<meta name="if:Show Notes"content="1"/>
<meta name="font:Title" content="Helvetica"/>
<meta name="font:Blog Title" content="courier new"/>
<meta name="font:Body" content="Helvetica"/>
<meta name="text:Title font size" content="14px"/>
<meta name="if:Endless Scroll" content="1"/>
<meta name="if:Tiny Cursor" content="0"/>
<meta name="if:Scroll To Top One" content="0"/><meta name="if:Scroll To Top Two" content="0"/>
<meta name="if:Shadow Links" content="0"/>
<meta name="if:Sidebar Shadow" content="0"/>
<meta name="if:Sidebar Rounded" content="0"/>
<meta name="if:Posts Shadow" content="0"/>
<meta name="if:Posts Rounded" content="0"/>
<meta name="if:Solid Border Posts" content="0"/>
<meta name="if:Home Link"content="1"/>
<meta name="if:Ask Link" content="1"/>
<meta name="if:Archive Link" content="1"/>
<meta name="text:Link One" content="" />
<meta name="text:Link One Title" content="" />
<meta name="text:Link Two" content="" />
<meta name="text:Link Two Title" content="" />
<meta name="text:Link Three" content="" />
<meta name="text:Link Three Title"...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Conclusiones
  • Conclusiones
  • Conclusion
  • COnclusiones
  • conclusiones
  • conclusion
  • las conclusiones
  • conclusiones

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS