web/event_form.php
changeset 989 e4e219f7b12c
parent 988 954019f62866
child 1000 c294569b0725
--- a/web/event_form.php	Sun Nov 24 03:13:33 2013 +0100
+++ b/web/event_form.php	Mon Nov 25 18:31:35 2013 +0100
@@ -89,21 +89,25 @@
 					<label for="title"><?php print $translate->_("title"); ?></label>
 					<input type="text" id="title" name="title" />
 					<div class="event-field-help"><?php print $translate->_("title_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="abstract"><?php print $translate->_("abstract");?></label>
 					<textarea name="abstract" id="abstract"></textarea>
 					<div class="event-field-help"><?php print $translate->_("abstract_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="description"><?php print $translate->_("description");?></label>
 					<textarea name="description" id="description"></textarea>
 					<div class="event-field-help"><?php print $translate->_("description_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="link"><?php print $translate->_("link");?></label>
 					<input type="text" name="link" id="link"/>
 					<div class="event-field-help"><?php print $translate->_("link_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="islive"><?php print $translate->_("islive");?></label>
@@ -124,36 +128,43 @@
 					<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>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="client_visual"><?php print $translate->_("client_visual");?></label>
 					<input type="file" name="client_visual" id="client_visual"/>
 					<div class="event-field-help"><?php print $translate->_("client_visual_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="head_logo"><?php print $translate->_("head_logo");?></label>
 					<input type="file" name="head_logo" id="head_logo" />
 					<div class="event-field-help"><?php print $translate->_("head_logo_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="slide_background"><?php print $translate->_("slide_background");?></label>
 					<input type="file" name="slide_background" id="slide_background"/>
 					<div class="event-field-help"><?php print $translate->_("slide_background_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="archive_img"><?php print $translate->_("archive_img");?></label>
 					<input type="file" name="archive_img" id="archive_img" />
 					<div class="event-field-help"><?php print $translate->_("archive_img_help"); ?></div>
+					<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>
 				</div>
 				<div class="event-field">
 					<label for="archive_title"><?php print $translate->_("archive_title");?></label>
 					<input type="text" name="archive_title" id="archive_title"/>
 					<div class="event-field-help"><?php print $translate->_("archive_title_help"); ?></div>
+					<div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>index.php?highlight=.AVBtitle" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
 				</div>
 				<div class="event-field">
 					<label for="archive_description"><?php print $translate->_("archive_description");?></label>
 					<textarea name="archive_description" id="archive_description"></textarea>
 					<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"/>