"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/menu.html" (12 Feb 2008, 636 Bytes) of package /linux/www/old/webmysql-2.7.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1         <table class="menuTable" border="1" width="100%">
    2             <tr>
    3                 <th><a href="<!--self-->?key=<!--key-->&amp;action=query">Query</a></th>
    4                 <th><a href="<!--self-->?key=<!--key-->&amp;action=managetables">Manage tables</a></th>
    5                 <th><a href="<!--self-->?key=<!--key-->&amp;action=managedatabases">Manage databases</a></th>
    6                 <th><a href="<!--self-->?key=<!--key-->&amp;action=serverinfo">Server information</a></th>
    7                 <th><a href="<!--self-->?key=<!--key-->&amp;action=logout">Logout</a></th>
    8             </tr>
    9         </table>
   10         <p align="right">
   11             <b>Host:</b> <!--host--> <b>User:</b> <!--user--> <b>Database:</b> <!--database-->
   12         </p>
   13