Contents - Index


Edit headers for website and printouts

 

Click on or button to edit common header for your pages on the website or for printouts respectively. This will popup the Event logo editor window:

 

 

Header is a piece of html, usually a html table. It's source is in the left panel of editor. On the right you can see how your header will look like. What you can see on the picture above is a standard template, generated for the event with more than one round and the prefix set to semif. Standard template for events with one round (typically playoffs) will be a bit different, see 4. below. Let's analyze the code line by line:

  1. <img src="images/yourlogo.png">
    defines the name of graphic displayed - here it is the file yourlogo.png placed in images subdirectory on the website.
     

  2. <font size="5">Event's description</font><br><br>
    is a title of page, it is taken from Full name entry in the main Admin window, displayed using bigger font and with two linebreaks after it.
     
  3. <!-- delete not needed lines below -->
    is an example of comment in html, not to be displayed.
     
  4. [<a class="zb" target="_top" href="semifleaderb.html">&nbsp;results&nbsp;</a>]&nbsp;
    is a link to results. It is formatted with "zb" style (refer to kolorki.css file in css directory for other possible styles) and will display prefixleaderb.html file in actual (target="_top", other possibility is "_blank" for new window) browser window. Results for one round events (playoffs) should point to prefixrunda1.html.
     
  5. ...
    other links - refer to
    Website naming standards for possible file names.
Once you prepare your header click on button to see the results. There two ways using header, controlled by checkbox. If it is checked (recommended), then header will be in separate file and after change it is enough to upload only this file to the website. Otherwise after change of header you must upload all files.

Header for printouts is usually much simpler, event's full name is enough. There is no checkbox for printed header.

Exit Event logo editor using button to cancel all changes. button will accept edited content and you will be asked if to send new header to to the website.