/tmpl/pic.html

https://code.google.com/p/gogallery/ · HTML · 37 lines · 34 code · 3 blank · 0 comment · 0 complexity · 34a74bacae1e38d0030fff70c819529a MD5 · raw file

  1. <div>
  2. <center>
  3. <table>
  4. <tr>
  5. <td>
  6. <a href="http://{host}/prev"> prev </a>
  7. </td>
  8. <td>
  9. <a href="http://{host}{tags}"> tags </a>
  10. </td>
  11. <td>
  12. <a href="http://{host}random"> rand </a>
  13. </td>
  14. <td>
  15. <a href="http://{host}/next"> next </a>
  16. </td>
  17. </table>
  18. </center>
  19. </div>
  20. <div>
  21. <center>
  22. <a href="http://{host}/random">
  23. <img src="http://{host}/{title}" alt="{title}" />
  24. </a>
  25. </center>
  26. </div>
  27. <div>
  28. <center>
  29. <form action="{pic}{title}" method="post">
  30. <input type="text" name="newtag"/>
  31. <input type="submit" value="Tag!">
  32. </center>
  33. </form>
  34. </div>