<div class="dlg-info">
  <span class="close-btn pointer-cursor">&#10006;</span>
  <div class="dlg-behaelter">
    <form>
      <div class="gehe-zu-formular">
        <input name="std" class="entity-form-element gehe-zu-eingabe" type="text" id="std" placeholder="Std" value="{{std}}" />
        <input name="min" class="entity-form-element gehe-zu-eingabe" type="text" id="min" placeholder="Min" value="{{min}}" />
        <input name="sek" class="entity-form-element gehe-zu-eingabe" type="text" id="sek" placeholder="Sek" value="{{sek}}" />

        <input type="radio" id="vor" name="richtung" value="vor" checked="checked" > vor
        <input type="radio" id="zurueck" name="richtung" value="zurueck"> r&uuml;ck

        <div class="entity-buttons">
          <button type="submit" class="button-primary" id="ok-btn">Gehe</button>
          <button type="button" class="button" id="cancel-btn">Abbrechen</button>
        </div>
      </div>
    </form>    
  </div>
</div>
