form_common.tx 369 B

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