-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrailer.html
More file actions
28 lines (25 loc) · 1.01 KB
/
trailer.html
File metadata and controls
28 lines (25 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<table cellspacing="0" cellpadding="3" border="0">
<th>
<tr>
<td>
<ul>
<li><a href="doc/index.php"><?php echo $LANG->_('Documentation')?></a></li>
<li><a href="config_detail.php"><?php echo $LANG->_('Show phpQLAdmin configuration')?></a></li>
<li><a href="config_ldaptest.php"><?php echo $LANG->_('Test LDAP Connectivity')?></a></li>
</ul>
</td>
<td>
<ul>
<li><a href="http://www.phpqladmin.com/" target="_new">Main site - phpqladmin.com</a></li>
<li><a href="CHANGES">What have already been done</a></li>
<li><a href="TODO">Miscellaneous stuff I might do some day</a></li>
</ul>
</td>
</tr>
</th>
<th>
<tr align="center">
<a href="mailto:phpqladmin-request@lists.bayour.com?subject=subscribe">Subscribe to info list</a>, view the <a href="https://apache.bayour.com/list/phpQLAdmin" target="_new">list archive</a>
</tr>
</th>
</table>