<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Title of the Event");?>"value="<?phpechoisset($_['title'])?$_['title']:''?>"maxlength="100"name="title"/>
<inputtype="text"style="width:350px;"size="100"placeholder="<?phpecho$l->t("Location of the Event");?>"value="<?phpechoisset($_['location'])?$_['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"/>
<td><textareastyle="width:350px;height: 150px;"placeholder="<?phpecho$l->t("Description of the Event");?>"name="description"><?phpechoisset($_['description'])?$_['description']:''?></textarea></td>
$tmpl->assign('errors',array(1=>array('error'=>"Can't create data directory (".$CONFIG_DATADIRECTORY_ROOT.")",'hint'=>"You can usually fix this by setting the owner of '".OC::$SERVERROOT."' to the user that the web server uses (".exec('whoami').")")));
$tmpl->assign('errors',array(1=>array('error'=>"Can't create data directory (".$CONFIG_DATADIRECTORY_ROOT.")",'hint'=>"You can usually fix this by setting the owner of '".OC::$SERVERROOT."' to the user that the web server uses (".OC_Util::checkWebserverUser().")")));