17 lines
No EOL
442 B
Go Template
17 lines
No EOL
442 B
Go Template
<tr>
|
|
<th class="l" width="40%">
|
|
<table width="100%">
|
|
<tr>
|
|
<td style=\"background-color: transparent;\" align="left"><a href="infos.php?gid={tt_info}">{tt_name}</a></td>
|
|
<td style=\"background-color: transparent;\" align="right">{tt_detail}</td>
|
|
</tr>
|
|
</table>
|
|
</th>
|
|
<th class="l" width="60%">
|
|
<table width="100%">
|
|
<tr>
|
|
<td style=\"background-color: transparent;\" align="left">{required_list}</td>
|
|
</tr>
|
|
</table>
|
|
</th>
|
|
</tr> |