/[libdata]/branches/paul_xx/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 /branches/paul_xx/admin/include/libdata_header.phtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations)
Thu Mar 18 19:24:54 2004 UTC (20 years, 3 months ago) by dpavlin
Original Path: branches/paul/admin/include/libdata_header.phtml
File size: 996 byte(s)
updated to libdata 2.00

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

  ViewVC Help
Powered by ViewVC 1.1.26