summaryrefslogblamecommitdiffstats
path: root/ldap-site-mngmt/webinterface/logout_form.inc.dwt
blob: 0c6ce5975fb2a05d3b074db269fddd3e8988ab3b (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                    
                                                            
                              
                                                                                                 


          
<form action="{PFAD}index.php" method="post">
 <table border="0" cellspacing="0" cellpadding="3">
  <tr valign='top' align='right'>
   <td><p class="tiny_loginform_text">Eingeloggt als: </td>
   <td><b> {USERCN} </b></td>
   <td><input type="Submit" name="Logout" value="Logout" class="tiny_loginform_button"></p></td>
  </tr>
 </table>
</form>