post.xml 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type='text/xsl' href='../themes/current/linkform.xsl'?>
  3. <!--
  4. The html you see here is for compatibility with https://sebsauvage.net/wiki/doku.php?id=php:shaarli
  5. The main reason is backward compatibility for e.g. http://mro.name/ShaarliOS and
  6. https://github.com/dimtion/Shaarlier
  7. -->
  8. <html xml:base="../" xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <link rel="icon" type="image/jpg" href="../me-avatar.jpg"/>
  11. <meta name="generator" content="Seppo.Social"/>
  12. <title>Add</title></head>
  13. <body>
  14. <form method="post" name="linkform" id="linkform">
  15. <ul id="linkform_validation" class="validation"/>
  16. <input name="lf_linkdate" type="hidden" value="20240208_133801"/>
  17. <input name="lf_url" type="url" value=""/>
  18. <input name="lf_title" type="text" value="what's up?" minlength="1" required="required"/>
  19. <textarea name="lf_description"></textarea>
  20. <input name="lf_tags" type="text" value="" data-multiple="data-multiple"/>
  21. <input name="lf_private" type="checkbox" value="no"/>
  22. <button name="save_edit" type="submit" value="save_edit">save_edit</button>
  23. <button name="cancel_edit" type="submit" value="cancel_edit">cancel_edit</button>
  24. <input name="token" type="hidden" value="2d012ab9-6da1-4e73-b054-e4412cbf7f28"/>
  25. <input name="returnurl" type="hidden" value=""/>
  26. <input name="lf_image" type="hidden" value=""/></form>
  27. </body>
  28. </html>