microblog.tx 792 B

12345678910
  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="href" 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. : include "form_common.tx";
  10. </form>