web/select.php
author ymh <ymh.work@gmail.com>
Sat, 19 Oct 2024 01:42:20 +0200
changeset 1565 b1d408b2381d
parent 1560 d441b50586ba
permissions -rw-r--r--
upgrade metadataplayer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
if(!isset($_REQUEST['rep'])) {
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
    include_once dirname(__FILE__).'/common.php';
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
    header('Location: ' . URL_ROOT . "$C_default_rep/select.php" );
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    exit();
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
}
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
$rep = $_REQUEST['rep'];
1558
761ba7426984 upgrade metadataplayer and add a sitemap
ymh <ymh.work@gmail.com>
parents: 1557
diff changeset
    10
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
include dirname(__FILE__).'/'.$rep.'/config.php';
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
include_once 'common.php';
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
/**
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
 * Do we already have a valid Access Token or need to go get one?
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
 */
1557
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1427
diff changeset
    18
if (!isset($_SESSION['SOCIAL_ACCESS_TOKEN']) && isset($_GET['CONNECT']) ) {
1427
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    19
    // /**
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    20
    //  * Guess we need to go get one!
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    21
    //  */
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    22
    // $token = $consumer->getRequestToken();
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    23
    // $_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token);
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
1427
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    25
    // /**
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    26
    //  * Now redirect user to Twitter site so they can log in and
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    27
    //  * approve our access
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    28
    //  */
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents: 1366
diff changeset
    29
    // $consumer->redirect();
1557
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1427
diff changeset
    30
    $get_social_request_token();
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
}
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents: 549
diff changeset
    34
$big_visual_url = URL_ROOT."/$rep/images/big-visuel.jpg";
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
if($translate->_('config__client_visual') != 'config__client_visual' && $translate->_('config__client_visual') != null ) {
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
    $big_visual_url = URL_ROOT."$rep/".$translate->_('config__client_visual');
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
}
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents: 549
diff changeset
    39
$head_logo = URL_ROOT."$rep/images/head-logo.png";
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) {
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
    $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo');
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
}
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
    $embed = (isset($_REQUEST['embed']) && $_REQUEST['embed']);
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
    $videoWidth = ( $embed ? 442 : 480 );
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
    $videoHeight = ( $embed ? 250 : 320 );
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
   "http://www.w3.org/TR/html4/strict.dtd">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
<html lang="<?php echo($actual); ?>">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
  <head>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
    <title>Live Video and Annotation</title>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
    <!-- FONT -->
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
    <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
    <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
    
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
    <!-- CSS -->
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
    <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
    <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?42" type="text/css" media="screen, projection"/>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
    <!-- JAVASCRIPT -->
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
    <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
    
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
  </head>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
  <body>
1366
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 797
diff changeset
    70
    <!--div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div-->
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
        <div id="container">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
            
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
                <div class="barre">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
                    <img id="headlogo" src="<?php echo($head_logo); ?>" width="171" height="63" />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
                    <div id="minilogo"></div>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
                    <ul class="menu">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
                            <a href="<?php echo(URL_ROOT); ?>" class="menuLink">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
                                <?php print $translate->_("Accueil"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
                            </a>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
                        </li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    84
                            <a href="<?php echo($translate->_('config__link')); ?>" class="menuLink" target="_blank" id='Program'>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    85
                                <?php print $translate->_("Programme"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    86
                            </a>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    87
                        </li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    88
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
                            <a href="../about.php" class="menuLink" >
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    90
                                <?php print $translate->_("A propos"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
                            </a>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
                        </li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    93
                    </ul>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
                    <ul class="menu">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    95
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    96
                            <a href="<?php URL_ROOT ?>client.php?lang=ja_JP" class="menuLink" >
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
                                <img src='<?php echo(URL_ROOT); ?>images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
                                <?php print $translate->_("Japonais"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    99
                            </a></li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   100
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
                            <a href="<?php URL_ROOT ?>client.php?lang=fr" class="menuLink">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   102
                                <img src='<?php echo(URL_ROOT); ?>images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
                                <?php print $translate->_("Français"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   104
                            </a>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   105
                        </li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
                        <li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
                            <a href="<?php URL_ROOT ?>client.php?lang=en" class="menuLink">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
                                <img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
                                <?php print $translate->_("Anglais"); ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
                            </a>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   111
                        </li>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
                    </ul>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   113
                </div>
797
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   114
                <ul>
549
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   115
<?php
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   116
    $basepath = dirname(__FILE__)."/";
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents: 549
diff changeset
   117
    $partenaires = $translate->_('config__partenaires');
549
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   118
    foreach ($config['event_list'] as $i => $rep) {
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   119
        
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   120
        include("$basepath$rep/config.php");
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   121
        
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   122
        set_config_translations($config, $translate);
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   123
            
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   124
        $tail_img = $translate->_('config__archive_img');
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   125
        if(is_array($tail_img)) {
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   126
            $tail_img = $tail_img[0];
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   127
        }
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   128
        $archive_title = $translate->_('config__archive_title');
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   129
        if(is_array($archive_title)) {
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   130
            $archive_title = $archive_title[0];
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   131
        }
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   132
        $archive_description = $translate->_('config__archive_description');
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   133
        if(is_array($archive_description)) {
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   134
            $archive_description = $archive_description[0];
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   135
        }
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   136
    
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   137
?>
797
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   138
		            <div class="archivesVideoBox">
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   139
		                <a href="<?php echo URL_ROOT . $rep ?>">
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   140
		                    <img src="<?php echo URL_ROOT . "$rep/$tail_img" ?>" width="270" height="150"/>
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   141
		                </a>
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   142
		                <h3 class="AVBtitle"><?php echo $archive_title ?></h3>
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   143
		                <p class="AVBtext"><?php echo $archive_description; ?></p>
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   144
		            </div>
549
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   145
<?php
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   146
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   147
    }
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   148
623960a74176 corrections
Raphael Velt <raph.velt@gmail.com>
parents: 547
diff changeset
   149
 ?>
797
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
   150
 				</ul>
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   151
            </div>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
            <div class="footer">
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
                <hr />
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
         <?php
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
                include  dirname(__FILE__).'/'.$rep.'/config.php';
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents: 549
diff changeset
   156
                echo $partenaires;
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
                
1557
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1427
diff changeset
   158
                if (isset($_SESSION['SOCIAL_ACCESS_TOKEN'])){
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   159
                    echo("| <a href='clear.php' class='footerLink'>".$translate->_("D&eacute;connexion")."</a>");
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
                }
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   161
         ?>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   162
            </div>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   163
        </div>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   164
  </body>
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   165
</html>