DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Job Offers and Apprenticeships

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2005-10-18T15:14:02
Author:Chris Lauer
Email:Christoph.Lauer@diehl-informatik.de
Info 3:
Info 4:

EXT: Job Offers and Apprenticeships

Extension Key: cl_joboffers

Copyright 2005, Chris Lauer, <Christoph.Lauer@diehl-informatik.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

Job Offers and Apprenticeships 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 2

FAQ 2

Adminstration 2

FAQ 2

Configuration 2

FAQ 2

Reference 2

Tutorial 3

Known problems 3

To-Do list 3

Changelog 3

Introduction

What does it do?

Creates a Database for Job Offers and Apprenticeships for your Frontend. You can- display job offers or apprenticeships on your site- choose between real apprenticeships or apprenticeships just for a degree dissertation- choose between commercial or industrial-technical job offers- create multi-lingual versions of your entries- use templates- display single items- include files and links (to online- application-forms for example)- use entries from Company Database for easy-to-use Address-Selection and much more- use the option “mail- to-a-friend”

Screenshots

img-1 Localization-View

img-2 Backend – Editing (for Apprenticeships)

Users manual

To run this extension you need:

- Typo3 ( cms )- smarty Template Engine ( smarty )- cl_company_database ( Company Database )

To use the Extension, just install it and apply all changes. Now you can use Job-Offers in Frontend-Items and Job Offers / Apprenticeships as data records.

FAQ

Not yet

Adminstration

To customize this extension just use templates in your Frontend- Plugin. A template-example is integrated and you can find it at *typo 3conf/ext/tcl_company_database/res/example_joboffers_template.tmpl *

The different modi are:

  • Show all kind of Job Offers -> Choose Job Offers at 'What to display'
  • Show commercial Job Offers -> Choose Job Offers at 'What to display', switch to Tab 'Job Offers' and select 'commercial' from the Drop-Down- Box
  • Show industrial Job Offers -> Choose Job Offers at 'What to display', switch to Tab 'Job Offers' and select 'industrial-technical' from the Drop-Down-Box
  • Show all kinds of Apprenticeships -> Choose Apprenticeships at 'What to display'
  • Show real full-time Apprenticeships -> Choose Apprenticeship at 'What to display', switch to Tab 'Apprenticeships' and select 'Apprenticeships' from the Drop-Down-Box
  • Show Degree Dissertations -> Choose Apprenticeship at 'What to display', switch to Tab 'Apprenticeships' and select 'Degree Dissertations' from the Drop-Down-Box

FAQ

Not yet

Configuration

See TypoScript-Reference

FAQ

Not yet

Reference

type

Property

type

Data type

string

Description

(TEXT | IMAGE) Selects wether the link is a text- or an imagelink

Default

TEXT

value

Property

value

Data type

string

Description

(text | full image-path) Specifies the text or the picture for the link

Default

Applicate Now!

TABLEPROPERTIESJOB

Property

TABLEPROPERTIESJOB

Data type

The Table-Properties for the tables used in displaying Jobs

Colgroup

Property

Colgroup

Data type

string

Description

Colgroup for the table

Default

150|150|150|100

border

Property

border

Data type

string

Description

Table border of list-View

Default

0

width

Property

width

Data type

string

Description

Table width of list-View

Default

100%

cellspacing

Property

cellspacing

Data type

string

Description

Table cellspacing of list-View

Default

0

Cellpadding

Property

Cellpadding

Data type

string

Description

Table cellpadding of list-View

Default

0

TABLEPROPERTIESAPPRENTICE

Property

TABLEPROPERTIESAPPRENTICE

Data type

The Table-Properties for the tables used in displaying Apprenticeships

Colgroup

Property

Colgroup

Data type

string

Description

Colgroup for the table

Default

150|150|150|150|100

border

Property

border

Data type

string

Description

Table border of list-View

Default

0

width

Property

width

Data type

string

Description

Table width of list-View

Default

100%

cellspacing

Property

cellspacing

Data type

string

Description

Table cellspacing of list-View

Default

0

Cellpadding

Property

Cellpadding

Data type

string

Description

Table cellpadding of list-View

Default

0

MAILFORM

Property

MAILFORM

Data type

Table-Properties for the Mailform

tableStyle

Property

tableStyle

Data type

string

Description

Text in style-Property of the table-Tag

Default

colgroup

Property

colgroup

Data type

string

Description

Colgroup for the table

Default

200|200

((generated))
Example
plugin.tx_cljoboffers_pi1.listView.tablePropertiesJob.cellpadding = 2
plugin.tx_cljoboffers_pi1.listView.tablePropertiesJob.colgroup = 340|180|70|30
plugin.tx_cljoboffers_pi1.listView.tablePropertiesJob.width = 95%
plugin.tx_cljoboffers_pi1.listView.tablePropertiesApprentice.width = 800
plugin.tx_cljoboffers_pi1.listView.tablePropertiesApprentice.colgroup = 170|220|200|40|40
plugin.tx_cljoboffers_pi1.link.type = IMAGE
plugin.tx_cljoboffers_pi1.link.type.value = /fileadmin/Static/mypic.jpg

plugin.tx_cljoboffers_pi1.mailform.tableStyle = background-color: #FFFFFF; width = 150px;
plugin.tx_cljoboffers_pi1.mailform.colgroup = 250|250

Tutorial

Not yet

Known problems

Nothing yet, keep me informed

To-Do list

  • Use the native template engine of Typo3 instead of smarty
  • Make Company-DB-Connection optional

Changelog

  • Added Flexform-Configuration for the Plugin
  • Added a few customization-options through TypoScript
  • Added function “Mail-to-a-friend”
  • Added the possibility to differentiate between commercial and industrial-technical job offers.

img-3 EXT: Job Offers and Apprenticeships - 4