config.tx 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <p class="title">
  2. General settings:
  3. </p>
  4. <hr />
  5. <form id="mainConfig" method="post" action="/config/save">
  6. TODO configuration form here
  7. <br />
  8. <input type="submit" class="coolbutton" value="Commit Changes" />
  9. </form>
  10. <hr />
  11. <p class="title">
  12. User management:
  13. </p>
  14. <hr />
  15. <form id="userConfig" method="post" action="/posts/save">
  16. TODO include the posts/ view here to show all users so we can b&
  17. <br />
  18. <input type="submit" class="coolbutton" value="Commit Changes" />
  19. </form>
  20. <br />
  21. <p class="title">
  22. Add User:
  23. </p>
  24. <form id="addUser" method="post" action="index.php">
  25. TODO include the /post view here so we can add new user entries which *don't* have a domain email account
  26. <br />
  27. <input type="submit" class="coolbutton" value="Commit Changes" />
  28. </form>
  29. <hr />
  30. <p class="title">
  31. Theme cloner:
  32. </p>
  33. <hr />
  34. <p>
  35. Want to write your own theme?
  36. Clone a theme here then see the <a href="https://tcms.troglodyne.net/index.php?nav=5&post=fileshare/manual/Chapter 03-Customization.post" title="GET UR MIND RITE">styling guide</a>
  37. for information on how tCMS' templates, image sets and CSS work in the theming system.
  38. </p>
  39. INSERT FORM HERE