microblog.tx 1.0 KB

1234567891011
  1. <form class="Submissions" action="/post/save" method="POST">
  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. Image<br /><input class="cooltext" type="url" name="preview" placeholder="https://gifdump.tld/Advice_Dog.jpg" value="<: $post.preview :>" />
  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. Comments<br /><textarea class="cooltext" name="comment" placeholder="Potzrebie"><: $post.data :></textarea>
  9. <input type="hidden" name="app" value="microblog" />
  10. <input class="coolbutton" type="submit" value="Publish" text="Publish" />
  11. </form>