equal
deleted
inserted
replaced
12 <meta http-equiv="X-UA-Compatible" content="IE=9" /> |
12 <meta http-equiv="X-UA-Compatible" content="IE=9" /> |
13 |
13 |
14 <!-- FONT --> |
14 <!-- FONT --> |
15 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
15 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
16 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
16 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
17 |
17 |
18 <!-- CSS --> |
18 <!-- CSS --> |
19 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/> |
19 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-screen','css'));?>" type="text/css" media="screen, projection"/> |
20 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
20 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
21 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
21 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
22 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
22 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
64 <?php print $translate->_("Logout"); ?></a></li> |
64 <?php print $translate->_("Logout"); ?></a></li> |
65 <?php |
65 <?php |
66 } |
66 } |
67 ?> |
67 ?> |
68 </ul> |
68 </ul> |
69 |
69 |
70 |
70 |
71 <ul class="menu lang" > |
71 <ul class="menu lang" > |
72 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=ja_JP" class="menuLink" > |
72 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=ja_JP" class="menuLink" > |
73 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
73 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
74 <?php print $translate->_("Japonais"); ?></a></li> |
74 <?php print $translate->_("Japonais"); ?></a></li> |
75 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=fr" class="menuLink"> |
75 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>event_form.php?lang=fr" class="menuLink"> |
133 <label for="keywords"><?php print $translate->_("keywords");?></label> |
133 <label for="keywords"><?php print $translate->_("keywords");?></label> |
134 <input type="text" name="keywords" id="keywords"/> |
134 <input type="text" name="keywords" id="keywords"/> |
135 <div class="event-field-help"><?php print $translate->_("keywords_help"); ?></div> |
135 <div class="event-field-help"><?php print $translate->_("keywords_help"); ?></div> |
136 </div> |
136 </div> |
137 <div class="event-field"> |
137 <div class="event-field"> |
|
138 <label for="annotation_protocol_version"><?php print $translate->_("annotation_protocol_version");?></label> |
|
139 <select name="annotation_protocol_version" id="annotation_protocol_version"> |
|
140 <option value="1">1</option> |
|
141 <option value="2" selected>2</option> |
|
142 </select> |
|
143 <div class="event-field-help"><?php print $translate->_("annotation_protocol_version_help"); ?></div> |
|
144 </div> |
|
145 <div class="event-field"> |
138 <label for="partenaires"><?php print $translate->_("partenaires");?></label> |
146 <label for="partenaires"><?php print $translate->_("partenaires");?></label> |
139 <textarea name="partenaires" id="partenaires"></textarea> |
147 <textarea name="partenaires" id="partenaires"></textarea> |
140 <div class="event-field-help"><?php print $translate->_("partenaires_help"); ?></div> |
148 <div class="event-field-help"><?php print $translate->_("partenaires_help"); ?></div> |
141 <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> |
149 <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> |
142 </div> |
150 </div> |
174 <label for="archive_description"><?php print $translate->_("archive_description");?></label> |
182 <label for="archive_description"><?php print $translate->_("archive_description");?></label> |
175 <textarea name="archive_description" id="archive_description"></textarea> |
183 <textarea name="archive_description" id="archive_description"></textarea> |
176 <div class="event-field-help"><?php print $translate->_("archive_description_help"); ?></div> |
184 <div class="event-field-help"><?php print $translate->_("archive_description_help"); ?></div> |
177 <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtext" target="_blank"><?php print $translate->_("Event_example"); ?></a></div> |
185 <div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtext" target="_blank"><?php print $translate->_("Event_example"); ?></a></div> |
178 </div> |
186 </div> |
|
187 |
179 </fieldset> |
188 </fieldset> |
180 <input type="submit" /> |
189 <input type="submit" /> |
181 </form> |
190 </form> |
182 <?php |
191 <?php |
183 } |
192 } |