summaryrefslogtreecommitdiff
path: root/portal/template/admin/developers.html
blob: 19b1538b035d8b939bcd9e8487bfdcd9b22c8fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<h1>Edit developers</h1>
<p><a href="/admin/developer-edit.php">Add Developer</a></p>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr>
	<th class="colFirst">Type</th>
    <th class="colMid">Name</th>
    <th class="colMid">Email</th>
    <th class="colLast">Action</th>
</tr>
<!-- BEGIN cons_loop -->
<tr>
    <td class="colFirstT">{typename}</td>
    <td class="colMidT"><a href="developer-edit.php?id={id}">{name}</a></td>
    <td class="colMidT">{email}</td>
	<td class="colLastT"><a href="developer-edit.php?id={id}&action=del">Delete</a></td>
    </tr>
<!-- END cons_loop -->
</table>
</div>