Giter Club home page Giter Club logo

rex4_custom_firedepartment's People

Contributors

phoebusryan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

rex4_custom_firedepartment's Issues

Einsatzende

Kann nicht aus dem Kalender und Uhrzeit übernommen werden, bzw. es wird nicht ins Feld eingetragen

leere seite

Installation durch gelaufen
Es wird allerdings nur eine weisse Seite dann angezeigt wenn ich das addon Stätten will

Formulare unter 'settings' haben keine 'Übernehmen' und 'Löschen' Buttons

[22.03.16, 13:29:01] Thomas Blum: addControlField
[22.03.16, 13:29:06] Thomas Blum: ginge auch
[22.03.16, 13:30:27] Thomas Blum: wobei ich eher den Ep nutzen würde. das Subject holen und dann

$subject['apply'] = $I18N->msg('form_apply');
$subject['delete'] = $I18N->msg('form_delete');

hinzufügen
[22.03.16, 13:30:43] Thomas Blum: so in der Art in etwa

Einsatz modul

Wenn ich diesen modulcode einbinden bekomme ich unter Modul "Eingabe" nur eine Weiße Seite bzw. Inhalt angezeigt.
Unter Ausgabe wird mir das angezeigt

Array
(
    [0] => Array
        (
            [alert] => Brandeinsatz
            [units] => Array
                (
                    [0] => FF Accum
                )

            [vehicles] => Array
                (
                    [0] => TLF
                )

            [report_short] => test
            [report_long] => tesstt
            [start_date] => 2016-03-03 17:23:57
            [end_date] => 2016-03-03 17:24:00
            [place] => Schortens
            [images] => Array
                (
                    [0] => 
                )

        )

)

Array
(
    [Brandeinsatz] => 1
)

Einsatzbericht "Lang"

wären die Verknüfungen so richtig?

<table width="516">
    <tbody>
        <tr>
            <td height="52" colspan="2" align="center"><h1><em><strong>Einsatzbericht</strong></em></h1></td>
        </tr>
        <tr>
            <td width="172">Einsatzart:</td>
            <td width="332"><?=$operation['config_alert_id'];?></td>
        </tr>
        <tr>
            <td>Kurzbericht:</td>
            <td><?=$operation['report_short'];?></td>
        </tr>
        <tr>
            <td>Einsatzort:</td>
            <td><?=$operation['place'];?></td>
        </tr>
        <tr>
            <td>Alarmierung:</td>
            <td><?=$operation['start_date'];?></td>
        </tr>
        <tr>
            <td>Einsatzende:</td>
            <td><?=$operation['end_date'];?></td>
        </tr>
        <tr>
            <td>Fahrzeuge am Einsatzort:</td>
            <td><?=$operation['config_verhicle_ids'];?></td>
        </tr>
        <tr>
            <td>alarmierte Einheiten:</td>
            <td><?=$operation['config_unit_ids'];?></td>
        </tr>
    </tbody>
    <tbody>
        <tr>
            <td colspan="2"><p><strong>Einsatzbericht: </strong></p>
            <p>
              <?=$operation['report_long'];?>
            </p></td>
        </tr>
    </tbody>
</table>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.