Home » Categories » Multiple Categories

How to add a logo or website header to my calendar page

Evanced Events application allows for insertion of a simple header code/logo into their source code for the purpose of personalizing the library's calendar page. Please note that there are limitations to the type of code that can be used. Evanced support department might request modifications to be made to the supplied header code, when known issues are expected to affect the system's performance.

 
General tips:
  • If you need to use CSS code, please make sure you create unique class definitions for your Evanced header to avoid any style conflicts with existing code used on that page.
  • HTML's Form tags are not allowed.
  • Minimal JavaScript, Flash, other (if any) 
  • Recommended logo image size is 150px*150Ppx
  • Other limitations might apply.
  •  

For customers whose sites are hosted on Evanced servers:

Hosted customers can send their header code to Evanced Support for inclusion into their site. Simply save your code as a text file, include any image files that you cannot host yourself and email all of it to support@evancedsolutions.com. We'll add it to your site and let you know when it has been updated.

For customers whose sites are installed on their own server:

Installed customers can edit the "defines.inc" file directly. Be sure to create a copy of the original file before editing. Mistakes made while editing this file can cause unexpected results. This file is typically located under "c:\inetpub\wwwroot\evanced\lib\common\".

See 'Editing' below for locations where code can be added.

Editing:

Below is the code for the DisplayHeader routine found in the "defines.inc" file.

Use Notepad or another text editor to modify the code. Make a copy of the original before making changes to the code. Some versions of Dreamweaver have caused problems with the file so that is not a recommended editor to use.

There a couple of options for adding images, and associated HTML if needed.

1) If the image is smaller and is to appear in the upper left corner then see the Option 1 label below. Add the image tag between the <td width="10%"> and closing </td> tags.

2) If the image is to be centered at the top then the image tag and associated HTML can be inserted above the <table> or within the <td width="80%" align="center">, before the HeaderTextStr. See Option 2 and Option 3


'******************************************************
'Common Header Routine For Patron Pages
'******************************************************
Sub DisplayHeader(TitleText, HeaderText, LibNameFlag)

If LibNameFlag = LIBHEADER Then
            HeaderTextStr = LIBNAME & "<BR>" & HeaderText

Else
            HeaderTextStr = HeaderText
End If
%>

<html>
<head>
<title><%=TitleText%></title>
<%       If WRITESTYLES = "1" Then%>
                        <link rel="stylesheet" type="text/css" href="niftyCorners.css">
                        <link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">
                        <script type="text/javascript" src="nifty.js"></script>
                        <style type="text/css">
<%                   ShowStyle "public"%>
                        </style>
<%       Else%>
                        <link rel="stylesheet" type="text/css" href="dynamicsheet.asp?st=public">
<%       End If%>
</head>
<body>
<div id="header">
                                                ?Option 2
<table border="0" width="100%">
  <tr>
    <td width="10%"></td>                      ?Option 1
    <td width="80%" align="center">
                                                ?Option 3
<div class="title"><%=HeaderTextStr%></div>
    </td>
    <td width="10%"><!--#include FILE="textadjust.asp"--></td>
  </tr>
</table>
</div>
<%
End Sub
0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles
Events Tiny Calendar Widget
Viewed 25053 times since Tue, Jan 3, 2012
Looking at Events and Rooms Side by Side
Viewed 21622 times since Wed, Dec 7, 2011
How do I mark a no-show?
Viewed 24736 times since Thu, Oct 6, 2011
Scheduling Holiday Closings in Events and Room Reserve
Viewed 12516 times since Tue, Feb 14, 2012
Events/Room Reserve Version 7 History
Viewed 640938 times since Tue, Sep 27, 2011
How To Events-Remove a single date from a recurring series
Viewed 21766 times since Tue, Sep 27, 2011
How do I print an attendance sheet for a recurring event?
Viewed 10173 times since Thu, Oct 6, 2011
Events List Widget
Viewed 27977 times since Tue, Jan 3, 2012
Frequently Asked Questions About Migration to SignUp from Events
Viewed 17768 times since Wed, Sep 12, 2012
Staff-side Session Timeout in Events and Room Reserve
Viewed 12003 times since Wed, Sep 28, 2011