Last change
on this file since 251 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
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"> |
---|
16 | tx = $("embed").attr("width"); |
---|
17 | ty = $("embed").attr("height"); |
---|
18 | if (tx=="0") { |
---|
19 | $("embed").attr("width","320px") |
---|
20 | $("object").attr("width","320px"); |
---|
21 | } |
---|
22 | if (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.