My favorites
▼
|
Sign in
nyromodal
nyroModal - jQuery Modal Plugin
Project Home
Downloads
Issues
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
92
attachment: source.txt
(1.4 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
la partie contenant le swf du header inclue dans les pages
<div id="topImg">
<object type="application/x-shockwave-flash" data="dewslider.swf?xml=themes/summer/images/diapo/diapo.xml&transition=fade&speed=20&timer=5&showbuttons=1&showtitles=1" width="515" height="206" >
<param name="movie" value="dewslider.swf?xml=themes/summer/images/diapo/diapo.xml&transition=fade&speed=20&timer=5&showbuttons=1&showtitles=1" />
</object>
</div>
fichier index
<?php
define('CPX_ROOT','./');
require_once(CPX_ROOT.'include/common.php');
include('language/'.$_SESSION['lang'].'/archives.php');
$loadCSS = '<link rel="stylesheet" href="modules/archives/nyroModal.full.css" type="text/css" media="screen" title="no title" charset="utf-8">';
$loadJS = '<script type="text/javascript" src="js/jquery-1.3.min.js"></script>'."\n".'
<script type="text/javascript" src="js/jquery.nyroModal-1.4.2.pack.js"></script>'."\n";
$cpx_config['o_site_title'] = $lang_archives['TITLE'];
$row['oDescription'] = '';
$row['oKeywords'] = '';
include('themes/header.php');
?>
<script type="text/javascript">
$(function(){
$.nyroModalSettings({width:770, height:430});
});
</script>
<div id="mainContainer">
<a href="archives_search.php" class="nyroModal">Trouver un fichier</a>
</div>
<?php
include('themes/footer.php');
?>
Powered by
Google Project Hosting