/[libdata]/trunk/admin/include/libdata_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

Annotation of /trunk/admin/include/libdata_header.phtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Fri Dec 5 18:34:18 2003 UTC (20 years, 5 months ago) by dpavlin
File size: 1062 byte(s)
Initial revision

1 dpavlin 1 <?php
2     // Load globals
3     // require_once ("global_vars.php");
4     ?>
5    
6    
7     <body bgcolor = "#ffffff">
8     <center>
9     <table width="100%" border="0" bgcolor = "#ffffff">
10     <tr>
11     <td>
12     <?php
13     printf("<h2>%s</h2>", $GLOBAL_SYS_NAME);
14    
15     ?>
16     </td>
17    
18     <td align="right">
19    
20     <?php
21     // Admin links
22     printf("<a href=\"%sconsole.phtml\">Authoring Console</a> | ", $GLOBAL_ADMIN_URL);
23     printf("<a href=\"%sscribe_start.phtml\">CourseLib/PageScribe Pages</a> | ", $GLOBAL_ADMIN_URL);
24     printf("<a href=\"%sselect_subject.phtml\">Research QuickStart Page Builder</a><br>", $GLOBAL_ADMIN_URL);
25    
26     // Public and documentation links
27     printf("<a href=\"%ssubjects.phtml\">User RQS</a> | ", $GLOBAL_RQS_URL);
28     printf("<a href=\"%scourses.phtml\">User CourseLib</a> | ", $GLOBAL_SCRIBE_URL);
29     printf("<a href=\"%sdocs/documentation.phtml\">Docs</a> | ", $GLOBAL_ADMIN_URL);
30     printf("<a href=\"http://staff.lib.umn.edu/libdata\">LibData Project Site</a><br>");
31     ?>
32     </td>
33     </tr>
34    
35     <tr>
36    
37     <td colspan="2">
38     <hr size="2">
39     </td>
40    
41     </tr>
42    
43     </table>
44     </center>
45    

  ViewVC Help
Powered by ViewVC 1.1.26