web/event_form.php
changeset 1295 03d2aa7b4967
parent 1015 5364f64a8829
child 1366 2cebaaf18c54
--- a/web/event_form.php	Tue Nov 17 12:15:00 2015 +0100
+++ b/web/event_form.php	Wed Nov 18 15:39:05 2015 +0100
@@ -14,7 +14,7 @@
     <!-- FONT -->
     <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
     <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
-    
+
     <!-- CSS -->
     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/>
     <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/>
@@ -66,8 +66,8 @@
         }
         ?>
       </ul>
-      
-      
+
+
       <ul class="menu lang" >
       <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=ja_JP" class="menuLink" >
            <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
@@ -135,6 +135,14 @@
                     <div class="event-field-help"><?php print $translate->_("keywords_help"); ?></div>
                 </div>
                 <div class="event-field">
+                    <label for="annotation_protocol_version"><?php print $translate->_("annotation_protocol_version");?></label>
+                    <select name="annotation_protocol_version" id="annotation_protocol_version">
+                        <option value="1">1</option>
+                        <option value="2" selected>2</option>
+                    </select>
+                    <div class="event-field-help"><?php print $translate->_("annotation_protocol_version_help"); ?></div>
+                </div>
+                <div class="event-field">
                     <label for="partenaires"><?php print $translate->_("partenaires");?></label>
                     <textarea name="partenaires" id="partenaires"></textarea>
                     <div class="event-field-help"><?php print $translate->_("partenaires_help"); ?></div>
@@ -176,6 +184,7 @@
                     <div class="event-field-help"><?php print $translate->_("archive_description_help"); ?></div>
                     <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtext" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
                 </div>
+
             </fieldset>
             <input type="submit" />
         </form>