diff --git a/system_config.php b/system_config.php index 5f9b05ffc..4660005b2 100644 --- a/system_config.php +++ b/system_config.php @@ -54,7 +54,7 @@ function build_theme_loop() foreach ($directories as $directory) { $name = str_ireplace(BASE.'/templates/', '', $directory); - if ($name != 'custom_css') + if ($name != 'custom_css' && $name != 'fonts') $loop[] = array('value' => $name, 'text' => $name, 'selected' => ($name == $config['html']['theme'])); } diff --git a/templates/nextgen/edit_part_info.php/vlib_orderdetails.tmpl b/templates/nextgen/edit_part_info.php/vlib_orderdetails.tmpl deleted file mode 100644 index 0e4608c09..000000000 --- a/templates/nextgen/edit_part_info.php/vlib_orderdetails.tmpl +++ /dev/null @@ -1,93 +0,0 @@ -
-

Einkaufsinformationen

-
- - - - - - - - - - {TMPL_LOOP NAME="orderdetails"} - - - - - - - - - - - - {/TMPL_LOOP} -
Lieferant
Bestellnummer
EigenschaftenPreise
- {TMPL_IF NAME="orderdetails_id" VALUE="new"}Neu:{/TMPL_IF} -
- -
- -
- - -
- Obsolet
- {TMPL_IF NAME="orderdetails_id" VALUE="new"} - - {TMPL_ELSE} -
- - {/TMPL_IF} -
- {TMPL_IF NAME="orderdetails_id" OP="<>" VALUE="new"} - - - - - - - - - {TMPL_LOOP NAME="pricedetails"} - - - - - - - - - - - - - {/TMPL_LOOP} -
Ab BestellmengePreis
- {TMPL_IF NAME="pricedetails_id" VALUE="new"}Neu:{/TMPL_IF} - - - - - pro - - Stk. - - - - - {TMPL_IF NAME="pricedetails_id" VALUE="new"} - - {TMPL_ELSE} - - - {/TMPL_IF} -
-
- {/TMPL_IF} -
-
-
diff --git a/templates/nextgen/install.php/vlib_finish.tmpl b/templates/nextgen/install.php/vlib_finish.tmpl deleted file mode 100644 index 460107655..000000000 --- a/templates/nextgen/install.php/vlib_finish.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -
-

Installation: Fertigstellung

-
- Herzlichen Glückwunsch, die Installation bzw. das Update von Part-DB ist fast abgeschlossen!
- Weitere Einstellungen finden Sie unter dem Menüpunkt "System".
-

-
- -
-
-
diff --git a/templates/nextgen/install.php/vlib_header.tmpl b/templates/nextgen/install.php/vlib_header.tmpl deleted file mode 100644 index ad548fc64..000000000 --- a/templates/nextgen/install.php/vlib_header.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -
-

logoPart-DB {TMPL_VAR NAME="system_version"}logo

-

Version: {TMPL_VAR NAME="system_version_full"}

-
- -
-

Willkommen bei Part-DB!

-
- Part-DB, Copyright © 2005 of Christoph Lechner. Part-DB is published under the GPL, so it comes with ABSOLUTELY NO WARRANTY, click here for details. This is free software, and you are welcome to redistribute it under certain conditions. Click here for details.
-
- Projektseite: Downloads, Bugreports, ToDo-Liste usw. gibts auf der GitHub Projektseite
- Forum: Für Fragen rund um die Part-DB gibt es einen Thread auf mikrocontroller.net
- Wiki: Weitere Informationen gibt es im mikrocontroller.net Artikel -
-
-
- - - -
- In der Dokumentation gibt es eine Installationsanleitung, FAQ und weitere Informationen.
- Davon gibt es auch eine (meistens aktuellere) Online-Version. -
-
-
diff --git a/templates/nextgen/install.php/vlib_set_admin_password.tmpl b/templates/nextgen/install.php/vlib_set_admin_password.tmpl deleted file mode 100644 index 87ef5001d..000000000 --- a/templates/nextgen/install.php/vlib_set_admin_password.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -
-

Installation/Update: Administratorpasswort festlegen

-
- Für spätere Systemänderungen oder zum Debuggen muss ein Administratorpasswort gewählt werden. -
-
- - - - - - - - - - - - - -
Administratorpasswort:
Wiederholung:
- -
-
-
-
diff --git a/templates/nextgen/install.php/vlib_set_db_backup_path.tmpl b/templates/nextgen/install.php/vlib_set_db_backup_path.tmpl deleted file mode 100644 index 67bb260a6..000000000 --- a/templates/nextgen/install.php/vlib_set_db_backup_path.tmpl +++ /dev/null @@ -1,38 +0,0 @@ -
-

Installation/Update: Datenbank Backupsystem

-
- Es wird dringend empfohlen, regelmässig Sicherungskopien der Datenbank zu erstellen!
- Auch sollte vor jedem Datenbankupdate ein Backup durchgeführt werden. Die Entwickler von Part-DB übernehmen
- keinerlei Haftung für Schäden jeglicher Art, die durch fehlende Backups oder durch Fehler in Part-DB verursacht werden.
-

- Sie können dafür ein externes System benutzen, das sich mit einem Link ins Menü von Part-DB integrieren lässt.
- Ein solches Backup-System ist z.B. MySQLDumper. -

- Lassen Sie beide Felder leer, wenn Sie keine Verknüpfung zu einem Backup-System haben möchten. -
-
- - - - - - - - - - - - - -
Name des Backup-Systems: - - z.B. "MySQLDumper" -
Link zum Backup-System: - - z.B. "../mysqldumper/" -
- -
-
-
-
diff --git a/templates/nextgen/install.php/vlib_set_db_settings.tmpl b/templates/nextgen/install.php/vlib_set_db_settings.tmpl deleted file mode 100644 index e74f4e2d9..000000000 --- a/templates/nextgen/install.php/vlib_set_db_settings.tmpl +++ /dev/null @@ -1,74 +0,0 @@ -
-

Installation/Update: Datenbank konfigurieren

-
- Die Datenbank für Part-DB muss bereits existieren, damit Sie Part-DB installieren können. - Wenn Sie Part-DB bereits benutzt haben, können Sie die vorhandene Datenbank weiter benutzen, - ansonsten sollte die Datenbank komplett leer sein. -

- - Achtung: -
    -
  • Damit Part-DB korrekt funktioniert, müssen Sie dem Benutzer jegliche Rechte an der Datenbank gewähren!
  • -
  • Benutzen Sie eine bereits vorhandene Datenbank weiter, sollten Sie jetzt ein Backup davon anlegen!
  • -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Datenbanktyp: - -
Host: - - -
Datenbankname: - -
Benutzer: - - -
Datenbankpasswort: - - -
- -
-
-
-
diff --git a/templates/nextgen/install.php/vlib_set_locales.tmpl b/templates/nextgen/install.php/vlib_set_locales.tmpl deleted file mode 100644 index 3a2b55696..000000000 --- a/templates/nextgen/install.php/vlib_set_locales.tmpl +++ /dev/null @@ -1,38 +0,0 @@ -
-

Installation/Update: Zeitzone und Sprache

-
- Stellen Sie hier bitte Ihre Zeitzone und Ihre Sprache ein.
- Anhand der gewählten Sprache wird dann auch die Währung gesetzt. -
-
- - - - - - - - - - - - - -
Zeitzone: - -
Sprache: - -
- -
-
-
-
diff --git a/templates/nextgen/tools_labels.php/vlib_import.tmpl b/templates/nextgen/tools_labels.php/vlib_import.tmpl deleted file mode 100644 index 538ae7120..000000000 --- a/templates/nextgen/tools_labels.php/vlib_import.tmpl +++ /dev/null @@ -1,134 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - - -
-

Datei auswählen

-
-
- - Dateityp: -     - Trennzeichen: -     - Kodierung: - -
- -     - -
-
-
- - -
-

Beispiel für den Dateiaufbau (CSV)

-
-
-# Kategorie; Name; Beschreibung; Anzahl; Footprint; Lagerort; Lieferant; Bestellnummer; Kommentar
-Dioden;1N4004;Siliziumdiode 400V/1A;10;THT;Kiste;Reichelt;1N 4004;DO41, 400V 1A
-Controller;ATMega 8;Mikrocontroller 8kB Flash, 1 kB RAM;1;DIP28;Kiste;Reichelt;ATMEGA 8-16 DIP
-Oszillatoren;Quarzoszillator 8 MHz;;1;THT;Kiste;Reichelt;OSZI 8,000000
-Schaltkreise;MAX 232;Schnittstellenwandler RS232-TTL;1;DIP16;Kiste;Reichelt;MAX 232 EPE
-        
-
-

Beispiel für den Dateiaufbau (XML)

-
-
-< ? TODO xml version="1.0" encoding="UTF-8" standalone="yes"?>
-
-  
-    Dioden
-    1N4004
-    Siliziumdiode 400V/1A
-    10
-    THT
-    Kiste
-    Reichelt
-    1N 4004
-    DO41, 400V 1A
-  
-  
-    Controller
-    ATMega 8
-    Mikrocontroller 8kB Flash, 1 kB RAM
-    1
-    DIP28
-    Kiste
-    Reichelt
-    ATMEGA 8-16 DIP
-    
-  
-
-        
-
-
- - -
-

Daten importieren

-
- -
-
- -
- - - - - - -
-

Daten prüfen

-
- -
- - - - - - - - - - - - - - - - - - -
Import#KategorieNameBeschreibungAnzahl
-
FootprintLagerortLieferantBestellnr.Kommentar
- - -
- -
- -
-

Datenbank aktualisiert

-
- -
-
- -
-

Fehler

-
- -
-
diff --git a/templates/standard/developer_tools.php/vlib_developer_tools.tmpl b/templates/standard/developer_tools.php/vlib_developer_tools.tmpl deleted file mode 100644 index 770d3d8fc..000000000 --- a/templates/standard/developer_tools.php/vlib_developer_tools.tmpl +++ /dev/null @@ -1,55 +0,0 @@ -
-

Tabs durch Leerzeichen ersetzen / Backup-Dateien löschen

-
-
- Ausgabe stutzen (nur die ersten und letzten 20 Einträge anzeigen)
- - Der Vorgang kann mehrere Minuten in Anspruch nehmen! -
-
-
- -
-

Doxygen-Dokumentation erstellen bzw. updaten

-
-
- Doxygen muss auf dem Server installiert sein!
- Ausgabe stutzen (nur die ersten und letzten 20 Einträge anzeigen)
- - Der Vorgang kann mehrere Minuten in Anspruch nehmen! -
-
-
- -
-

Release-Paket erstellen

-
-
- Version: {TMPL_VAR NAME="current_system_version"} - {TMPL_IF NAME="release_archive_link"} -      Download "{TMPL_VAR NAME="release_archive_basename"}" - {/TMPL_IF} -      Checkliste -
- Ausgabe stutzen (nur die ersten und letzten 20 Einträge anzeigen)
- {TMPL_IF NAME="release_archive_link"} - - {/TMPL_IF} - - Der Vorgang kann mehrere Minuten in Anspruch nehmen! -
-
-
- -{TMPL_IF NAME="exec_output"} -
-

Ausgabe

-
- - {TMPL_LOOP NAME="exec_output"} - {TMPL_VAR NAME="text"}
- {/TMPL_LOOP} -
-
-
-{/TMPL_IF} diff --git a/templates/standard/edit_attachement_types.php/vlib_edit_attachement_types.tmpl b/templates/standard/edit_attachement_types.php/vlib_edit_attachement_types.tmpl deleted file mode 100644 index 980ba4f28..000000000 --- a/templates/standard/edit_attachement_types.php/vlib_edit_attachement_types.tmpl +++ /dev/null @@ -1,73 +0,0 @@ -
-

Dateitypen für Dateianhänge

-
-
- - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neuen Dateityp hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Dateityp bearbeiten: - {TMPL_ELSE} - Es ist keine Dateityp angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - Hinweis: Es empfiehlt sich, die Plural-Form zu verwenden.
- -
- Übergeordneter Dateityp*: - - -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Dateitypen anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_categories.php/vlib_edit_categories.tmpl b/templates/standard/edit_categories.php/vlib_edit_categories.tmpl deleted file mode 100644 index a388254b4..000000000 --- a/templates/standard/edit_categories.php/vlib_edit_categories.tmpl +++ /dev/null @@ -1,105 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - -
-

