<?php require_once 'include/config.inc'; require_once 'include/general.inc'; require_once 'include/text.inc'; $html = xml_def(); $html .= doctype_def(); $html .= head_start($address, 'Database of Orthologous Promoters - Main Page'); $html .= head_end(); $html .= body_start('Database of Orthologous Promoters'); $html .= link_start(); $html .= link_general($address); $html .= link_end(); $html .= main_start(); $html .= content_start(); $html .= texts('main_overview'); $html .= texts('main_sections'); $html .= form_dbselect($address); $html .= texts('main_fordoops'); $html .= content_end(); $html .= main_end(); $html .= body_end(); echo $html;
<?php require_once 'include/general.inc'; require_once 'include/config.inc'; require_once 'include/text.inc'; $html = xml_def(); $html .= doctype_def(); $html .= head_start($address, 'DoOPSearch Web Server - License and download'); $html .= head_end(); $html .= body_start('DoOPSearch Web Server'); $html .= link_start(); $html .= link_general($address); $html .= link_end(); $html .= main_start(); $html .= content_start(); $html .= texts('license'); $html .= content_end(); $html .= main_end(); $html .= body_end(); echo $html;
<?php head_end(); ?> </head> <!-- code to sort out the javascript which prevents the text selection of the templates (allowing drag and drop to look nicer body_scroll handles the calculation of the documents actual height in IE. --> <body > <?php body_start(); ?> <!-- Folder popup is the div that appears when creating a new folder --> <div class="folder_popup" id="message_box"> <div class="main_area" id="dynamic_section"> <p style="color:white"><?php echo INDEX_FOLDER_PROMPT; ?> </p> <form id="foldernamepopup" action="javascript:create_folder()" method="post" enctype="text/plain">