<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Title of the Event");?>"value="<?phpechoisset($_['title'])?htmlspecialchars($_['title']):''?>"maxlength="100"name="title"/>
<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Title of the Event");?>"value="<?phpechoisset($_['title'])?$_['title']:''?>"maxlength="100"name="title"/>
<inputid="category"name="categories"type="text"placeholder="<?phpecho$l->t('Separate categories with commas');?>"value="<?phpechoisset($_['categories'])?htmlspecialchars($_['categories']):''?>">
<inputid="category"name="categories"type="text"placeholder="<?phpecho$l->t('Separate categories with commas');?>"value="<?phpechoisset($_['categories'])?$_['categories']:''?>">
<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Location of the Event");?>"value="<?phpechoisset($_['location'])?htmlspecialchars($_['location']):''?>"maxlength="100"name="location"/>
<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Location of the Event");?>"value="<?phpechoisset($_['location'])?$_['location']:''?>"maxlength="100"name="location"/>
<textareastyle="width:350px;height: 150px;"placeholder="<?phpecho$l->t("Description of the Event");?>"name="description"><?phpechoisset($_['description'])?htmlspecialchars($_['description']):''?></textarea>
<textareastyle="width:350px;height: 150px;"placeholder="<?phpecho$l->t("Description of the Event");?>"name="description"><?phpechoisset($_['description'])?$_['description']:''?></textarea>