/tmpl/pic.html
https://code.google.com/p/gogallery/ · HTML · 37 lines · 34 code · 3 blank · 0 comment · 0 complexity · 34a74bacae1e38d0030fff70c819529a MD5 · raw file
- <div>
- <center>
- <table>
- <tr>
- <td>
- <a href="http://{host}/prev"> prev </a>
- </td>
- <td>
- <a href="http://{host}{tags}"> tags </a>
- </td>
- <td>
- <a href="http://{host}random"> rand </a>
- </td>
- <td>
- <a href="http://{host}/next"> next </a>
- </td>
- </table>
- </center>
- </div>
- <div>
- <center>
- <a href="http://{host}/random">
- <img src="http://{host}/{title}" alt="{title}" />
- </a>
- </center>
- </div>
- <div>
- <center>
- <form action="{pic}{title}" method="post">
- <input type="text" name="newtag"/>
- <input type="submit" value="Tag!">
- </center>
- </form>
- </div>