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