web/event_form.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 28 Nov 2013 14:42:48 +0100
changeset 1013 335681e25fcf
parent 1012 5064d9d287a0
child 1015 5364f64a8829
permissions -rw-r--r--
clean a little bit mode
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
include_once 'common.php';
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
$user_data = authenticate($C_event_users, $translate);
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
?>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     7
<!DOCTYPE html>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     8
<html lang="<?php echo($actual); ?>">
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     9
<head>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    10
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    11
    <title>Polemic Tweet &mdash; event form</title>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    12
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    13
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    14
    <!-- FONT -->
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    15
    <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    16
    <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    17
    
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    18
    <!-- CSS -->
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    19
    <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    20
    <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    21
    <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]-->
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    22
    <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    23
    <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    24
    <link rel="stylesheet" href="<?php echo(registry_url('jquery-te','css'));?>" type="text/css" media="screen, projection"/>
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    25
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    26
    <!-- JAVASCRIPT -->
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    27
    <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    28
    <script type="text/javascript" src="<?php echo(registry_url('underscore','js'))?>"></script>
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    29
    <script type="text/javascript" src="<?php echo(registry_url('jquery-tinymce','js'))?>"></script>
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    30
    <script type="text/javascript">
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    31
        $(function() {
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    32
            $("textarea").tinymce({
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    33
                script_url : '<?php echo(registry_url('tinymce','js'))?>',
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    34
                menubar:false,
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    35
                toolbar: "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link unlink | code preview",
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    36
                resize: true,
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    37
                valid_styles : { '*' : 'color,font-size,font-weight,font-style,text-decoration' },
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    38
                paste_use_dialog : true,
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    39
                paste_auto_cleanup_on_paste : true,
1013
335681e25fcf clean a little bit mode
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1012
diff changeset
    40
                convert_fonts_to_spans: true,
335681e25fcf clean a little bit mode
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1012
diff changeset
    41
                
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    42
                plugins: "code, preview, link, paste",
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    43
            });
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    44
        });
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    45
    </script>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    46