Kategorien

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neue Kategorie hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Kategorie bearbeiten: - {TMPL_ELSE} - Es ist keine Kategorie angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - -
- Übergeordnete Kategorie*: - - -
- Footprints deaktivieren: - - - Teile in dieser Kategorie (inkl. allen Unterkategorien) können keine Footprints haben -
- Hersteller deaktivieren: - - - Teile in dieser Kategorie (inkl. allen Unterkategorien) können keine Hersteller haben -
- Automatische Links zu Datenblättern deaktivieren: - - - Teile in dieser Kategorie (inkl. allen Unterkategorien) haben keine automatisch erzeugten Links zu Datenblättern -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Kategorien anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_devices.php/vlib_edit_devices.tmpl b/templates/standard/edit_devices.php/vlib_edit_devices.tmpl deleted file mode 100644 index 7936f5cbb..000000000 --- a/templates/standard/edit_devices.php/vlib_edit_devices.tmpl +++ /dev/null @@ -1,78 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - -
-

Baugruppen

-
-
- - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neue Baugruppe hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Baugruppe bearbeiten: - {TMPL_ELSE} - Es ist keine Baugruppe angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - -
- Übergeordnete Baugruppe*: - - -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Baugruppen anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_footprints.php/vlib_edit_footprints.tmpl b/templates/standard/edit_footprints.php/vlib_edit_footprints.tmpl deleted file mode 100644 index 1718dfc6b..000000000 --- a/templates/standard/edit_footprints.php/vlib_edit_footprints.tmpl +++ /dev/null @@ -1,143 +0,0 @@ -
-

Footprints

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neuer Footprint hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Footprint bearbeiten: - {TMPL_ELSE} - Es ist kein Footprint angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - -
- Übergeordneter Footprint*: - - -
- Bild: - -
- Hinweis: Sie können hier z.B. "DIP28" eintippen und übernehmen.
- Der Footprint wird dann unter "Footprints mit fehlerhaften Dateinamen" aufgelistet,
- wo Sie Vorschläge für Dateinamen bekommen und dann einfach übernehmen können.

- {TMPL_IF NAME="filename"}{/TMPL_IF} -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Footprints anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
- -{TMPL_IF NAME="broken_filename_footprints"} -
-

Footprints mit fehlerhaften Dateinamen ({TMPL_VAR NAME="broken_footprints_count"}/{TMPL_VAR NAME="broken_footprints_count_total"})

-
- Die Dateinamen der folgenden Footprints konnten keiner Bilddatei zugeordnet werden.
- Bitte überprüfen bzw. korrigieren Sie die vorgeschlagenen Dateien, um sie dann zu übernehmen.
- Bereits gesetzte Haken bedeuten, dass für die jeweiligen Footprints exakt gleichnamige Dateien gefunden wurden.

-
- - - - - - - - {TMPL_LOOP NAME="broken_filename_footprints"} - - - - - - - - - - - - - - {/TMPL_LOOP} -
FootprintFehlerhafter DateinameVorgeschlagene Dateinamen
- {TMPL_VAR NAME="broken_full_path"} - - {TMPL_VAR NAME="broken_filename"} - - ({TMPL_VAR NAME="proposed_filenames_count"}) - {TMPL_IF NAME="proposed_filenames_count"} - - {TMPL_ELSE} - - Dateiname löschen und später selber von Hand setzen. - {/TMPL_IF} -
-
- Vorgeschlagene Dateinamen übernehmen: - - - -
-
-
-{/TMPL_IF} diff --git a/templates/standard/edit_manufacturers.php/vlib_edit_manufacturers.tmpl b/templates/standard/edit_manufacturers.php/vlib_edit_manufacturers.tmpl deleted file mode 100644 index 0b89ca3a0..000000000 --- a/templates/standard/edit_manufacturers.php/vlib_edit_manufacturers.tmpl +++ /dev/null @@ -1,127 +0,0 @@ -
-

Hersteller

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neuen Hersteller hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Hersteller bearbeiten: - {TMPL_ELSE} - Es ist kein Hersteller angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - -
- Übergeordneter Hersteller*: - - -
- Adresse: - - -
- Telefonnummer: - - -
- Faxnummer: - - -
- E-Mail Adresse: - - {TMPL_IF NAME="email_address"} - {TMPL_VAR NAME="email_address"}
- {/TMPL_IF} - -
- Webseite: - - {TMPL_IF NAME="website"} - {TMPL_VAR NAME="website"}
- {/TMPL_IF} - -
- Artikel-Direktlink: - - - Platzhalter für die Artikelbezeichnung: %PARTNUMBER% -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Hersteller anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_part_info.php/vlib_actions.tmpl b/templates/standard/edit_part_info.php/vlib_actions.tmpl deleted file mode 100644 index a7922e71c..000000000 --- a/templates/standard/edit_part_info.php/vlib_actions.tmpl +++ /dev/null @@ -1,26 +0,0 @@ -
-

Aktionen

-
- - - - - - - - - -
Bauteil löschen: -
- - Dateien dieses Bauteiles, die von keinem anderen Bauteil verwendet werden, auch von der Festplatte löschen
- -
-
Weiteres Bauteil anlegen: -
- - -
-
-
-
diff --git a/templates/standard/edit_part_info.php/vlib_attachements.tmpl b/templates/standard/edit_part_info.php/vlib_attachements.tmpl deleted file mode 100644 index 2d79193be..000000000 --- a/templates/standard/edit_part_info.php/vlib_attachements.tmpl +++ /dev/null @@ -1,92 +0,0 @@ -
-

Dateianhänge

-
- - - - - - - - {TMPL_LOOP NAME="attachements_loop"} - - - - - - - - - - - - - {/TMPL_LOOP} -
Bild / LinkEigenschaften
- {TMPL_IF NAME="id" VALUE="new"} - Neue Datei hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="picture_filename"} - - {TMPL_VAR NAME= - - {TMPL_ELSE} - {TMPL_IF NAME="filename"} - {TMPL_VAR NAME="name"} - {TMPL_ELSE} - {TMPL_VAR NAME="name"} - {/TMPL_IF} - {/TMPL_IF} - {/TMPL_IF} - - - - - - - - - - - - - - - -
- Name:
- -
- Dateityp:
- -
- In Tabelle anzeigen
- {TMPL_IF NAME="is_picture"} - Als Hauptbild verwenden - {/TMPL_IF} -
- Dateiname / URL: - - -
- Neue Datei hochladen: - - - (max. {TMPL_VAR NAME="max_upload_filesize"}) -
-
- - - {TMPL_IF NAME="id" VALUE="new"} - - {TMPL_ELSE} -
- - {/TMPL_IF} -
-
-
diff --git a/templates/standard/edit_part_info.php/vlib_orderdetails.tmpl b/templates/standard/edit_part_info.php/vlib_orderdetails.tmpl deleted file mode 100644 index 0e4608c09..000000000 --- a/templates/standard/edit_part_info.php/vlib_orderdetails.tmpl +++ /dev/null @@ -1,93 +0,0 @@ -
-

Einkaufsinformationen

-
- - - - - - - - - - {TMPL_LOOP NAME="orderdetails"} - - - - - - - - - - - - {/TMPL_LOOP} -
Lieferant
Bestellnummer
EigenschaftenPreise
- {TMPL_IF NAME="orderdetails_id" VALUE="new"}Neu:{/TMPL_IF} -
- -
- -
- - -
- Obsolet
- {TMPL_IF NAME="orderdetails_id" VALUE="new"} - - {TMPL_ELSE} -
- - {/TMPL_IF} -
- {TMPL_IF NAME="orderdetails_id" OP="<>" VALUE="new"} - - - - - - - - - {TMPL_LOOP NAME="pricedetails"} - - - - - - - - - - - - - {/TMPL_LOOP} -
Ab BestellmengePreis
- {TMPL_IF NAME="pricedetails_id" VALUE="new"}Neu:{/TMPL_IF} - - - - - pro - - Stk. - - - - - {TMPL_IF NAME="pricedetails_id" VALUE="new"} - - {TMPL_ELSE} - - - {/TMPL_IF} -
-
- {/TMPL_IF} -
-
-
diff --git a/templates/standard/edit_part_info.php/vlib_part.tmpl b/templates/standard/edit_part_info.php/vlib_part.tmpl deleted file mode 100644 index 5fd02db8f..000000000 --- a/templates/standard/edit_part_info.php/vlib_part.tmpl +++ /dev/null @@ -1,136 +0,0 @@ -
-

- {TMPL_UNLESS NAME="is_new_part"} - Ändere Detailinfos von "{TMPL_VAR NAME="name"}" - -
- ID: {TMPL_VAR NAME="pid"} -
- {TMPL_ELSE} - Neues Bauteil erstellen - {/TMPL_UNLESS} -

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - {TMPL_UNLESS NAME="disable_manufacturers"} - - - - - - {/TMPL_UNLESS} - {TMPL_UNLESS NAME="disable_footprints"} - - - - - - {/TMPL_UNLESS} - - - - - - - - -
- Name: - - -
- Beschreibung: - - -
- Vorhanden: - - -
- Min. Bestand: - - -
- Kategorie: - - - - - -
- Lagerort: - - - - - -
- Hersteller: - - - - - -
- Footprint: - - - - - -
- Kommentar: - - -
- - - {TMPL_IF NAME="is_new_part"} - - {TMPL_ELSE} - - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_storelocations.php/vlib_edit_storelocations.tmpl b/templates/standard/edit_storelocations.php/vlib_edit_storelocations.tmpl deleted file mode 100644 index 9ed0fb78f..000000000 --- a/templates/standard/edit_storelocations.php/vlib_edit_storelocations.tmpl +++ /dev/null @@ -1,102 +0,0 @@ - - -
-

Lagerorte

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neuen Lagerort hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Lagerort bearbeiten: - {TMPL_ELSE} - Es ist kein Lagerort angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - - {TMPL_IF NAME="id" VALUE="0"} -
Serie erzeugen    -
von - bis - {/TMPL_IF} -
- Übergeordneter Lagerort*: - - -
- voll: - - - Diesen Lagerort als "voll" markieren -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Lagerorte anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/edit_suppliers.php/vlib_edit_suppliers.tmpl b/templates/standard/edit_suppliers.php/vlib_edit_suppliers.tmpl deleted file mode 100644 index bd321bc6b..000000000 --- a/templates/standard/edit_suppliers.php/vlib_edit_suppliers.tmpl +++ /dev/null @@ -1,127 +0,0 @@ -
-

Lieferanten

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - {TMPL_IF NAME="id" VALUE="0"} - Neuen Lieferanten hinzufügen: - {TMPL_ELSE} - {TMPL_IF NAME="name"} - Lieferant bearbeiten: - {TMPL_ELSE} - Es ist kein Lieferant angewählt! - {/TMPL_IF} - {/TMPL_IF} -
- ID: - - {TMPL_IF NAME="id"}{TMPL_VAR NAME="id"}{TMPL_ELSE}-{/TMPL_IF} -
- Name*: - - -
- Übergeordneter Lieferant*: - - -
- Adresse: - - -
- Telefonnummer: - - -
- Faxnummer: - - -
- E-Mail Adresse: - - {TMPL_IF NAME="email_address"} - {TMPL_VAR NAME="email_address"}
- {/TMPL_IF} - -
- Webseite: - - {TMPL_IF NAME="website"} - {TMPL_VAR NAME="website"}
- {/TMPL_IF} - -
- Artikel-Direktlink: - - - Platzhalter für die Bestellnummer: %PARTNUMBER% -
- * = Pflichtfelder - - {TMPL_IF NAME="id" VALUE="0"} -
- Weitere Lieferanten anlegen - {TMPL_ELSE} - - - {/TMPL_IF} -
-
-
-
diff --git a/templates/standard/help.php/vlib_help.tmpl b/templates/standard/help.php/vlib_help.tmpl deleted file mode 100644 index 55c201119..000000000 --- a/templates/standard/help.php/vlib_help.tmpl +++ /dev/null @@ -1,14 +0,0 @@ -
-

Hilfe

-
-
-
Footprint Bilder
-
In ../tools/footprints/ können Bilder für die Footprints abgelegt werden. Wenn man z.B. ein Footprint mit dem Namen DIP40W anlegt und ein Bild DIP40W.png (Gross-/Kleinschreibung beachten) in den Ordner speicher, wird dieses automatisch angezeigt, wenn kein anderes Bild gesetzt wurde. ICs und einige Standard-Bauteile sind schon vorhanden. Die Bezeichnung dafür findet man anhand der Bildnamen in "Tools->Footprints".
- -
Sicherheitseinstellungen (.htaccess/.htpasswd)
-
Um Part-DB vor unerlaubten Zugriff zu schützen, sollte man unbedingt serverseitig mit .htaccess/.htpasswd arbeiten Eine Anleitung dafür findet man unter folgendem Link. Eine Benutzerverwaltung ist in Planung.
- -
Thema ändern
-
Momentan sind zwei Themen für die Part-DB vorhanden: standard und Greenway. Will man auf ein anderes Thema wechslen, so ändert man in der config.php die Variable $conf['html']['theme'] auf das entsprechende Thema. Möchte man einzelne Elemente anders formatieren, so legt man eine CSS-Datei mit dem Themennamen im Verzeichnis css an und setzt in der Konfiguration die Variable $conf['html']['css'] auf true.
-
-
diff --git a/templates/standard/index.php/vlib_frameset.tmpl b/templates/standard/index.php/vlib_frameset.tmpl deleted file mode 100644 index f50b5bf04..000000000 --- a/templates/standard/index.php/vlib_frameset.tmpl +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/templates/standard/install.php/vlib_finish.tmpl b/templates/standard/install.php/vlib_finish.tmpl deleted file mode 100644 index 460107655..000000000 --- a/templates/standard/install.php/vlib_finish.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -
-

Installation: Fertigstellung

-
- Herzlichen Glückwunsch, die Installation bzw. das Update von Part-DB ist fast abgeschlossen!
- Weitere Einstellungen finden Sie unter dem Menüpunkt "System".
-

-
- -
-
-
diff --git a/templates/standard/install.php/vlib_header.tmpl b/templates/standard/install.php/vlib_header.tmpl deleted file mode 100644 index ad548fc64..000000000 --- a/templates/standard/install.php/vlib_header.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -
-

logoPart-DB {TMPL_VAR NAME="system_version"}logo

-

Version: {TMPL_VAR NAME="system_version_full"}

-
- -
-

Willkommen bei Part-DB!

-
- Part-DB, Copyright © 2005 of Christoph Lechner. Part-DB is published under the GPL, so it comes with ABSOLUTELY NO WARRANTY, click here for details. This is free software, and you are welcome to redistribute it under certain conditions. Click here for details.
-
- Projektseite: Downloads, Bugreports, ToDo-Liste usw. gibts auf der GitHub Projektseite
- Forum: Für Fragen rund um die Part-DB gibt es einen Thread auf mikrocontroller.net
- Wiki: Weitere Informationen gibt es im mikrocontroller.net Artikel -
-
-
- - - -
- In der Dokumentation gibt es eine Installationsanleitung, FAQ und weitere Informationen.
- Davon gibt es auch eine (meistens aktuellere) Online-Version. -
-
-
diff --git a/templates/standard/install.php/vlib_set_admin_password.tmpl b/templates/standard/install.php/vlib_set_admin_password.tmpl deleted file mode 100644 index 87ef5001d..000000000 --- a/templates/standard/install.php/vlib_set_admin_password.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -
-

Installation/Update: Administratorpasswort festlegen

-
- Für spätere Systemänderungen oder zum Debuggen muss ein Administratorpasswort gewählt werden. -
-
- - - - - - - - - - - - - -
Administratorpasswort:
Wiederholung:
- -
-
-
-
diff --git a/templates/standard/install.php/vlib_set_db_backup_path.tmpl b/templates/standard/install.php/vlib_set_db_backup_path.tmpl deleted file mode 100644 index 67bb260a6..000000000 --- a/templates/standard/install.php/vlib_set_db_backup_path.tmpl +++ /dev/null @@ -1,38 +0,0 @@ -
-

Installation/Update: Datenbank Backupsystem

-
- Es wird dringend empfohlen, regelmässig Sicherungskopien der Datenbank zu erstellen!
- Auch sollte vor jedem Datenbankupdate ein Backup durchgeführt werden. Die Entwickler von Part-DB übernehmen
- keinerlei Haftung für Schäden jeglicher Art, die durch fehlende Backups oder durch Fehler in Part-DB verursacht werden.
-

- Sie können dafür ein externes System benutzen, das sich mit einem Link ins Menü von Part-DB integrieren lässt.
- Ein solches Backup-System ist z.B. MySQLDumper. -

- Lassen Sie beide Felder leer, wenn Sie keine Verknüpfung zu einem Backup-System haben möchten. -
-
- - - - - - - - - - - - - -
Name des Backup-Systems: - - z.B. "MySQLDumper" -
Link zum Backup-System: - - z.B. "../mysqldumper/" -
- -
-
-
-
diff --git a/templates/standard/install.php/vlib_set_db_settings.tmpl b/templates/standard/install.php/vlib_set_db_settings.tmpl deleted file mode 100644 index e74f4e2d9..000000000 --- a/templates/standard/install.php/vlib_set_db_settings.tmpl +++ /dev/null @@ -1,74 +0,0 @@ -
-

Installation/Update: Datenbank konfigurieren

-
- Die Datenbank für Part-DB muss bereits existieren, damit Sie Part-DB installieren können. - Wenn Sie Part-DB bereits benutzt haben, können Sie die vorhandene Datenbank weiter benutzen, - ansonsten sollte die Datenbank komplett leer sein. -

- - Achtung: -
    -
  • Damit Part-DB korrekt funktioniert, müssen Sie dem Benutzer jegliche Rechte an der Datenbank gewähren!
  • -
  • Benutzen Sie eine bereits vorhandene Datenbank weiter, sollten Sie jetzt ein Backup davon anlegen!
  • -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Datenbanktyp: - -
Host: - - -
Datenbankname: - -
Benutzer: - - -
Datenbankpasswort: - - -
- -
-
-
-
diff --git a/templates/standard/install.php/vlib_set_locales.tmpl b/templates/standard/install.php/vlib_set_locales.tmpl deleted file mode 100644 index 3a2b55696..000000000 --- a/templates/standard/install.php/vlib_set_locales.tmpl +++ /dev/null @@ -1,38 +0,0 @@ -
-

Installation/Update: Zeitzone und Sprache

-
- Stellen Sie hier bitte Ihre Zeitzone und Ihre Sprache ein.
- Anhand der gewählten Sprache wird dann auch die Währung gesetzt. -
-
- - - - - - - - - - - - - -
Zeitzone: - -
Sprache: - -
- -
-
-
-
diff --git a/templates/standard/navigation.php/vlib_navigation.tmpl b/templates/standard/navigation.php/vlib_navigation.tmpl deleted file mode 100644 index b8885825b..000000000 --- a/templates/standard/navigation.php/vlib_navigation.tmpl +++ /dev/null @@ -1,134 +0,0 @@ -
-

Suche - - Home - -

-
-
- - - - - -
- - Suchparameter ein/ausblenden - -
-
-
-
- -
-

Kategorien

-
-
- {TMPL_VAR NAME="categories_navtree" ESCAPE="none"} -
-
-
- -{TMPL_UNLESS NAME="disable_devices"} -
-

Baugruppen

-
-
- {TMPL_VAR NAME="devices_navtree" ESCAPE="none"} -
-
-
-{/TMPL_UNLESS} - -
-

Verwaltung / Tools

-
-
- -
- Alle Anzeigen | Alle Schliessen -
-
-
diff --git a/templates/standard/partdb.css b/templates/standard/partdb.css deleted file mode 100644 index c7050c5cb..000000000 --- a/templates/standard/partdb.css +++ /dev/null @@ -1,367 +0,0 @@ -@charset "UTF-8"; - -/* allgemeine Gestaltung */ -.body { - background-color: #cdcdcd; - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; -} - -input[type=text], input[type=password] { - /* this is for the combination of ubuntu + firefox, because if the ubuntu font is used, the input form is too long. - * see: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/885920 */ - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; -} - -.outer { - background-color: #ffffff; - margin-top: 10px; - margin-bottom: 15px; - border: none; - border-bottom: 1px solid #000000; - border-left: 1px solid #000000; - padding: 11px; - font-size: 12px; -} - -.outer h1 { - margin: 0px; - padding: 0px; - font-size: 70px; - text-align: center; - text-shadow: grey 2px 2px 4px; -} - -.outer h2 { - background-color: #BABABA; - margin-top: 0px; - margin-bottom: 1px; - border-bottom: 2px solid #F76B02; - border-left: 1px solid #F76B02; - padding: 1px; - font-size: 15px; - font-weight: bold; -} - -.outer h3 { - text-align: center; -} - -.inner { - background-color: #F2F2F2; - border-bottom: 3px solid #d0d0d0; - border-left: 1px solid #d0d0d0; - border-right: 1px solid #d0d0d0; - padding: 1px; -} - -.red { - color: #f00000; -} - -.backred { - background-color: #D19F9F; -} - -.backgreen { - background-color: #34D746; -} - -.small { - font-size: small; -} - - -/* Default Tabellen */ -.table { - border: none; - width: 100%; - padding: 10px; - border-bottom: 1px solid #000000; - border-left: 1px solid #000000; - background-color: #ffffff; -} -.tablenone { - border: none; - width: 100%; -} -.tdtop { - font-size: 15px; - font-weight: bold; - border: none; - width: 80%; - border-bottom: 2px solid #F76B02; - border-left: 1px solid #F76B02; - background-color: #BABABA; -} -.tdtext { - border: none; - width: 80%; - font-size: 12px; - background-color: #F2F2F2; - border-bottom: 3px solid #d0d0d0; - border-left: 1px solid #d0d0d0; - border-right: 1px solid #d0d0d0; -} -.tdtextsmall { - border: none; - width: 80%; - font-size: small; - background-color: #F2F2F2; - border-bottom: 3px solid #d0d0d0; - border-left: 1px solid #d0d0d0; - border-right: 1px solid #d0d0d0; -} - -/* Tabellen/Listen */ - -/** new: 20120712 Udo Neist **/ - -a.headline {color: #2652BA;} -a.headline:before {content:"- "} -a.headline:after {content:" -"} - -/** end: 20120712 Udo Neist **/ - -.trlist_odd { - background-color: #d0d0d0; -} -.trlist_even { - background-color: #b0b0b0; -} -.trlist1 { - background-color: #b0b0b0; -} -.trlist2 { - background-color: #d0d0d0; -} -.trcat { - font-size: 12px; - font-weight: bold; -} -.tdrow0 { - font-size: 12px; - position: relative; - display: block; - min-width: 20px; /* If there is no picture, the column should have a width of 20px anyway (that was a bug if there is only one row) */ -} -.tdrowred { - font-size: 12px; - color: #ff0000; -} -.tdrow1 { - font-size: 12px; - text-align: left; -} -.tdrow2 { - font-size: 12px; - text-align: right; -} -.tdrow3 { - font-size: 12px; - text-align: right; -} -.tdrow4 { - font-size: 12px; - text-align: right; -} -.tdrow5 { - font-size: 12px; -} -.tdrow6 { - font-size: 12px; - text-align: center; -} -.tdrow7 { - font-size: 12px; - text-align: center; -} - -.catbild -{ - width: 20px; - height: 15px; -} - -/* hover stuff */ - -.companypic -{ - width: 20px; - height: 15px; - display: inline; -} - -.hoverpic -{ - min-width: 10px; - max-width: 20px; - min-height: 8px; - max-height: 15px; - display: block; - margin-left: auto; - margin-right: auto; -} - -a:hover .hoverpic -{ - max-width: 480px; - max-height: 180px; - display: block; - position: absolute; - bottom: -15px; - left: 3px; - z-index: 1; - background: #ffffff; - border: 1px solid #800000; -} - - -/* Sonstiges */ -a img { - border: none; -} -a:link { - color: #2652BA; -} -a:visited { - color: #2652BA; -} -a:hover { - color: #2652BA; -} -a:active { - color: #2652BA; -} - -/* label.php */ -.labelbild { - float: left; - margin:3px; -} -td.labelbild { - text-align:center; - color: #193FE6; - font-size:0.9em; - font-weight:bold; -} - -/* footprint.php */ -.footprint_outer -{ - overflow: hidden; - clear: both; - background-color: #F2F2F2; - border-bottom: 3px solid #d0d0d0; - border-left: 1px solid #d0d0d0; - border-right: 1px solid #d0d0d0; - padding: 1px; -} - -.footprint_inner -{ - word-wrap: break-word; - float: left; - margin-top: 5px; - margin-left: 5px; - width: 110px; - min-height: 130px; - font-size: 12px; -} - -.footprint_inner img -{ - height: 80px; - border: 1px; -} - -.footprint_inner p -{ - text-align: center; - text-indent: 0; - margin-left: 5px; - margin-right: 5px; - margin-top: 0px; - margin-bottom: 0px; -} - -#homelink -{ - padding: 1%; - float: right; -} -#homelink img -{ - height: 15px; -} - -.search_selection -{ - width: 18em; - padding: 2px; -} -.search_selection p -{ - margin: 0px; - width: 9em; - float: left; -} - -.clear -{ - height: 1px; - clear: both; - overflow: hidden; -} - - -/* Nav Menue */ -.dtree { - padding:0px; - border: 0px; - font-size: 12px; - color: #666; - white-space: nowrap; -} -.dtree img { - padding:0px; - border: 0px; - vertical-align: middle; -} -.dtree a { - padding:0px; - border: 0px; - color: #333; - text-decoration: none; -} -.dtree a.node, .dtree a.nodeSel { - padding:0px; - border: 0px; - white-space: nowrap; - padding: 1px 2px 1px 2px; -} -.dtree a.node:hover, .dtree a.nodeSel:hover { - padding:0px; - border: 0px; - color: #333; - text-decoration: underline; -} -.dtree a.nodeSel { - padding:0px; - border: 0px; - background-color: #c0d2ec; -} -.dtree .clip { - padding:0px; - border: 0px; - overflow: hidden; -} - -/* Help */ -dl.help dt { - font-weight:bold; - text-decoration: underline; - margin:1em; -} -dl.help dd { - margin-bottom:1em; -} diff --git a/templates/standard/show_category_parts.php/vlib_show_category_parts.tmpl b/templates/standard/show_category_parts.php/vlib_show_category_parts.tmpl deleted file mode 100644 index c3f3b01e2..000000000 --- a/templates/standard/show_category_parts.php/vlib_show_category_parts.tmpl +++ /dev/null @@ -1,31 +0,0 @@ -
-

Sonstiges

-
-
- Unterkategorien: - - - -
- - Neues Teil in dieser Kategorie - -
-
- -
-

Teile in der Kategorie "{TMPL_VAR NAME="category_name"}"

-
-
- - - - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
-
-
diff --git a/templates/standard/show_device_parts.php/vlib_add_parts.tmpl b/templates/standard/show_device_parts.php/vlib_add_parts.tmpl deleted file mode 100644 index 2def73238..000000000 --- a/templates/standard/show_device_parts.php/vlib_add_parts.tmpl +++ /dev/null @@ -1,32 +0,0 @@ -
-

Teile per Name zuordnen

-
-
- Suchwort: - - - -
-
- {TMPL_IF NAME="no_searched_parts_found"} -
- Die Suche ergab keine Treffer! -
- {TMPL_ELSE} - {TMPL_IF NAME="searched_parts_rowcount"} -
-
- - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
- Falls Sie Bauteile zur Baugruppe hinzufügen, die dort bereits vorhanden sind, - dann werden die Stückzahlen addiert und die Bestückungsdaten mit einem Komma aneinandergehängt. -
- - -
-
- {/TMPL_IF} - {/TMPL_IF} -
diff --git a/templates/standard/show_device_parts.php/vlib_copy_device.tmpl b/templates/standard/show_device_parts.php/vlib_copy_device.tmpl deleted file mode 100644 index a802183e6..000000000 --- a/templates/standard/show_device_parts.php/vlib_copy_device.tmpl +++ /dev/null @@ -1,41 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - - -
-

Baugruppe inklusive Bauteile kopieren

-
-
- - - - - - - - - - - - - - - - - -
Name der Kopie:
Übergeordnete Baugruppe: - -
Rekursiv: - Alle Unterbaugruppen mit all deren Teilen auch mitkopieren -
- -
-
-
-
- diff --git a/templates/standard/show_device_parts.php/vlib_device_parts.tmpl b/templates/standard/show_device_parts.php/vlib_device_parts.tmpl deleted file mode 100644 index 32f714d9a..000000000 --- a/templates/standard/show_device_parts.php/vlib_device_parts.tmpl +++ /dev/null @@ -1,23 +0,0 @@ -
-

Zugeordnete Teile zu "{TMPL_VAR NAME="device_name"}"

-
- {TMPL_IF NAME="device_parts_rowcount"} -
- - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
- Gesamtpreis: {TMPL_VAR NAME="sum_price"} -

- Teile mit der Stückzahl "0" werden beim Übernehmen aus dieser Baugruppe entfernt. -
- - - -
- {TMPL_ELSE} - Keine Bauteile zugeordnet. - {/TMPL_IF} -
-
diff --git a/templates/standard/show_device_parts.php/vlib_export.tmpl b/templates/standard/show_device_parts.php/vlib_export.tmpl deleted file mode 100644 index 3ec9d6859..000000000 --- a/templates/standard/show_device_parts.php/vlib_export.tmpl +++ /dev/null @@ -1,54 +0,0 @@ -
-

Teile abfassen/einbuchen/vormerken/exportieren

-
-
- - - - - - - - - - - - - - - - - - -
Multiplikator: - - - -
Teile abfassen oder einbuchen: - - -
Zum Bestellen vormerken: - {TMPL_IF NAME="order_quantity"} - Es sind {TMPL_VAR NAME="order_quantity"}Stk. von dieser Baugruppe zum Bestellen vorgemerkt - ({TMPL_IF NAME="order_only_missing_parts"}Nur fehlende Teile{TMPL_ELSE}Alle Teile{/TMPL_IF}). - - {TMPL_ELSE} - - - {/TMPL_IF} -
Exportieren: - - Nur fehlendes Material - - -
- {TMPL_IF NAME="export_result"} -
{TMPL_VAR NAME="export_result" ESCAPE="none"} - {/TMPL_IF} -
-
-
diff --git a/templates/standard/show_device_parts.php/vlib_import.tmpl b/templates/standard/show_device_parts.php/vlib_import.tmpl deleted file mode 100644 index 345ac2c5b..000000000 --- a/templates/standard/show_device_parts.php/vlib_import.tmpl +++ /dev/null @@ -1,67 +0,0 @@ -
-

Bauteile importieren

-
-
- - - - - - - - - - - -
- CSV-Beispiel: -
-#Bauteile-ID;Anzahl;Bestückungsdaten
-100;1;
-10;4;R5,R6,R7,R8
-
- oder: -
-#Bauteil-Name;Anzahl;Bestückungsdaten
-Resistor_SMD_10M_5;4;R5,R6,R7,R8
-ATMEGA328_SMD;1;
-
-
   XML-Beispiel:
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<deviceparts>
-  <devicepart>
-    <part_id>123</part_id>
-    <mount_quantity>3</mount_quantity>
-    <mount_names>R1, R2, R3</mount_names>
-  </devicepart>
-  <devicepart>
-    <part_name>ATMEGA328_SMD</part_name>
-    <mount_quantity>3</mount_quantity>
-    <mount_names>U1</mount_names>
-  </devicepart>
-</deviceparts>
-                    
- - - Trennzeichen für CSV: - - -
-
- {TMPL_IF NAME="table"} -
-
- - - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
- - -
- {/TMPL_IF} -
-
diff --git a/templates/standard/show_device_parts.php/vlib_subdevices.tmpl b/templates/standard/show_device_parts.php/vlib_subdevices.tmpl deleted file mode 100644 index c30a30f44..000000000 --- a/templates/standard/show_device_parts.php/vlib_subdevices.tmpl +++ /dev/null @@ -1,34 +0,0 @@ -
-

Unterbaugruppen von "{TMPL_VAR NAME="device_name"}"

-
- - - - - - - - - {TMPL_LOOP NAME="subdevices"} - - - - - - - - - - {/TMPL_LOOP} -
NameAnzahl versch. TeileAnzahl EinzelteileGesamtpreis
- {TMPL_VAR NAME="name"} - - {TMPL_VAR NAME="parts_count"} - - {TMPL_VAR NAME="parts_sum_count"} - - {TMPL_VAR NAME="sum_price"} -
- Alle Angaben betreffen nur die jeweilige Baugruppe, deren evtl. vorhandenen Unterbaugruppen werden nicht berücksichtigt! -
-
diff --git a/templates/standard/show_noprice_parts.php/vlib_show_noprice_parts.tmpl b/templates/standard/show_noprice_parts.php/vlib_show_noprice_parts.tmpl deleted file mode 100644 index dd3f5a3a5..000000000 --- a/templates/standard/show_noprice_parts.php/vlib_show_noprice_parts.tmpl +++ /dev/null @@ -1,8 +0,0 @@ -
-

Teile ohne Preis

-
- - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
-
diff --git a/templates/standard/show_obsolete_parts.php/vlib_show_obsolete_parts.tmpl b/templates/standard/show_obsolete_parts.php/vlib_show_obsolete_parts.tmpl deleted file mode 100644 index 973e34fbb..000000000 --- a/templates/standard/show_obsolete_parts.php/vlib_show_obsolete_parts.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -
-

Sonstiges

-
-
- Teile ohne Einkaufsinformationen: - - -
-
-
- -
-

Nicht mehr erhältliche Teile

-
- - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
-
diff --git a/templates/standard/show_order_parts.php/vlib_show_order_parts.tmpl b/templates/standard/show_order_parts.php/vlib_show_order_parts.tmpl deleted file mode 100644 index 277b1234e..000000000 --- a/templates/standard/show_order_parts.php/vlib_show_order_parts.tmpl +++ /dev/null @@ -1,137 +0,0 @@ - - -
-

Lieferant wählen

-
-
- - - -
-
- - -
-
-
- -
-

Zu bestellende Teile

-
-
- {TMPL_IF NAME="table_rowcount"} - - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
- Gesamtpreis: {TMPL_VAR NAME="sum_price"}
-
- - - Alle an/abwählen:   - Einbuchen     - Aus Liste löschen (für manuell zum Bestellen markierte Artikel) -
- - - - {TMPL_ELSE} - Es gibt keine Teile, die bestellt werden müssen. - {/TMPL_IF} -
-
-
- -{TMPL_IF NAME="order_devices_loop"} -{TMPL_UNLESS NAME="selected_supplier_id"} -
-

Zum Bestellen markierte Baugruppen

-
- - - - - - - - - - - {TMPL_LOOP NAME="order_devices_loop"} - - - - - - - - - - - - - - - {/TMPL_LOOP} -
NameBestellmengeTeileAnzahl versch. TeileDavon zu wenige an LagerOptionen
- {TMPL_VAR NAME="name"} - - {TMPL_VAR NAME="order_quantity"} - - {TMPL_IF NAME="only_missing_parts"}nur fehlende{TMPL_ELSE}alle{/TMPL_IF} - - {TMPL_VAR NAME="parts_count"} - - {TMPL_VAR NAME="parts_count_to_order"} - -
- - - -
-
- Die zu bestellenden Teile werden in der Liste "Zu bestellende Teile" in der Spalte "Bestellmenge" zur Anzahl "(mind. ...)" hinzuaddiert. - Nachdem Sie die Bestellungen getätigt haben, können Sie die Baugruppen wieder aus dieser Liste entfernen, - damit die Teile nicht mehr unter "Zu bestellende Teile" aufgelistet werden (Bauteile von Baugruppen, die als "alle Teile bestellen" markiert wurden, - verschwinden nicht automatisch aus der Liste "Zu bestellende Teile", auch wenn Sie den Lagerbestand erhöhen!). -
-
-{/TMPL_UNLESS} -{/TMPL_IF} - -
-

Bauteile Export

-
-
- Format: - - - -
- {TMPL_IF NAME="export_result"} -
{TMPL_VAR NAME="export_result" ESCAPE="none"} - {/TMPL_IF} -
-
diff --git a/templates/standard/show_part_info.php/vlib_show_part_info.tmpl b/templates/standard/show_part_info.php/vlib_show_part_info.tmpl deleted file mode 100644 index 8431c5fc9..000000000 --- a/templates/standard/show_part_info.php/vlib_show_part_info.tmpl +++ /dev/null @@ -1,225 +0,0 @@ -
-

Detailinfo zu "{TMPL_VAR NAME="name"}" -
- ID: {TMPL_VAR NAME="pid"} -
-

- -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - {TMPL_UNLESS NAME="disable_manufacturers"} - - - - - {/TMPL_UNLESS} - {TMPL_UNLESS NAME="disable_footprints"} - - - - - {/TMPL_UNLESS} - - - - -
Name: - {TMPL_IF NAME="manufacturer_product_url"} - {TMPL_VAR NAME="name"} - {TMPL_ELSE} - {TMPL_VAR NAME="name"} - {/TMPL_IF} -
Beschreibung:{TMPL_IF NAME="description"}{TMPL_VAR NAME="description"}{TMPL_ELSE}-{/TMPL_IF}
Vorhanden:{TMPL_VAR NAME="instock"}
Min. Bestand:{TMPL_VAR NAME="mininstock"}
Kategorie:{TMPL_VAR NAME="category_full_path" ESCAPE="none"}
Lagerort:{TMPL_VAR NAME="storelocation_full_path"}{TMPL_IF NAME="storelocation_is_full"} [voll]{/TMPL_IF}
Hersteller:{TMPL_VAR NAME="manufacturer_full_path" ESCAPE="none"}
Footprint: - {TMPL_VAR NAME="footprint_full_path"}
- {TMPL_IF NAME="footprint_filename"}{/TMPL_IF} -
Kommentar:{TMPL_IF NAME="comment"}{TMPL_VAR NAME="comment" ESCAPE="none"}{TMPL_ELSE}-{/TMPL_IF}
- -
Angaben verändern -
-        - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Teile entnehmen
- Anzahl:
- -
 
- Teile hinzufügen
- Anzahl:
- -
 
- {TMPL_IF NAME="manual_order_exists"} - Das Bauteil wurde manuell
zum Bestellen vorgemerkt.
- - {TMPL_ELSE} - {TMPL_IF NAME="auto_order_exists"} - Das Bauteil wird unter
"Zu bestellende Teile"
aufgelistet, da der Bestand
kleiner als der Mindest-
bestand ist.
- {TMPL_ELSE} - Zum Bestellen vormerken
- Bestellmenge:
- - {/TMPL_IF} - {/TMPL_IF} -
-
-
-
- -
-

Einkaufsinformationen

-
- {TMPL_IF NAME="orderdetails"} - - - - - - - - - - {TMPL_LOOP NAME="orderdetails"} - - - - - - - - - - - - - {/TMPL_LOOP} -
LieferantBestellnummerAb BestellmengePreisEinzelpreis
- {TMPL_VAR NAME="supplier_full_path" ESCAPE="none"} - - {TMPL_IF NAME="supplier_product_url"} - {TMPL_VAR NAME="supplierpartnr"} - {TMPL_ELSE} - {TMPL_VAR NAME="supplierpartnr"} - {/TMPL_IF} - - - {TMPL_LOOP NAME="pricedetails"} - - - - {/TMPL_LOOP} -
- {TMPL_VAR NAME="min_discount_quantity"} -
-
- - {TMPL_LOOP NAME="pricedetails"} - - - - {/TMPL_LOOP} -
- {TMPL_VAR NAME="price"} / {TMPL_VAR NAME="price_related_quantity"}Stk. -
-
- - {TMPL_LOOP NAME="pricedetails"} - - - - {/TMPL_LOOP} -
- {TMPL_VAR NAME="single_price"} -
-
- {TMPL_IF NAME="average_price"} -
- Durchschnittspreis für 1 Stk.: {TMPL_VAR NAME="average_price"} - {/TMPL_IF} - {TMPL_ELSE} - Dieses Bauteil hat keine Einkaufsinformationen. - Einkaufsinformationen hinzufügen - {/TMPL_IF} -
-
- -
-

Dateianhänge

-
- {TMPL_IF NAME="attachement_types_loop"} - {TMPL_LOOP NAME="attachement_types_loop"} - {TMPL_VAR NAME="attachement_type"}:
- {TMPL_LOOP NAME="attachements_loop"} - {TMPL_IF NAME="is_picture"} - - Zum Vergrößern klicken! - {TMPL_ELSE} - {TMPL_VAR NAME="attachement_name"}
- {/TMPL_IF} - {/TMPL_LOOP} - {TMPL_UNLESS NAME="__LAST__"}

{/TMPL_UNLESS} - {/TMPL_LOOP} - {TMPL_ELSE} - Dieses Bauteil besitzt keine Dateianhänge. - Dateianhänge hinzufügen - {/TMPL_IF} -
-
- diff --git a/templates/standard/show_search_parts.php/vlib_search_header.tmpl b/templates/standard/show_search_parts.php/vlib_search_header.tmpl deleted file mode 100644 index f52391663..000000000 --- a/templates/standard/show_search_parts.php/vlib_search_header.tmpl +++ /dev/null @@ -1,30 +0,0 @@ -
-

Suchergebnis

-
- Die Suche nach "{TMPL_VAR NAME="keyword"}" ergab {TMPL_VAR NAME="hits_count"} Treffer. - -
-
- - {TMPL_IF NAME="search_name"} {/TMPL_IF} - {TMPL_IF NAME="search_category"} {/TMPL_IF} - {TMPL_IF NAME="search_description"} {/TMPL_IF} - {TMPL_IF NAME="search_comment"} {/TMPL_IF} - {TMPL_IF NAME="search_supplier"} {/TMPL_IF} - {TMPL_IF NAME="search_supplierpartnr"} {/TMPL_IF} - {TMPL_IF NAME="search_storelocation"} {/TMPL_IF} - {TMPL_IF NAME="search_footprint"} {/TMPL_IF} - {TMPL_IF NAME="search_manufacturer"} {/TMPL_IF} - - - - -
-
-
-
-
diff --git a/templates/standard/show_search_parts.php/vlib_searched_parts_table.tmpl b/templates/standard/show_search_parts.php/vlib_searched_parts_table.tmpl deleted file mode 100644 index c9a23d9fa..000000000 --- a/templates/standard/show_search_parts.php/vlib_searched_parts_table.tmpl +++ /dev/null @@ -1,23 +0,0 @@ -
-

Treffer in der Kategorie "{TMPL_VAR NAME="category_full_path"}"

-
-
- - - - {TMPL_IF NAME="search_name"} {/TMPL_IF} - {TMPL_IF NAME="search_category"} {/TMPL_IF} - {TMPL_IF NAME="search_description"} {/TMPL_IF} - {TMPL_IF NAME="search_comment"} {/TMPL_IF} - {TMPL_IF NAME="search_supplier"} {/TMPL_IF} - {TMPL_IF NAME="search_supplierpartnr"} {/TMPL_IF} - {TMPL_IF NAME="search_storelocation"} {/TMPL_IF} - {TMPL_IF NAME="search_footprint"} {/TMPL_IF} - {TMPL_IF NAME="search_manufacturer"} {/TMPL_IF} - - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
-
-
diff --git a/templates/standard/startup.php/vlib_startup.tmpl b/templates/standard/startup.php/vlib_startup.tmpl deleted file mode 100644 index 977037a7f..000000000 --- a/templates/standard/startup.php/vlib_startup.tmpl +++ /dev/null @@ -1,100 +0,0 @@ -
-

logoPart-DB {TMPL_VAR NAME="system_version"}logo

- {TMPL_IF NAME="system_version_full"} -

Version: {TMPL_VAR NAME="system_version_full"}{TMPL_IF NAME="git_branch"}, Git: {TMPL_VAR NAME="git_branch"}{TMPL_IF NAME="git_commit"}/{TMPL_VAR NAME="git_commit"}{/TMPL_IF}{/TMPL_IF}

- {/TMPL_IF} -
- -{TMPL_IF NAME="database_update"} -
-

Datenbankupdate

-
- Datenbank-Version {TMPL_VAR NAME="db_version_current"} benötigt ein Update auf Version {TMPL_VAR NAME="db_version_latest"}.

- {TMPL_IF NAME="disabled_autoupdate"} - {TMPL_IF NAME="auto_disabled_autoupdate"} - Automatische Datenbankupdates wurden vorübergehend automatisch deaktiviert, - da es sich um ein sehr umfangreiches Update handelt.
- {TMPL_ELSE} - Automatische Datenbankupdates sind deaktiviert.
- {/TMPL_IF} - Updates bitte manuell durchführen: System -> Datenbank - {TMPL_ELSE} - {TMPL_VAR NAME="database_update_log" ESCAPE="none"} - {/TMPL_IF} -
-
-{/TMPL_IF} - -{TMPL_IF NAME="display_warning"} -
-

Achtung!

-
- Bitte beachten Sie, dass vor der Verwendung der Datenbank mindestens
-
{TMPL_VAR NAME="missing_category" ESCAPE="none"}eine Kategorie
hinzufügt werden muss.

- Um das Potential der Suchfunktion zu nutzen, wird empfohlen -
{TMPL_VAR NAME="missing_storeloc" ESCAPE="none"}einen Lagerort
-
{TMPL_VAR NAME="missing_footprint" ESCAPE="none"}einen Footprint
-
{TMPL_VAR NAME="missing_supplier" ESCAPE="none"}und einen Lieferanten
- anzugeben. -
-
-{/TMPL_IF} - -{TMPL_IF NAME="broken_filename_footprints"} -
-

Achtung!

-
- In Ihrer Datenbank gibt es Footprints, die einen fehlerhaften Dateinamen hinterlegt haben. - Dies kann durch ein Datenbankupdate, ein Update von Part-DB, oder durch nicht mehr existierende Dateien ausgelöst worden sein. -
- Sie können dies unter Bearbeiten/Footprints (ganz unten, "Fehlerhafte Dateinamen") korrigieren. -
-
-
-{/TMPL_IF} - -{TMPL_VAR NAME="banner" ESCAPE="none"} - -
-

Lizenz

-
-
- - - - -
- - - Part-DB, Copyright © 2005 of Christoph Lechner. Part-DB is published under the GPL, so it comes with ABSOLUTELY NO WARRANTY, click here for details. This is free software, and you are welcome to redistribute it under certain conditions. Click here for details.
-
- Projektseite: Downloads, Bugreports, ToDo-Liste usw. gibts auf der GitHub Projektseite
- Forum: Für Fragen rund um die Part-DB gibt es einen Thread auf mikrocontroller.net
- Wiki: Weitere Informationen gibt es im mikrocontroller.net Artikel
-
- Initiator: Christoph Lechner - http://www.cl-projects.de/
- Autor seit 2009: K. Jacobs - http://grautier.com
-
- Weitere Autoren: - - {TMPL_LOOP NAME="authors"} - - {/TMPL_LOOP} -
{TMPL_VAR NAME="name" ESCAPE="none"}{TMPL_VAR NAME="role" ESCAPE="none"}
-
-
- -{TMPL_IF NAME="rss_feed_loop"} -
-

Updates

-
- {TMPL_LOOP NAME="rss_feed_loop"} - {TMPL_VAR NAME="title"}
- {TMPL_VAR NAME="datetime"}
- {TMPL_VAR NAME="link"} - {TMPL_UNLESS NAME="__LAST__"}

{/TMPL_UNLESS} - {/TMPL_LOOP} -
-
-
-{/TMPL_IF} diff --git a/templates/standard/statistics.php/vlib_statistics.tmpl b/templates/standard/statistics.php/vlib_statistics.tmpl deleted file mode 100644 index 629f2e3d3..000000000 --- a/templates/standard/statistics.php/vlib_statistics.tmpl +++ /dev/null @@ -1,35 +0,0 @@ -
-

Statistik

-
- - - - - - - - - -
Mit Preis erfasste Bauteile:{TMPL_VAR NAME="parts_count_with_prices"}
Wert aller mit Preis erfassten Bauteile:{TMPL_VAR NAME="parts_count_sum_value"}
-
- - - -
Anzahl der verschiedenen Bauteile:{TMPL_VAR NAME="parts_count"}
Anzahl der vorhandenen Bauteile:{TMPL_VAR NAME="parts_count_sum_instock"}
-
- - - - - - - - -
Anzahl der Kategorien:{TMPL_VAR NAME="categories_count"}
Anzahl der Footprints:{TMPL_VAR NAME="footprint_count"}
Anzahl der Lagerorte:{TMPL_VAR NAME="location_count"}
Anzahl der Lieferanten:{TMPL_VAR NAME="suppliers_count"}
Anzahl der Hersteller:{TMPL_VAR NAME="manufacturers_count"}
Anzahl der Baugruppen:{TMPL_VAR NAME="devices_count"}
Anzahl der Dateianhänge:{TMPL_VAR NAME="attachements_count"}
-
- - - -
Anzahl der Footprint Bilder:{TMPL_VAR NAME="footprint_picture_count"}
Anzahl der Hersteller Logos:{TMPL_VAR NAME="iclogos_picture_count"}
-
-
diff --git a/templates/standard/system_config.php/vlib_system_config.tmpl b/templates/standard/system_config.php/vlib_system_config.tmpl deleted file mode 100644 index 7a84a41f6..000000000 --- a/templates/standard/system_config.php/vlib_system_config.tmpl +++ /dev/null @@ -1,359 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - -
-

Systemeinstellungen

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {TMPL_IF NAME="developer_mode_available"} - - - - - - - - - - {/TMPL_IF} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Auf dieser Seite sind nur die wichtigsten Einstellungen vorhanden, weitere - Einstellungen kann man direkt in der "config.php" vornehmen. Mögliche Parameter - entnehmen Sie bitte der "config_defaults.php" oder der Dokumentation. -
-
-
Theme: - -
CSS-Datei: - -
-
-
Zeitzone: - -
Sprache: - -
-
-
Allgemeine Einstellungen: - - Updateliste (RSS-Feed) auf Startseite verstecken (verringert die Ladezeit) -
- - Footprints global deaktivieren* -
- - Hersteller global deaktivieren -
- - Baugruppenfunktion global deaktivieren* -
- - Automatische Links zu Datenblättern global deaktivieren* -
- - Menüpunkt "Hilfe" deaktivieren -
- - Menüpunkt "System" deaktivieren -
- - Menüpunkt "System -> Debugging" aktivieren -
- - Menüpunkt "Tools -> Labels" deaktivieren* -
- - Menüpunkt "Tools -> Widerstandsrechner" deaktivieren* -
- - Menüpunkt "Tools -> IC-Logos" deaktivieren* -
- - Menüpunkt "Tools -> Footprints" deaktivieren* -
- - Unter "Tools -> Footprints" beim Aufruf automatisch alle Bilder laden (lange Ladezeit!) -
- - Entwickler-Werkzeuge aktivieren (für Entwickler und Tester) -
- - Schreibrechte im DokuWiki aktivieren -
- *Durch das Aktivieren dieser Checkboxen ist Part-DB auch für Nicht-Elektronische Bauteile hervorragend geeignet. -
-
-
Modale Dialoge verwenden: - Ja -
Dialogbreite: - -
Dialoghöhe: - -
- - Test-Popup öffnen -
-
-
Titel der Seite: - Standard: "Part-DB Elektronische Bauteile-Datenbank"
- -
Eigener Banner für die Startseite (HTML): - -
-
-
- - -
-
-
-
- -
-

Administratorpasswort ändern

-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Aktuelles Passwort: - -
Neues Passwort: - -
Neues Passwort (Wiederholung): - -
-
-
- -
-
-
-
- -{TMPL_UNLESS NAME="is_online_demo"} -
-

Server

-
- - - - - - - - - -
PHP-Version:{TMPL_VAR NAME="php_version"}
.htaccess funktioniert:{TMPL_IF NAME="htaccess_works"}ja{TMPL_ELSE}nein{/TMPL_IF}
-
-
-{/TMPL_UNLESS} diff --git a/templates/standard/system_database.php/vlib_system_database.tmpl b/templates/standard/system_database.php/vlib_system_database.tmpl deleted file mode 100644 index def3ae757..000000000 --- a/templates/standard/system_database.php/vlib_system_database.tmpl +++ /dev/null @@ -1,165 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - -{TMPL_UNLESS NAME="hide_status"} -
-

Datenbank Status / Update

-
-
- - - - - - - - - - - - - - -
- Aktuelle Version: - - {TMPL_VAR NAME="current_version"} -
- Benötigte Version: - - {TMPL_VAR NAME="latest_version"} -
- {TMPL_IF NAME="update_required"} - Die Datenbank benötigt ein Update!
- {TMPL_IF NAME="last_update_failed"} -
- - ACHTUNG:
- Das letzte Update ist fehlgeschlagen. Sie können beliebig oft versuchen, - das Update an der Stelle des letzten Abbruchs fortzusetzen. - Falls Sie zwischenzeitlich aber eine neue Datenbank geladen haben - (z.B. ein Backup eingespielt), muss das Update jedoch wieder von Vorne gestartet werden.
- Sie haben deshalb die folgenden zwei Möglichkeiten: -
-
- - - {TMPL_ELSE} - - {/TMPL_IF} - {TMPL_ELSE} - Die Datenbank ist auf dem neusten Stand. - {/TMPL_IF} -
-
-
-
-{/TMPL_UNLESS} - -
-

Datenbank-Einstellungen

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Datenbanktyp: - - -
- Host: - - - -
- Datenbankname: - - -
- Benutzer: - - - -
- Datenbankpasswort: - - - -
- Administratorpasswort: - - -
- -
-
-
- Automatische Updates aktivieren - - -
-
-
-
diff --git a/templates/standard/tools_calculator.php/calculator.css b/templates/standard/tools_calculator.php/calculator.css deleted file mode 100644 index 32771ac6e..000000000 --- a/templates/standard/tools_calculator.php/calculator.css +++ /dev/null @@ -1,92 +0,0 @@ -input[type="radio"], input[type="checkbox"] -{ - vertical-align: middle; - margin: 0.2em 0.5em 0.2em 0; -} - -img { - vertical-align: middle; -} - -.ring_none td:not(:empty) { - background-color: transparent; -} - -.ring_silver td:not(:empty) { - background-color: silver; -} - -.ring_gold td:not(:empty) { - background-color: gold; -} - -.ring_black td:not(:empty) { - background-color: black; - color: white; -} - -.ring_brown td:not(:empty) { - background-color: rgb(128, 64, 0); - color: white; -} - -.ring_red td:not(:empty) { - background-color: red; -} - -.ring_orange td:not(:empty) { - background-color: orange; -} - -.ring_yellow td:not(:empty) { - background-color: yellow; -} - -.ring_green td:not(:empty) { - background-color: green; - color: white; -} - -.ring_blue td:not(:empty) { - background-color: blue; - color: white; -} - -.ring_violet td:not(:empty) { - background-color: purple; - color: white; -} - -.ring_gray td:not(:empty) { - background-color: gray; -} - -.ring_white td:not(:empty) { - background-color: white; -} - -.unit { - margin-left: 0.3em; -} - -.ringtable { - border: solid; - border-collapse: collapse; -} - -.ringtable thead { - border-bottom: solid; -} - -.ringtable th, .ringtable td { - border: solid 1px; - padding: 0.1em 0.3em; -} - -.blind, .blind td, .blind th { - border: none; -} - -#ratio span > input { - margin-left: 1em; -} diff --git a/templates/standard/tools_calculator.php/vlib_calculator.tmpl b/templates/standard/tools_calculator.php/vlib_calculator.tmpl deleted file mode 100644 index 926fd7723..000000000 --- a/templates/standard/tools_calculator.php/vlib_calculator.tmpl +++ /dev/null @@ -1,311 +0,0 @@ -
-

Widerstandsrechner

-
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Ring2. Ring3. Ring4. Ring
kein
silbersilber
goldgold
schwarzschwarz
braunbraunbraunbraun
rotrotrotrot
orangeorangeorange
gelbgelbgelb
grüngrüngrüngrün
blaublaublaublau
violettviolettviolettviolett
graugraugraugrau
weißweißweiß
-

- - - - - - - - - -
Widerstand:100Ohm
Toleranz:20%
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Ring2. Ring3. Ring4. Ring5. Ring6. Ring
kein
silber
gold
schwarzschwarzschwarzschwarz
braunbraunbraunbraunbraunbraun
rotrotrotrotrotrot
orangeorangeorangeorangeorange
gelbgelbgelbgelbgelb
grüngrüngrüngrüngrün
blaublaublaublaublaublau
violettviolettviolettviolettviolett
graugraugraugrau
weißweißweiß
-

- - - - - - - - - - - - - -
Widerstand:100Ohm
Toleranz:20%
Temperaturkoeffizient:20⋅ 10-6 K-1
- -
-
-
-
- -
-

Widerstand wählen

-
-
-

Widerstandsreihe:
- E3 - E6 - E12 - E24 - E48 - E96 - E192 -

-

Widerstandswert:

-

Beste Wahl: ?Ohm

-

Fehler: ?%

-

-
-
-
- -
-

Widerstandsverhältnis

-
- - - -
- Spannungsteiler - -
-

Widerstandsreihe:
- E3 - E6 - E12 - E24 - E48 - E96 - E192 -

-

Typ:
- Verhältnis V=R1/R2 - Spannungsteiler V=R1/(R1+R2) -

-

- Verhältnis: Kehrwert -

-

- R1=?kOhm
- R2=?kOhm
- Fehler: ?% -

-

- -

-
-
-
-
diff --git a/templates/standard/tools_footprints.php/vlib_footprints.tmpl b/templates/standard/tools_footprints.php/vlib_footprints.tmpl deleted file mode 100644 index 7b5bd3c07..000000000 --- a/templates/standard/tools_footprints.php/vlib_footprints.tmpl +++ /dev/null @@ -1,28 +0,0 @@ -
-

Kategorie wählen

-
-
- - - - - -
-
-
- -{TMPL_IF NAME="categories_loop"} - {TMPL_LOOP NAME="categories_loop"} -
-

Kategorie: {TMPL_VAR NAME="category_name"}

-
- {TMPL_LOOP NAME="pictures_loop"} -
- -

{TMPL_VAR NAME="title"} -

- {/TMPL_LOOP} -
-
- {/TMPL_LOOP} -{/TMPL_IF} diff --git a/templates/standard/tools_iclogos.php/vlib_iclogos.tmpl b/templates/standard/tools_iclogos.php/vlib_iclogos.tmpl deleted file mode 100644 index 3a89fa787..000000000 --- a/templates/standard/tools_iclogos.php/vlib_iclogos.tmpl +++ /dev/null @@ -1,457 +0,0 @@ -
-

Hersteller IC Logos

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


A^
Acer Integrated Circuit Designs
ACTEL
ALTINC
Aeroflex
Aeroflex
Agilent Technologies
AKM Semiconductor
Alesis Semiconductor
ALi (Acer Laboratories Inc.)
ALi (Acer Laboratories Inc.)
Allayer Communications
Allegro Microsystems
Alliance Semiconductor
Alpha Industries
Alpha Microelectronics
Alpha Microelectronics
Altera
Advanced Micro Devices (AMD)
American Microsystems, Inc. (AMI)
American Microsystems, Inc. (AMI)
Amic Technology
Amphus
Anachip Corp.
ANADIGICs
Analog Devices
Analog Devices
Analog Systems
Anchor Chips
Apex Microtechnology
Apex Microtechnology
ARK Logic
ASD
Astec Semiconductor
ATC (Analog Technologie)
ATecoM
ATI Technologies
Atmel
AT&T
AudioCodes
Aura Vision
Aureal
Austin Semiconductor
Avance Logic

B^
Bel Fuse
Benchmarq Microelectronics
BI Technologies
Bowmar/White
Brightflash
Broadcom
Brooktree(now Rockwell)
Burr Brown

C^
California Micro Devices
Calogic
Catalyst Semiconductor
Catalyst Semiconductor
Centon Electronics
Ceramate Technical
Ceramate Technical
Cherry Semiconductor
Chipcon AS
Chipcon AS
Chips
Chrontel
Cirrus Logic
ComCore Semiconductor
Conexant
Cosmo Electronics
Chrystal
Cygnal
Cypress Semiconductor
Cypress Semiconductor
Cyrix Corporation

D^
Daewoo Electronics Semiconductor
Dallas Semiconductor
Dallas Semiconductor
Dallas Semiconductor
Davicom Semiconductor
Data Delay Devices
Diamond Technologies
DIOTEC
DTC Data Technology
DTC Data Technology
DVDO

E^
EG&G
Elan Microelectronics
ELANTEC
ELANTEC
ELANTEC
Electronic Arrays
Elite Flash Storage Technology Inc. (EFST)
EM Microelectronik - Marin
Enhanced Memory Systems
Ensoniq Corp
EON Silicon Devices
Epson
Epson
Ericsson
ESS Technology
Electronic Technology
EXAR
Excel Semiconductor Inc.
Excel Semiconductor Inc.
Excel Semiconductor Inc.

F^
Fairchild
Freescale Semiconductor
Fujitsu
Fujitsu

G^
Galileo Technology
Galvantech
GEC Plessey
Gennum
General Electric (Harris)
General Instruments
General Instruments
G-Link Technology
Goal Semiconductor
Goal Semiconductor
Goldstar
Goldstar
Gould
Greenwich Instruments
General Semiconductor

H^
Harris Semiconductor
Harris Semiconductor
VEB Halbleiterwerk Frankfurt (Oder)
Hitachi Semiconductor
Holtek
Hewlett Packard
Hualon
Hynix Semiconductor
Hyundai

I^
IC Design
Integrated Circuit Systems (ICS)
IC - Haus
IC - Haus
ICSI (Integrated Circuit Solution Inc.)
Integrated Circuit Systems (ICS)
I-Cube
IC Works
Integrated Device Technology (IDT)
Integrated Device Technology (IDT)
IGS Technologies
IMPALA Linear
IMP
Infineon
INMOS
Intel
Intersil
Intersil
Intersil
Intersil
International Rectifier
Information Storage Devices
ISSI (Integrated Silicon Solution, Inc.)
Integrated Technology Express
INTEL
ITT Semiconductor (Micronas Intermetall)
IXYS

J^

K^
Korea Electronics (KEC)
Kota Microcircuits

L^
Lattice Semiconductor Corp.
Lattice Semiconductor Corp.
Lattice Semiconductor Corp.
Lansdale Semiconductor
Lansdale Semiconductor
Level One Communications
LG Semicon (Lucky Goldstar Electronic Co.)
LG Semicon (Lucky Goldstar Electronic Co.)
Linear Technology
Linfinity Microelectronics
Lite-On
Lucent Technologies (AT&T Microelectronics)

M^
Macronix International
Marvell Semiconductor
Matsushita Panasonic
Matsushita Panasonic
Maxim Dallas
Media Vision
Media Vision
Microchip (Arizona Michrochip Technology)
Matra MHS
Matra MHS
Micrel Semiconductor
Micrel Semiconductor
Microchip (Arizona Michrochip Technology)
Micronas
Micronix Integrated Systems
Micron Technology, Inc.
Microsemi
Microsemi
Mini-Circuits
Mitel Semiconductor
Mitsubishi Semiconductor
Micro Linear
MMI (Monolithic Memories, Inc.)
Mosaic Semiconductor
Mosel Vitelic
MOS Technologies
Mostek
Mostek
Mostek
MoSys
Motorola
Motorola
Microtune
M-Systems
Murata Manufacturing
Murata Manufacturing
MWave (IBM)
Myson Technology

N^
NEC Electronics
NEC Electronics
NexFlash Technologies
New Japan Radio
National Semiconductor
National Semiconductor
NVidia Corporation

O^
Oak Technology
Oki Semiconductor
Oki Semiconductor
Opti
Orbit Semiconductor
Oren Semiconductor

P^
Performance Semiconductor
Pericom Semiconductor
PhaseLink Laboratories
Philips Semiconductor
PLX Technology
PMC- Sierra
Precision Monolithics
Princeton Technology
PowerSmart

Q^
QuickLogic
Qlogic
Quality Semiconductor

R^
Rabbit Semiconductor
Ramtron International Co.
Raytheon Semiconductor
RCA Solid State
Realtek Semiconductor
Rectron
Rendition
Renesas Technology
Rockwell
Rohm Corp.

S^
S3
Sage
Saifun Semiconductors Ltd.
Sames
Samsung
Sanken
Sanken
Sanyo
Sanyo
Scenix
Samsung Electronics
Samsung Electronics
SEEQ Technology
Seiko Instruments
Seiko Instruments
Semtech
SGS-Ates
SGS-Thomson Microelectonics ST-M)
Sharp Microelectronics (USA)
Shindengen
Siemens Microelectronics, Inc.
Siemens Microelectronics, Inc.
Sierra
Sigma Tel
Signetics
Silicon Laboratories
Silicon Magic
Simtec Corp.
Siliconix
Siliconians
Simtec Corp.
Sipex
Silicon Integrated Systems
SMC
Standard Microsystems
Standard Microsystems
Sony Semiconductor
Space Electronics
Spectek
Signal Processing Technologies
Solid State Scientific
Silicon Storage Technology (SST)
STMicroelectronics
SUMMIT Microelectronics
Synergy Semiconductor
Synertek

T^
Taiwan Semiconductor
TDK Semiconductor
Teccor Electronics
TelCom Semiconductor
Teledyne
Telefunken
Teltone
Thomson-CSF
Texas Instruments
Texas Instruments
Toko Amerika
Toshiba (US)
Toshiba (US)
Toshiba (US)
Trident
TriQuint Semiconductor
Triscend
Tseng Labs
Tundra
Turbo IC

U^
Ubicom
United Microelectronics Corp (UMC)
Unitrode
USAR Systems
USAR Systems
United Technologies Microelectronics Center (UTMC)
Utron

V^
V3 Semiconductor
Vadem
Vanguard International Semiconductor
Vantis
Via Technologies
Virata
Vishay
Vision Tech
Vitelic
VLSI Technology
Volterra
VTC

W^
Waferscale Integration (WSI)
Western Digital
Western Digital
Weitek
Winbond
Wofson Microelectronics

X^
Xwmics
Xicor
Xicor
Xilinx

Y^

Z^
Zetex Semiconductors
Zilog
Zilog
Zilog
Zilog
ZMD (Zentrum Mikroelektronik Dresden)
Zoran
-
-
diff --git a/templates/standard/tools_import.php/vlib_check_data.tmpl b/templates/standard/tools_import.php/vlib_check_data.tmpl deleted file mode 100644 index 0a6d29131..000000000 --- a/templates/standard/tools_import.php/vlib_check_data.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -
-

Daten prüfen

-
-
- - - - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
- - {TMPL_IF NAME="data_is_valid"} - - {/TMPL_IF} -
-
-
diff --git a/templates/standard/tools_import.php/vlib_file_content.tmpl b/templates/standard/tools_import.php/vlib_file_content.tmpl deleted file mode 100644 index b733a86d8..000000000 --- a/templates/standard/tools_import.php/vlib_file_content.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -
-

Hochgeladene Datei

-
-
{TMPL_VAR NAME="file_content" ESCAPE="html"}
-
-
diff --git a/templates/standard/tools_import.php/vlib_file_examples.tmpl b/templates/standard/tools_import.php/vlib_file_examples.tmpl deleted file mode 100644 index 693fa913c..000000000 --- a/templates/standard/tools_import.php/vlib_file_examples.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -
-

Beispiel für den Dateiaufbau (CSV)

-
-
{TMPL_VAR NAME="csv_file_example" ESCAPE="html"}
-
-

Beispiel für den Dateiaufbau (XML)

-
-
{TMPL_VAR NAME="xml_file_example" ESCAPE="html"}
-
-
diff --git a/templates/standard/tools_import.php/vlib_new_parts.tmpl b/templates/standard/tools_import.php/vlib_new_parts.tmpl deleted file mode 100644 index 66271e273..000000000 --- a/templates/standard/tools_import.php/vlib_new_parts.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -
-

Importierte Bauteile

-
-
- - {TMPL_INCLUDE FILE="../vlib_table.tmpl"} -
-
-
-
diff --git a/templates/standard/tools_import.php/vlib_upload.tmpl b/templates/standard/tools_import.php/vlib_upload.tmpl deleted file mode 100644 index 2faaa9892..000000000 --- a/templates/standard/tools_import.php/vlib_upload.tmpl +++ /dev/null @@ -1,22 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - -
-

Datei auswählen

-
-
- Dateityp: -     - Trennzeichen für CSV: -
- - -
-
-
diff --git a/templates/standard/tools_labels.php/vlib_import.tmpl b/templates/standard/tools_labels.php/vlib_import.tmpl deleted file mode 100644 index 538ae7120..000000000 --- a/templates/standard/tools_labels.php/vlib_import.tmpl +++ /dev/null @@ -1,134 +0,0 @@ -{TMPL_IF NAME="refresh_navigation_frame"} - -{/TMPL_IF} - - -
-

Datei auswählen

-
-
- - Dateityp: -     - Trennzeichen: -     - Kodierung: - -
- -     - -
-
-
- - -
-

Beispiel für den Dateiaufbau (CSV)

-
-
-# Kategorie; Name; Beschreibung; Anzahl; Footprint; Lagerort; Lieferant; Bestellnummer; Kommentar
-Dioden;1N4004;Siliziumdiode 400V/1A;10;THT;Kiste;Reichelt;1N 4004;DO41, 400V 1A
-Controller;ATMega 8;Mikrocontroller 8kB Flash, 1 kB RAM;1;DIP28;Kiste;Reichelt;ATMEGA 8-16 DIP
-Oszillatoren;Quarzoszillator 8 MHz;;1;THT;Kiste;Reichelt;OSZI 8,000000
-Schaltkreise;MAX 232;Schnittstellenwandler RS232-TTL;1;DIP16;Kiste;Reichelt;MAX 232 EPE
-        
-
-

Beispiel für den Dateiaufbau (XML)

-
-
-< ? TODO xml version="1.0" encoding="UTF-8" standalone="yes"?>
-
-  
-    Dioden
-    1N4004
-    Siliziumdiode 400V/1A
-    10
-    THT
-    Kiste
-    Reichelt
-    1N 4004
-    DO41, 400V 1A
-  
-  
-    Controller
-    ATMega 8
-    Mikrocontroller 8kB Flash, 1 kB RAM
-    1
-    DIP28
-    Kiste
-    Reichelt
-    ATMEGA 8-16 DIP
-    
-  
-
-        
-
-
- - -
-

Daten importieren

-
- -
-
- -
- - - - - - -
-

Daten prüfen

-
- -
- - - - - - - - - - - - - - - - - - -
Import#KategorieNameBeschreibungAnzahl
-
FootprintLagerortLieferantBestellnr.Kommentar
- - -
- -
- -
-

Datenbank aktualisiert

-
- -
-
- -
-

Fehler

-
- -
-
diff --git a/templates/standard/tools_labels.php/vlib_labels.tmpl b/templates/standard/tools_labels.php/vlib_labels.tmpl deleted file mode 100644 index 58162a4b1..000000000 --- a/templates/standard/tools_labels.php/vlib_labels.tmpl +++ /dev/null @@ -1,76 +0,0 @@ -
-

SMD-Widerstände

-
- - - - - - - - - - - - - - - - - - - -
3-stellig
Die ersten beiden Stellen sind der Wert,
die letzte Stelle ist der Exponent z.B.

10 Ohm

100 Ohm

1K Ohm
4-stellig
Die ersten drei Stellen sind der Wert,
die letzte Stelle ist der Exponent z.B.

1K Ohm

10K Ohm

100K Ohm
Mehrstellig mit R
Das R zählt als Dezimalpunkt z.B.

0,10 Ohm

10,2 Ohm

100 Ohm
-
-
- - -
-

SMD-Kondensatoren

-
- - - - - - - - - - - - - -
Tantal
Die ersten beiden Stellen sind der Wert in pF,
die letzte der Exponent.
Die untere Zahl ist die Spannungsfestigkeit in Volt

24µF/20V
Elkos
Die Zahlen geben den Wert in µF an,
der Buchstabe ist das Trennzeichen,
und gibt gleichzeitig die Spannungsfestigkeit an
C=6,3V, D=10V, E=16V, F=25V, G=40V, H=63V

3,3µF/25V
ALU-Elko
Der obere Wert ist die Kapazitiv in µF,
der untere die Spannung in Volt.

220µF/16V
-
-
- - -
-

SMD-Spulen

-
- - - - - -
DO23-Spule
Der Buchstabe ist die Toleranz
und gleichzeitig das ","
die Werte werden in µH angegeben
F=1%, G=2%, J=5%, K=10% M=20%

221µH/5%
-
-
- - - diff --git a/templates/standard/vlib_foot.tmpl b/templates/standard/vlib_foot.tmpl deleted file mode 100644 index 6e72be620..000000000 --- a/templates/standard/vlib_foot.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -{TMPL_IF NAME="messages"} -
-
- {TMPL_LOOP NAME="messages"} - {TMPL_IF NAME="text"} - {TMPL_IF NAME="strong"}{/TMPL_IF} - {TMPL_IF NAME="color"}{/TMPL_IF} - {TMPL_VAR NAME="text" ESCAPE="HTML"} - {TMPL_IF NAME="color"}{/TMPL_IF} - {TMPL_IF NAME="strong"}{/TMPL_IF} - {/TMPL_IF} - - {TMPL_IF NAME="html"} - {TMPL_VAR NAME="html" ESCAPE="none"} - {/TMPL_IF} - - {TMPL_IF NAME="no_linebreak"}{TMPL_ELSE}
{/TMPL_IF} - {/TMPL_LOOP} -
-
-{/TMPL_IF} - -{TMPL_UNLESS NAME="frameset"}{/TMPL_UNLESS} - - diff --git a/templates/standard/vlib_head.tmpl b/templates/standard/vlib_head.tmpl deleted file mode 100644 index 23ea020d7..000000000 --- a/templates/standard/vlib_head.tmpl +++ /dev/null @@ -1,63 +0,0 @@ -{TMPL_IF NAME="frameset"} - -{TMPL_ELSE} - -{/TMPL_IF} - - - {TMPL_IF NAME="page_title"} {TMPL_VAR NAME="page_title"}{/TMPL_IF} - {TMPL_IF NAME="http_charset"}{/TMPL_IF} - - {TMPL_IF NAME="theme"}{/TMPL_IF} - {TMPL_IF NAME="custom_css"}{/TMPL_IF} - - {TMPL_IF NAME="javascript_files"} - {TMPL_LOOP NAME="javascript_files"} - - - {TMPL_IF NAME="filename" VALUE="calculator"} - - {/TMPL_IF} - {/TMPL_LOOP} - {/TMPL_IF} - - - - -{TMPL_UNLESS NAME="frameset"} - - - - {TMPL_IF NAME="messages"} -
- {TMPL_IF NAME="messages_div_title"}

{TMPL_VAR NAME="messages_div_title"}

{/TMPL_IF} - {TMPL_IF NAME="messages_div_title"}
{/TMPL_IF} -
- {TMPL_LOOP NAME="messages"} - {TMPL_IF NAME="text"} - {TMPL_IF NAME="strong"}{/TMPL_IF} - {TMPL_IF NAME="color"}{/TMPL_IF} - {TMPL_VAR NAME="text" ESCAPE="HTML"} - {TMPL_IF NAME="color"}{/TMPL_IF} - {TMPL_IF NAME="strong"}{/TMPL_IF} - {/TMPL_IF} - - {TMPL_IF NAME="html"} - {TMPL_VAR NAME="html" ESCAPE="none"} - {/TMPL_IF} - - {TMPL_IF NAME="no_linebreak"}{TMPL_ELSE}
{/TMPL_IF} - {/TMPL_LOOP} - - {TMPL_IF NAME="reload_link"} -
- - - - {/TMPL_IF} -
- {TMPL_IF NAME="messages_div_title"}
{/TMPL_IF} -
- {/TMPL_IF} - -{/TMPL_UNLESS} diff --git a/templates/standard/vlib_table.tmpl b/templates/standard/vlib_table.tmpl deleted file mode 100644 index f1073a7e2..000000000 --- a/templates/standard/vlib_table.tmpl +++ /dev/null @@ -1,373 +0,0 @@ -{TMPL_COMMENT} - This file is used to create tables for Part or DevicePart objects, or for check the import data (tools_import.php). - Maybe later we can use it also for other objects, if this is required. - The table columns are very flexible, you have to declare them in config.php. - - Quite important methods for creating the loop arrays are: - - Part::build_template_table_row_array() - - Part::build_template_table_array() - - DevicePart::build_template_table_row_array() - - DevicePart::build_template_table_array() - - lib.import.php::data_array_to_template_loop() - - Please Note: There are no empty lines between the {TMPL_IF}{/TMPL_IF} groups, because they would produce extremely large HTML output files (because of the loops)! -{/TMPL_COMMENT} - -{TMPL_LOOP NAME="table"} - {TMPL_IF NAME="print_header"} - - {TMPL_LOOP NAME="columns"} - {TMPL_IF NAME="caption" VALUE="row"}Nr.{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="hover_picture"}{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="id"}ID{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="row_index"}Nr.{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="name"}Name{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="name_edit"}Name{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="description"}Beschreibung{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="description_edit"}Beschreibung{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="comment"}Kommentar{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="comment_edit"}Kommentar{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="name_description"}Name / Beschreibung{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="instock"}Bestand{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="instock_edit"}Bestand{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="instock_edit_buttons"}Bestand ändern{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="order_quantity_edit"}Bestell-
menge{/TMPL_IF} {TMPL_COMMENT} only for order parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="mininstock"}Mindest-
bestand{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="mininstock_edit"}Mindest-
bestand{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="instock_mininstock"}Vorh./
Min.Best{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="category"}Kategorie{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="category_edit"}Kategorie{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_UNLESS NAME="disable_footprints"} - {TMPL_IF NAME="caption" VALUE="footprint"}Footprint{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="footprint_edit"}Footprint{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {/TMPL_UNLESS} - {TMPL_UNLESS NAME="disable_manufacturers"} - {TMPL_IF NAME="caption" VALUE="manufacturer"}Hersteller{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="manufacturer_edit"}Hersteller{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {/TMPL_UNLESS} - {TMPL_IF NAME="caption" VALUE="storelocation"}Lagerort{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="storelocation_edit"}Lagerort{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="suppliers"}Lieferanten{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="supplier_edit"}Lieferant{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="suppliers_radiobuttons"}Lieferanten{/TMPL_IF} {TMPL_COMMENT} only for order parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="datasheets"}{TMPL_UNLESS NAME="disable_auto_datasheets"}Datenblätter{/TMPL_UNLESS}{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="button_decrement"}-{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="button_increment"}+{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="order_options"}Optionen{/TMPL_IF} {TMPL_COMMENT} only for order parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="quantity_edit"}Anzahl{/TMPL_IF} {TMPL_COMMENT} only for device parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="mountnames_edit"}Bestückungs-
daten{/TMPL_IF} {TMPL_COMMENT} only for device parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="price_edit"}Preis{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="average_single_price"}Einzel-
preis Ø{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="single_prices"}Einzel-
preise{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="total_prices"}Gesamt-
preise{/TMPL_IF} {TMPL_COMMENT} only for device parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="supplier_partnrs"}Bestell-
nummern{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="supplier_partnr_edit"}Bestell-
nummer{/TMPL_IF} {TMPL_COMMENT} only for import parts {/TMPL_COMMENT} - {TMPL_IF NAME="caption" VALUE="attachements"}Dateianhänge{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_from_version"}Von Version{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_to_version"}Auf Version{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_release_date"}Veröffentlichung{/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_changelog"}Changelog{/TMPL_IF} - {/TMPL_LOOP} - - {TMPL_ELSE} - - {TMPL_COMMENT} the alternating background colors are created here {/TMPL_COMMENT} - - {TMPL_LOOP NAME="row_fields"} - {TMPL_IF NAME="caption" VALUE="row"} - {TMPL_COMMENT} row number {/TMPL_COMMENT} - {TMPL_VAR NAME="row"} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="hover_picture"} - {TMPL_COMMENT} Pictures {/TMPL_COMMENT} - - {TMPL_IF NAME="hover_picture"} - - {TMPL_VAR NAME= - - {TMPL_ELSE} - {TMPL_IF NAME="small_picture"} - - {/TMPL_IF} - {/TMPL_IF} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="id"} - {TMPL_COMMENT} id (note: "part_not_found" is used in lib.import.php::build_deviceparts_import_template_loop() ){/TMPL_COMMENT} - {TMPL_VAR NAME="id"} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="row_index"} - {TMPL_COMMENT} row index {/TMPL_COMMENT} - {TMPL_VAR NAME="row_index"} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="name"} - {TMPL_COMMENT} name/comment with link {/TMPL_COMMENT} - - {TMPL_VAR NAME="name"} - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="name_edit"} - {TMPL_COMMENT} name edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="description"} - {TMPL_COMMENT} description {/TMPL_COMMENT} - {TMPL_VAR NAME="description"} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="description_edit"} - {TMPL_COMMENT} description edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="comment"} - {TMPL_COMMENT} comment {/TMPL_COMMENT} - {TMPL_VAR NAME="comment"} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="comment_edit"} - {TMPL_COMMENT} comment edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="name_description"} - {TMPL_COMMENT} name/comment/description {/TMPL_COMMENT} - - - {TMPL_VAR NAME="name"}{TMPL_IF NAME="description"} {TMPL_VAR NAME="description"}{/TMPL_IF} - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="instock"} - {TMPL_COMMENT} instock {/TMPL_COMMENT} - -
{TMPL_VAR NAME="instock"}
- - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="instock_edit"} - {TMPL_COMMENT} instock edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="order_quantity_edit"} - {TMPL_COMMENT} order quantity edit (only for order parts) {/TMPL_COMMENT} - -
- (mind. {TMPL_VAR NAME="min_order_quantity"}) - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="mininstock"} - {TMPL_COMMENT} mininstock {/TMPL_COMMENT} - - {TMPL_VAR NAME="mininstock"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="mininstock_edit"} - {TMPL_COMMENT} instock edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="instock_mininstock"} - {TMPL_COMMENT} instock/mininstock {/TMPL_COMMENT} - - {TMPL_VAR NAME="instock"}/{TMPL_VAR NAME="mininstock"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="category"} - {TMPL_COMMENT} category {/TMPL_COMMENT} - -
{TMPL_VAR NAME="category_name"}
- - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="category_edit"} - {TMPL_COMMENT} category edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_UNLESS NAME="disable_footprints"} - {TMPL_IF NAME="caption" VALUE="footprint"} - {TMPL_COMMENT} footprint {/TMPL_COMMENT} - -
{TMPL_VAR NAME="footprint_name"}
- - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="footprint_edit"} - {TMPL_COMMENT} footprint edit (only for import parts) {/TMPL_COMMENT} - - {/TMPL_IF} - {/TMPL_UNLESS} - {TMPL_UNLESS NAME="disable_manufacturers"} - {TMPL_IF NAME="caption" VALUE="manufacturer"} - {TMPL_COMMENT} manufacturer {/TMPL_COMMENT} - -
{TMPL_VAR NAME="manufacturer_name"}
- - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="manufacturer_edit"} - {TMPL_COMMENT} manufacturer edit {/TMPL_COMMENT} - - {/TMPL_IF} - {/TMPL_UNLESS} - {TMPL_IF NAME="caption" VALUE="storelocation"} - {TMPL_COMMENT} storelocation {/TMPL_COMMENT} - -
{TMPL_VAR NAME="storelocation_name"}
- - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="storelocation_edit"} - {TMPL_COMMENT} storelocation edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="datasheets"} - {TMPL_UNLESS NAME="disable_auto_datasheets"} - {TMPL_COMMENT} datasheet links with icons {/TMPL_COMMENT} - - {TMPL_LOOP NAME="datasheets"} - {TMPL_VAR NAME= - {/TMPL_LOOP} - - {/TMPL_UNLESS} - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="button_decrement"} - {TMPL_COMMENT} build the "-" button, only if more than 0 parts on stock {/TMPL_COMMENT} - - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="button_increment"} - {TMPL_COMMENT} build the "+" button {/TMPL_COMMENT} - - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="order_options"} - {TMPL_COMMENT} build the order options (e.g. the "to stock" checkbox) (only for order parts) {/TMPL_COMMENT} - - Einbuchen
- {TMPL_IF NAME="enable_remove"}Aus Liste löschen{/TMPL_IF} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="quantity_edit"} - {TMPL_COMMENT} quantity for DevicePart elements {/TMPL_COMMENT} - - - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="mountnames_edit"} - {TMPL_COMMENT} mountnames for DevicePart elements {/TMPL_COMMENT} - - - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="suppliers"} - {TMPL_COMMENT} suppliers {/TMPL_COMMENT} - - {TMPL_LOOP NAME="suppliers"} -
- {TMPL_VAR NAME="supplier_name"} -

- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="supplier_edit"} - {TMPL_COMMENT} supplier edit (only for import parts) {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="suppliers_radiobuttons"} - {TMPL_COMMENT} supplier-radiobuttons (only for order parts) {/TMPL_COMMENT} - - {TMPL_LOOP NAME="suppliers_radiobuttons"} -
- {TMPL_VAR NAME="supplier_name"}
-

- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="price_edit"} - {TMPL_COMMENT} price edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="average_single_price"} - {TMPL_COMMENT} average single price for one piece {/TMPL_COMMENT} - - {TMPL_VAR NAME="average_single_price"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="single_prices"} - {TMPL_COMMENT} single prices {/TMPL_COMMENT} - - {TMPL_LOOP NAME="single_prices"} -
- {TMPL_VAR NAME="single_price"} -

- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="total_prices"} - {TMPL_COMMENT} total prices {/TMPL_COMMENT} - - {TMPL_LOOP NAME="total_prices"} -
- {TMPL_VAR NAME="total_price"} -

- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="supplier_partnrs"} - {TMPL_COMMENT} supplier part-nrs {/TMPL_COMMENT} - - {TMPL_LOOP NAME="supplier_partnrs"} -
- {TMPL_IF NAME="supplier_product_url"} - {TMPL_VAR NAME="supplier_partnr"} - {TMPL_ELSE} - {TMPL_VAR NAME="supplier_partnr"} - {/TMPL_IF} -

- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="supplier_partnr_edit"} - {TMPL_COMMENT} supplier part-nr edit {/TMPL_COMMENT} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="attachements"} - {TMPL_COMMENT} attachements (names with hyperlinks) {/TMPL_COMMENT} - - {TMPL_LOOP NAME="attachements"} - {TMPL_VAR NAME="name"}
- {/TMPL_LOOP} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_from_version"} - {TMPL_COMMENT} only for systemupdates {/TMPL_COMMENT} - - {TMPL_VAR NAME="from_version"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_to_version"} - {TMPL_COMMENT} only for systemupdates {/TMPL_COMMENT} - - {TMPL_VAR NAME="to_version"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_release_date"} - {TMPL_COMMENT} only for systemupdates {/TMPL_COMMENT} - - {TMPL_VAR NAME="release_date"} - - {/TMPL_IF} - {TMPL_IF NAME="caption" VALUE="systemupdate_changelog"} - {TMPL_COMMENT} only for systemupdates {/TMPL_COMMENT} - - {TMPL_LOOP NAME="changelog"} - {TMPL_IF NAME="log_item"} • {TMPL_VAR NAME="log_item"}
{/TMPL_IF} - {/TMPL_LOOP} - - {/TMPL_IF} - {/TMPL_LOOP} - - {/TMPL_IF} -{/TMPL_LOOP}