<h2><?phpyourls_e('Enter a new URL to shorten','isq_translation');?></h2>
<h3><?phpyourls_e('Hover over the labels to see more information','isq_translation');?></h3>
<formmethod="post"action="result.php">
<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 using social sharers', 'isq_translation'); ?>"><?phpyourls_e('Optional title:','isq_translation');?></label> <input type="text" id="title" class="right" name="title" value="<?php echo($title); ?>" /></p>
<divclass="recaptcha-container"><labeltitle="<?php yourls_e( 'Verification used to ensure the user is not a bot', 'isq_translation'); ?>"><?phpyourls_e('reCAPTCHA:','isq_translation');?></label> <div class="g-recaptcha right" data-sitekey="<?php echo ISQ::$recaptcha['sitekey']; ?>"></div></div>