</head>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    47
<body>
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    48
    <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div>
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    49
    <div class="container">
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    50
      <img src="images/ENMI_2010_logo.gif" class="logo">
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    51
      <ul class="menu">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    52
          <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    53
          	<?php print $translate->_("Accueil"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    54
          <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>about.php" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    55
          	<?php print $translate->_("A propos"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    56
          <li ><a href="mailto:contact@iri.centrepompidou.fr" class="menuLink" >
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    57
          	<?php print $translate->_("Contact"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    58
      </ul>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    59
      <ul class="menu">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    60
          <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    61
          	<?php print $translate->_("Archives"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    62
        <?php
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    63
        if($_SESSION['auth']) { ?>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    64
          <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>logout.php" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    65
          	<?php print $translate->_("Logout"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    66
        <?php
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    67
        }
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    68
        ?>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    69
      </ul>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    70
      
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    71
      
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    72
      <ul class="menu lang" >
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    73
      <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=ja_JP" class="menuLink" >
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    74
           <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    75
            <?php print $translate->_("Japonais"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    76
      <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=fr" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    77
           <img src='images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    78
           <?php print $translate->_("Français"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    79
      <li ><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=en" class="menuLink">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    80
           <img src='images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    81
           <?php print $translate->_("Anglais"); ?></a></li>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    82
      </ul>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    83
    </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    84
    <div class="container">
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    85
<?php
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    86
    if(!isset($user_data) || isset($user_data['error'])) {
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    87
        print "<div class=\"error-message\"><h2>".$user_data['error']."</h2></div>";
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    88
    }
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    89
    else {
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    90
?>
1012
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    91
        <form id="event-form" method="post" enctype="multipart/form-data" action="./event_process.php">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    92
            <fieldset id="event-fields">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    93
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    94
                    <label for="title"><?php print $translate->_("title"); ?>*</label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    95
                    <input type="text" id="title" name="title" />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    96
                    <div class="event-field-help"><?php print $translate->_("title_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    97
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-title" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    98
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
    99
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   100
                    <label for="hashtag"><?php print $translate->_("hashtag"); ?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   101
                    <input type="text" id="hashtag" name="hashtag" alt="format: #hastag"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   102
                    <div class="event-field-help"><?php print $translate->_("hashtag_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   103
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   104
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   105
                    <label for="abstract"><?php print $translate->_("abstract");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   106
                    <textarea name="abstract" id="abstract"></textarea>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   107
                    <div class="event-field-help"><?php print $translate->_("abstract_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   108
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=%23event-abstract" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   109
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   110
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   111
                    <label for="description"><?php print $translate->_("description");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   112
                    <textarea name="description" id="description"></textarea>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   113
                    <div class="event-field-help"><?php print $translate->_("description_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   114
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-description" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   115
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   116
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   117
                    <label for="link"><?php print $translate->_("link");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   118
                    <input type="text" name="link" id="link"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   119
                    <div class="event-field-help"><?php print $translate->_("link_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   120
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-link" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   121
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   122
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   123
                    <label for="islive"><?php print $translate->_("islive");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   124
                    <input type="hidden" name="islive" value="__FALSE__"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   125
                    <input type="checkbox" name="islive" id="islive" value="__TRUE__"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   126
                    <div class="event-field-help"><?php print $translate->_("islive_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   127
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   128
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   129
                    <label for="islive_embed"><?php print $translate->_("islive_embed");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   130
                    <input type="text" name="islive_embed" id="islive_embed"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   131
                    <div class="event-field-help"><?php print $translate->_("islive_embed_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   132
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   133
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   134
                    <label for="keywords"><?php print $translate->_("keywords");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   135
                    <input type="text" name="keywords" id="keywords"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   136
                    <div class="event-field-help"><?php print $translate->_("keywords_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   137
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   138
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   139
                    <label for="partenaires"><?php print $translate->_("partenaires");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   140
                    <textarea name="partenaires" id="partenaires"></textarea>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   141
                    <div class="event-field-help"><?php print $translate->_("partenaires_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   142
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-partenaires" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   143
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   144
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   145
                    <label for="client_visual"><?php print $translate->_("client_visual");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   146
                    <input type="file" name="client_visual" id="client_visual"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   147
                    <div class="event-field-help"><?php print $translate->_("client_visual_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   148
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23vlWrap&highlight_effect=pulsate" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   149
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   150
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   151
                    <label for="head_logo"><?php print $translate->_("head_logo");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   152
                    <input type="file" name="head_logo" id="head_logo" />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   153
                    <div class="event-field-help"><?php print $translate->_("head_logo_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   154
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23headlogo" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   155
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   156
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   157
                    <label for="slide_background"><?php print $translate->_("slide_background");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   158
                    <input type="file" name="slide_background" id="slide_background"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   159
                    <div class="event-field-help"><?php print $translate->_("slide_background_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   160
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.slider&highlight_effect=pulsate" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   161
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   162
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   163
                    <label for="archive_img"><?php print $translate->_("archive_img");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   164
                    <input type="file" name="archive_img" id="archive_img" />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   165
                    <div class="event-field-help"><?php print $translate->_("archive_img_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   166
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>archives.php?highlight=.AVBimg&highlight_effect=pulsate" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   167
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   168
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   169
                    <label for="archive_title"><?php print $translate->_("archive_title");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   170
                    <input type="text" name="archive_title" id="archive_title"/>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   171
                    <div class="event-field-help"><?php print $translate->_("archive_title_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   172
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtitle" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   173
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   174
                <div class="event-field">
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   175
                    <label for="archive_description"><?php print $translate->_("archive_description");?></label>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   176
                    <textarea name="archive_description" id="archive_description"></textarea>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   177
                    <div class="event-field-help"><?php print $translate->_("archive_description_help"); ?></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   178
                    <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtext" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   179
                </div>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   180
            </fieldset>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   181
            <input type="submit" />
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   182
        </form>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   183
    <?php
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   184
    }
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   185
    ?>
5064d9d287a0 replace jquery text editor by jquery for a better control on text clean up.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1004
diff changeset
   186
    </div>
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
   187
</body>
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
   188
</html>