Skip to content

Instantly share code, notes, and snippets.

@hcccc
Created May 31, 2015 10:01
Show Gist options
  • Save hcccc/af3f5266e1e860386975 to your computer and use it in GitHub Desktop.
Save hcccc/af3f5266e1e860386975 to your computer and use it in GitHub Desktop.
<!-- BEGIN table -->
<table border="1">
<tr>
<th width="30">番号</th>
<th width="100"><a href="search.php?sort=name{param}{name_order}">プレイヤー名</a><br>(<a
href="search.php?sort=chara{param}{chara_order}">キャラクター</a>)
</th>
<th width="150">好きなアニメ</a></th>
<th width="270">コメント</th>
<th width="50">投票</th>
</tr>
<!-- BEGIN list -->
<tr>
<td align="center">{num}</td>
<td align="center">{name}<br>({character})</td>
<td align="center">{bp}</td>
<td align="left"><span style="margin: 3px;">{comment}</span></td>
<td align="center">
<form style="margin: 5px;" method="POST"><input type="hidden" name="token" value="{token}"/>
<input class="button-success button-small pure-button" type="submit" name="vote" value="賛成"/><input type="hidden" name="approve" value="{id}"/>
</form>
<form style="margin: 5px;" method="POST"><input type="hidden" name="token" value="{token}"/>
<input class="button-error button-small pure-button " type="submit" name="vote" value="反対"/><input type="hidden" name="oppose" value="{id}"/>
</form>
</td>
</tr>
<!-- END list -->
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment