source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/blocs/galeries/popup-webmaton.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 925 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
5<title><BOUCLE_letitre(ARTICLES){id_article}>[(#TITRE|supprimer_numero)]</BOUCLE_letitre></title>
6#INSERT_HEAD
7</head>
8<body style="text-align:center;">
9<BOUCLE_lecture_doc(DOCUMENTS){id_document}>
10<div id="centrer" style="margin: auto; padding-top: <?php echo abs(470-[(#HAUTEUR)])/2; ?>px;">
11[(#EMBED_DOCUMENT)]
12</div>
13</BOUCLE_lecture_doc>
14
15<script type="text/javascript">
16tx = $("embed").attr("width");
17ty = $("embed").attr("height");
18if (tx=="0") {
19$("embed").attr("width","320px")
20$("object").attr("width","320px");
21}
22if (ty=="0") {
23$("embed").attr("height","256px")
24$("object").attr("height","256px");
25$("#centrer").css("padding-top","95px");
26}
27
28</script>
29
30</body>
31</html>
32
33
34
35
Note: See TracBrowser for help on using the repository browser.