form_common.tx 491 B

123456789
  1. Content <button class="coolbutton emojiPicker">😎</button>:
  2. <br /><textarea class="cooltext" name="data" placeholder="Potzrebie"><: $post.data :></textarea>
  3. <input type="hidden" name="app" value="<: $app :>" />
  4. <input type="hidden" name="to" value="<: $route :>" />
  5. : if ( $post.id ) {
  6. <input type="hidden" name="id" value="<: $post.id :>" />
  7. : }
  8. <input type="hidden" name="form" value="<: $post.form :>"></input>
  9. <input class="coolbutton" type="submit" value="Publish" text="Publish" />