2017 © Pedro PelĂĄez
 

contao-bundle employee-bundle

Contao 4 employee bundle

image

markocupic/employee-bundle

Contao 4 employee bundle

  • Thursday, September 14, 2017
  • by markocupic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 10 % Grown

The README.md

Alt text, (*1)

Employee Bundle

Diese Erweiterung fĂŒr Contao CMS ermöglicht die Abbildung von Mitarbeitern auf einer Firmenwebseite. Über das Backendmodul können Mitarbeiter erfasst werden. Zur Ausgabe im Frontend bietet die Extension ein Listenmodul sowie ein Reader-/Detailmodul., (*2)

Backend

Alt text, (*3)

Insert Tags

Es besteht die Möglichkeit Angaben oder das Einzelbild eines bestimmten Mitarbeiters via Contao InsertTag im TWIG oder HTML5 Template abzurufen., (*4)

{{employee::##emloyeeIdOrAlias##::##strField##}}, (*5)

Insert Tags in TWIG templates:, (*6)

{# templates/rsce_employee_detail.html.twig #}



Firstname: {{ '{{employee::adam-riese::firstname}}' }}
Lastname: {{ '{{employee::adam-riese::firstname}}' }}
Image: {{ '{{employee::adam-riese::image::mode=proportional&width=200}}' }}
Picture: {{ '{{employee::adam-riese::picture::size=2}}' }}
Figure: {{ '{{employee::adam-riese::figure::size=2}}' }}
{# Dynamisch #}
Firstname: {{ '{{employee::'~alias~'::firstname}}' }}
Figure: {{ '{{employee::'~alias~'::figure::size='~picture_size~'}}' }}

Insert Tags in HTML5 templates:, (*7)





Firstname: {{employee::adam-riese::firstname}}
Lastname: {{employee::adam-riese::firstname}}
Image: {{employee::adam-riese::image::mode=proportional&width=200}}
Picture: {{employee::adam-riese::picture::size=2}}
Figure: {{employee::adam-riese::figure::size=2}}
Firstname: {{employee::= $this->alias ?>::firstname}}
Figure: {{employee::= $this->alias ?>::figure::size== $this->picture_size ?>}}

The Versions

14/09 2017
05/09 2017
05/09 2017
05/09 2017
03/09 2017

0.0.4

0.0.4.0

Contao 4 employee bundle

  Sources   Download

LGPL-3.0+

The Requires

 

03/09 2017

0.0.3

0.0.3.0

Contao 4 employee bundle

  Sources   Download

LGPL-3.0+

The Requires

 

02/09 2017

0.0.2

0.0.2.0

Contao 4 employee bundle

  Sources   Download

LGPL-3.0+

The Requires

 

01/09 2017

0.0.1

0.0.1.0

Contao 4 employee bundle

  Sources   Download

LGPL-3.0+

The Requires