/[cvs]/nfo/site/htdocs/inc/otdef/otd_html1/otd_html1.php.inc
ViewVC logotype

Diff of /nfo/site/htdocs/inc/otdef/otd_html1/otd_html1.php.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by rabit, Sun Sep 5 03:21:49 2004 UTC revision 1.9 by rabit, Sun Sep 5 06:02:11 2004 UTC
# Line 45  $otd_html1['colours'] = array( Line 45  $otd_html1['colours'] = array(
45  );  );
46    
47  //------------------------------------------------------------------------------  //------------------------------------------------------------------------------
48    //- Authorisation via HTTP:
49    
50    if(isset($_POST['un']) && isset($_POST['pw'])) {
51    
52      common_authorise($_POST['un'], $_POST['pw']);
53    
54      common_benchmark_addstep('otd_html1: authorisation test');
55    
56    }
57    
58    //------------------------------------------------------------------------------
59  //- GET/POST variable encapsulation:  //- GET/POST variable encapsulation:
60    
61  if(isset($_GET['debug']))  if(isset($_GET['debug']))
# Line 337  function otd_html1_headline($caption) { Line 348  function otd_html1_headline($caption) {
348    
349  global $otd_html1;  global $otd_html1;
350    
351    echo '<p style="border-bottom:1px solid ' . $otd_html1['colours']['border1'] . '; padding-bottom:1px;">    echo '<p><span style="border-bottom:1px solid ' . $otd_html1['colours']['border1'] . '; padding-bottom:1px;"><b>' . $caption . '</b></span></p>
 <b>' . $caption . '</b>  
 </p>  
352  ';  ';
353    
354  }  }
# Line 448  global $common_sessiondata, $otd_html1, Line 457  global $common_sessiondata, $otd_html1,
457  <table cellspacing="0" cellpadding="0" style="width:100%">  <table cellspacing="0" cellpadding="0" style="width:100%">
458  <tr class="bg11">  <tr class="bg11">
459  <th width="100%">  <th width="100%">
460  <span style="border-bottom:2px solid black; font-size:24pt; letter-spacing:-2pt; padding-bottom:3px;">  <span style="border-bottom:2px solid black; font-size:22pt; letter-spacing:-2pt; padding-bottom:3px;">
461  www.<span class="c2">n</span>et<span class="c2">f</span>rag.<span class="c2">o</span>rg</span>  www.<span class="c2">N</span>et<span class="c2">F</span>rag.<span class="c2">o</span>rg</span>
462  <p style="margin-top:6px;">  <p style="margin-top:6px;">
463  <small>NetFrag and friends</small>  <small>NetFrag and friends</small>
464  </p>  </p>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed