79 else { |
79 else { |
80 ?> |
80 ?> |
81 <form id="event-form" method="post" enctype="multipart/form-data" action="./event_process.php"> |
81 <form id="event-form" method="post" enctype="multipart/form-data" action="./event_process.php"> |
82 <fieldset id="event-fields"> |
82 <fieldset id="event-fields"> |
83 <div class="event-field"> |
83 <div class="event-field"> |
|
84 <label for="title"><?php print $translate->_("title"); ?>*</label> |
|
85 <input type="text" id="title" name="title" /> |
|
86 <div class="event-field-help"><?php print $translate->_("title_help"); ?></div> |
|
87 <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> |
|
88 </div> |
|
89 <div class="event-field"> |
84 <label for="hashtag"><?php print $translate->_("hashtag"); ?></label> |
90 <label for="hashtag"><?php print $translate->_("hashtag"); ?></label> |
85 <input type="text" id="hashtag" name="hashtag" alt="format: #hastag"/> |
91 <input type="text" id="hashtag" name="hashtag" alt="format: #hastag"/> |
86 <div class="event-field-help"><?php print $translate->_("hashtag_help"); ?></div> |
92 <div class="event-field-help"><?php print $translate->_("hashtag_help"); ?></div> |
87 </div> |
|
88 <div class="event-field"> |
|
89 <label for="title"><?php print $translate->_("title"); ?></label> |
|
90 <input type="text" id="title" name="title" /> |
|
91 <div class="event-field-help"><?php print $translate->_("title_help"); ?></div> |
|
92 <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> |
|
93 </div> |
93 </div> |
94 <div class="event-field"> |
94 <div class="event-field"> |
95 <label for="abstract"><?php print $translate->_("abstract");?></label> |
95 <label for="abstract"><?php print $translate->_("abstract");?></label> |
96 <textarea name="abstract" id="abstract"></textarea> |
96 <textarea name="abstract" id="abstract"></textarea> |
97 <div class="event-field-help"><?php print $translate->_("abstract_help"); ?></div> |
97 <div class="event-field-help"><?php print $translate->_("abstract_help"); ?></div> |