microblog.tx 1006 B

123456789101112
  1. <form class="Submissions" action="/post/save" method="POST" enctype="multipart/form-data">
  2. Title *<br /><input required class="cooltext" type="text" name="title" placeholder="Iowa Man Destroys Moon" value="<: $post.title :>" />
  3. URL *<br /><input required class="cooltext" type="href" name="URL" placeholder="https://oneweirdtrick.scam" value="<: $post.href :>" />
  4. : include "preview.tx";
  5. Audio<br /><input class="cooltext" type="url" name="audio_href" placeholder="https://soundclod.com/static.mp3" value="<: $post.audio_href :>" />
  6. Video<br /><input class="cooltext" type="url" name="video_href" placeholder="https://youvimeo.tv/infomercial.mp4" value="<: $post.video_href :>" />
  7. : include "acls.tx";
  8. : include "tags.tx";
  9. Comments<br /><textarea class="cooltext" name="comment" placeholder="Potzrebie"><: $post.data :></textarea>
  10. <input type="hidden" name="app" value="microblog" />
  11. <input class="coolbutton" type="submit" value="Publish" text="Publish" />
  12. </form>