| 123456789 |
- <form class="Submissions" action="/post/save" method="POST">
- Title *<br /><input class="cooltext" type="text" name="title" placeholder="Iowa Man Destroys Moon" />
- File *<br /><input class="cooltext" type="file" name="file" />
- <br /> TODO: Add "alternative" links, which scrape the appropriate icon for the alt link from the favicon<br />
- Preview Image<br /><input type="file" class="cooltext" name="preview" placeholder="PROMO.JPG"></input>
- Comments<br /><textarea class="cooltext" name="comment" placeholder="Potzrebie"></textarea>
- <input type="hidden" name="app" value="file" />
- <input class="coolbutton" type="submit" value="Publish" text="Publish" />
- </form>
|