<subclass="opacity-0 parent-hover-opacity-09"title="<?phpechosprintf(_('Subject and meta title (%s-%s chars)'),MAGNET_META_TITLE_MIN_LENGTH,MAGNET_META_TITLE_MAX_LENGTH)?>">
<subclass="opacity-0 parent-hover-opacity-09"title="<?phpechosprintf(_('Visible in listings, magnet web page description and meta description (%s-%s chars)'),MAGNET_META_DESCRIPTION_MIN_LENGTH,MAGNET_META_DESCRIPTION_MAX_LENGTH)?>">
<textareaclass="width-100 margin-t-8 <?phpecho($response->form->metaDescription->valid->success?false:'background-color-red')?>"name="metaDescription"placeholder="<?phpecho_('Shows in listing and meta tags')?>"><?phpecho$response->form->metaDescription->value?></textarea>
<subclass="opacity-0 parent-hover-opacity-09"title="<?phpechosprintf(_('Visible on magnet web page (%s-%s chars)'),MAGNET_DESCRIPTION_MIN_LENGTH,MAGNET_DESCRIPTION_MAX_LENGTH)?>">
<inputclass="width-100 margin-t-8"type="text"name="dn"id="dn"value="<?phpecho$response->form->dn->value?>"placeholder="<?phpecho_('A filename to display to the user, for convenience')?>"maxlength="255"/>
<textareaclass="width-100 margin-t-8"name="kt"id="kt"placeholder="<?phpecho_('Hash tag, comma separated, or one per line')?>"><?phpecho$response->form->kt->value?></textarea>
<textareaclass="width-100 margin-t-8 <?phpecho($response->form->tr->valid->success?false:'background-color-red')?>"name="tr"id="tr"placeholder="<?phpecho_('BitTorrent trackers list - comma separated, or one per line')?>"><?phpecho$response->form->tr->value?></textarea>
<textareaclass="width-100 margin-t-8 <?phpecho($response->form->as->valid->success?false:'background-color-red')?>"name="as"id="as"placeholder="<?phpecho_('Web servers to a direct download - comma separated, or one per line')?>"><?phpecho$response->form->as->value?></textarea>