freeside/httemplate index.html,1.77,1.78
ivan
ivan at pouncequick.420.am
Sat Nov 27 11:09:50 PST 2004
Update of /home/cvs/cvsroot/freeside/httemplate
In directory pouncequick:/tmp/cvs-serv31344/httemplate
Modified Files:
index.html
Log Message:
ticket system integration framework and skin RT
Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/index.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- index.html 24 Nov 2004 18:28:07 -0000 1.77
+++ index.html 27 Nov 2004 19:09:46 -0000 1.78
@@ -1,3 +1,5 @@
+<!-- mason kludge -->
+<% my $conf = new FS::Conf; %>
<HTML>
<HEAD>
<TITLE>
@@ -6,22 +8,57 @@
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<table width="100%">
- <tr><td>
+ <tr>
+ <td rowspan=2>
<IMG BORDER=0 ALT="freeside" SRC="images/small-logo.png">
- </td><td valign="top">
- <font color="#7f007b" size=7></font>
- </td><td align=right valign=bottom>
- version %%%VERSION%%%
- <BR><A HREF="http://www.sisd.com/freeside">Freeside home page</A>
- <BR><A HREF="docs/">Documentation</A>
- </td></tr>
+ </td>
+ <td align=left rowspan=2> <!-- valign="top" -->
+ <font size=7>Billing</font>
+ </td>
+ <td align=right valign=top>Logged in as <b><%= getotaker %></b>
+ </td>
+ </tr>
+ <tr>
+ <td align=right valign=bottom>
+
+ <table>
+ <tr>
+ <td align=right>
+ <FONT SIZE="-2">
+ Freeside <%= $FS::VERSION %><BR>
+ <A HREF="http://www.sisd.com/freeside">Freeside home page</A><BR>
+ <A HREF="docs/">Documentation</A><BR>
+ </FONT>
+ </td>
+ <% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { %>
+ <% eval "use RT;"; %>
+ <td bgcolor=#000000></td>
+ <td align=left>
+ <FONT SIZE="-2">
+ RT <%= $RT::VERSION %><BR>
+ <A HREF="http://www.bestpractical.com/rt">RT home page</A><BR>
+ <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR>
+ </FONT>
+ </td>
+ <% } %>
+
+ </tr>
+ </table>
+
+ </td>
+ </tr>
</table>
-<BR>
-[<A NAME="customer_service" style="background-color: #cccccc"> Sales / Customer service </A>]
-[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
-[ <A HREF="#reports">Reports</A> ]
-[ <A HREF="#sysadmin">Sysadmin</A> ]
+ <BR>
+
+
+[<A NAME="customer_service" style="background-color: #cccccc"> Sales / Customer service </A>]
+<% if ( $conf->config('ticket_system') ) { %>
+ [ <A HREF="#ticketing">Support / Ticketing</A> ]
+<% } %>
+[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
+[ <A HREF="#reports">Reports</A> ]
+[ <A HREF="#sysadmin">Sysadmin</A> ]
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Sales / Customer service</TH></TR>
<TR><TD>
@@ -42,15 +79,35 @@
</TD></TR>
</TABLE>
+ <BR><BR><BR>
+
+<% if ( $conf->config('ticket_system') ) { %>
+[ <A HREF="#customer_service">Sales / Customer service</A> ]
+[<A NAME="ticketing" style="background-color: #cccccc"> Support / Ticketing </A>]
+[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
+[ <A HREF="#reports">Reports</A> ]
+[ <A HREF="#sysadmin">Sysadmin</A> ]
+ <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee">
+ <TR><TH BGCOLOR="#cccccc">Support/Ticketing</TH></TR>
+ <TR><TD>
+ <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT>
+ <BR>
+ </TD></TR>
+ </TABLE>
<BR><BR><BR>
+<% } %>
-[ <A HREF="#customer_service">Sales / Customer service</A> ]
-[<A NAME="bookkeeping" style="background-color: #cccccc"> Bookkeeping / Collections </A>]
-[ <A HREF="#reports">Reports</A> ]
-[ <A HREF="#sysadmin">Sysadmin</A> ]
+
+[ <A HREF="#customer_service">Sales / Customer service</A> ]
+<% if ( $conf->config('ticket_system') ) { %>
+ [ <A HREF="#ticketing">Support / Ticketing</A> ]
+<% } %>
+[<A NAME="bookkeeping" style="background-color: #cccccc"> Bookkeeping / Collections </A>]
+[ <A HREF="#reports">Reports</A> ]
+[ <A HREF="#sysadmin">Sysadmin</A> ]
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Bookkeeping / Collections</TH></TR>
<TR><TD>
@@ -107,10 +164,13 @@
-[ <A HREF="#customer_service">Sales / Customer service</A> ]
-[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
-[<A NAME="reports" style="background-color: #cccccc"> Reports </A>]
-[ <A HREF="#sysadmin">Sysadmin</A> ]
+[ <A HREF="#customer_service">Sales / Customer service</A> ]
+<% if ( $conf->config('ticket_system') ) { %>
+ [ <A HREF="#ticketing">Support / Ticketing</A> ]
+<% } %>
+[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
+[<A NAME="reports" style="background-color: #cccccc"> Reports </A>]
+[ <A HREF="#sysadmin">Sysadmin</A> ]
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Reports</TH></TR>
<TR><TD>
@@ -147,10 +207,13 @@
<BR><BR><BR>
-[ <A HREF="#customer_service">Sales / Customer service</A> ]
-[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
-[ <A HREF="#reports">Reports</A> ]
-[<A NAME="sysadmin" style="background-color: #cccccc"> Sysadmin </A>]
+[ <A HREF="#customer_service">Sales / Customer service</A> ]
+<% if ( $conf->config('ticket_system') ) { %>
+ [ <A HREF="#ticketing">Support / Ticketing</A> ]
+<% } %>
+[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ]
+[ <A HREF="#reports">Reports</A> ]
+[<A NAME="sysadmin" style="background-color: #cccccc"> Sysadmin </A>]
<TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Sysadmin</TH></TR>
<TR><TD>
More information about the freeside-commits
mailing list