Revision f9ca81d0
Von Kivitendo Admin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/project/test_page.html | ||
---|---|---|
48 | 48 |
[% P.project.picker('project12_id', '', active='both', valid='both',style='width: 300px') %] all (active, inactive, valid, invalid) |
49 | 49 |
<br> |
50 | 50 |
|
51 |
<br> |
|
52 |
[% P.project.picker('project13_id', '', style='width: 300px') %] description style full (default) |
|
53 |
<br> |
|
54 |
|
|
55 |
<br> |
|
56 |
[% P.project.picker('project14_id', '', description_style='full', style='width: 300px') %] description style full (explicit) |
|
57 |
<br> |
|
58 |
|
|
59 |
<br> |
|
60 |
[% P.project.picker('project15_id', '', description_style='both', style='width: 300px') %] description style both |
|
61 |
<br> |
|
62 |
|
|
63 |
<br> |
|
64 |
[% P.project.picker('project16_id', '', description_style='number', style='width: 300px') %] description style number |
|
65 |
<br> |
|
66 |
|
|
67 |
<br> |
|
68 |
[% P.project.picker('project17_id', '', description_style='description', style='width: 300px') %] description style description |
|
69 |
<br> |
|
70 |
|
|
71 |
<br> |
|
51 | 72 |
|
52 | 73 |
Runtime test:<br> |
53 | 74 |
<div id='runtime_picker'> |
Auch abrufbar als: Unified diff
Design 4.0: Projekt Testseite aktualisiert
Projekt-Picker: Stil der Beschreibung angeben können