<p><labelfor="url"title="<?php yourls_e( 'Paste the long URL here', 'isq_translation'); ?>"><?phpyourls_e('Long URL (required):','isq_translation');?></label> <input type="text" id="url" class="right" name="url" value="<?php echo($url); ?>" /></p>
<p><labelfor="keyword"title="<?php yourls_e( 'A keyword replaces the default short string', 'isq_translation'); ?>"><?phpyourls_e('Custom keyword:','isq_translation');?></label> <input type="text" id="keyword" class="right" name="keyword" value="<?php echo($keyword); ?>" /></p>
<p><labelfor="title"title="<?php yourls_e( 'Optional title used when sharing a link from YOURLS', 'isq_translation'); ?>"><?phpyourls_e('Optional title:','isq_translation');?></label> <input type="text" id="title" class="right" name="title" value="<?php echo($title); ?>" /></p>
<p><labelfor="antispam"title="<?php yourls_e( 'This is an antispam check. Sorry, we have to do this to prevent the database being overrun by bots!', 'isq_translation'); ?>"><?phpyourls_e('reCAPTCHA','isq_translation');?></label> <span class="right"><?php echo recaptcha_get_html(ISQ::$recaptcha['public']); ?></span></p>