point 1.9 to 1.9 documentation
[freeside.git] / rt / html / Elements / Header
index ed7c133..4ac38cd 100644 (file)
 <& /Elements/Callback, _CallbackName => 'Head', %ARGS &>
 
 </head>
-  <body<% $id && qq[ id="comp-$id"] |n %>>
+  <body NOTBACKGROUND="<% $RT::URI::freeside::URL %>/images/background-cheat.png"
+        STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0"
+        <% $id && qq[ id="comp-$id"] |n %>
+  >
 
 % if ($ShowBar) {
-<& /Elements/Logo &>
+
+<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" STYLE="padding-left:0; padding-right:4">
+  <tr> 
+    <td colspan=2 rowspan=2><img border=0 alt="freeside" src="<%$RT::WebImagesURL%>/small-logo.png" width="92" height="62"></td>
+    <td align="left" rowspan=2><font size=6><% &RT::URI::freeside::FreesideGetConfig('company_name') || 'ExampleCo' %></font></td>
+    <td align="right" valign="top">
 
 <div id="quickbar">
   <div id="quick-personal">
   </div>
 % }
 
+    </td>
+
+  </tr>
+  <tr>
+
+    <td align=right valign=bottom>
+      <table>
+        <tr>
+          <td align=right>
+            <FONT SIZE="-3">
+              <A HREF="http://www.sisd.com/freeside">Freeside</A>&nbsp;v<% &RT::URI::freeside::FreesideVersion() %><BR>
+             <A HREF="<% FS::Conf->new->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.9:Documentation" %>">Documentation</A><BR>
+            </FONT>
+          </td>
+          <td bgcolor=#000000></td>
+          <td align=left>
+            <FONT SIZE="-3">
+             <A HREF="http://www.bestpractical.com/rt">RT</A>&nbsp;v<% $RT::VERSION %><BR>
+             <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR>
+            </FONT>
+          </td>
+
+        </tr>
+      </table>
+    </td>
+
+  </tr>
+</table>
+
 <%INIT>
 $r->headers_out->{'Pragma'} = 'no-cache';
 $r->headers_out->{'Cache-control'} = 'no-cache';
 
+require RT::URI::freeside;
+
 my $id = $m->request_comp->path;
 $id =~ s|^/||g;
 $id =~ s|/|-|g;