/[libdata]/branches/paul/admin/include/scribe_header.phtml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/paul/admin/include/scribe_header.phtml

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

revision 3 by dpavlin, Fri Dec 5 18:40:01 2003 UTC revision 67 by dpavlin, Thu Mar 18 19:24:54 2004 UTC
# Line 11  require_once ("global_vars.php"); Line 11  require_once ("global_vars.php");
11    
12  // HTML  // HTML
13  printf("<html>\n");  printf("<html>\n");
14    printf("<head>\n");
 //printf("<head>\n");  
15  printf("<title>PageScribe/CourseLib Authoring</title>\n");  printf("<title>PageScribe/CourseLib Authoring</title>\n");
16  printf("<link rel=\"stylesheet\" href=\"%s\" type=\"text/css\">\n", $GLOBAL_ADMIN_CSS);  printf("<link rel=\"stylesheet\" href=\"%s\" type=\"text/css\">\n", $GLOBAL_ADMIN_CSS);
17  //printf("</head>\n");  printf("</head>\n");
18  ?>  ?>
19    
20  <center>  <center>
# Line 63  printf("<link rel=\"stylesheet\" href=\" Line 62  printf("<link rel=\"stylesheet\" href=\"
62    
63  </table>  </table>
64  </center>  </center>
65  <body bgcolor = "#ffffff">  <body bgcolor = "#ffffff">

Legend:
Removed from v.3  
changed lines
  Added in v.67

  ViewVC Help
Powered by ViewVC 1.1.26