Sindbad~EG File Manager
/*funciones javascript para la web de mayores y medios*/
function cabecera(){
/*cabecera que muestra el logo, los botones de enlaces externos y la barra horizontal*/
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="46">');
document.write(' <tr>');
document.write('<td class="tituloAplic">APPLICATION TUTORIAL<br>EHLE SURVEY MANAGEMENT </td>');
document.write(' </td>');
document.write(' </tr>');
document.write('</table>');
}
function menu(){
document.write('<td width="15%">');
document.write('<br/>» <a href="index.html" >Login</a><br>');
document.write('<br/>» <a href="glossary.html">Glossary</a><br>');
document.write('<br/>» <a href="menu.html">Main Menu</a><br>');
document.write('<br/>» <a href="filtering.html">Filtering Survey Executions</a><br>');
document.write('<br/>» <a href="inserting.html">Inserting Surveys</a><br>');
document.write('<br/>» <a href="contact.html">Contact</a><br>');
document.write('</td>');
}
function pie(){
document.write('<p class="miniPie">');
document.write('<a href="http://www.ua.es/upua">Permanent University of the UA</a><br>Last Update: 26/06/2008<br>');
document.write('</p>');
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists