mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Commit iniziale (r1662)
Migrazione da SourceForge, partendo dal commit 1662 della carrtella trunk/openstamanager.
This commit is contained in:
5
files/.htaccess
Normal file
5
files/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
# Disable PHP rendering
|
||||
php_flag engine off
|
||||
|
||||
## Options -ExecCGI
|
||||
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
|
||||
20
files/my_impianti/componente.ini
Normal file
20
files/my_impianti/componente.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
[Nome]
|
||||
tipo = span
|
||||
valore = "Componente di esempio"
|
||||
|
||||
[Marca]
|
||||
tipo = input
|
||||
valore =
|
||||
|
||||
[Tipo]
|
||||
tipo = select
|
||||
valore =
|
||||
opzioni = "Tipo 1", "Tipo 2"
|
||||
|
||||
[Data di installazione]
|
||||
tipo = date
|
||||
valore =
|
||||
|
||||
[Note]
|
||||
tipo = textarea
|
||||
valore =
|
||||
Reference in New Issue
Block a user