X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fac8417d136f89b1ce0fed8c2ef35ee089228ac7..HEAD:/templates/webpages/project/test_page.html diff --git a/templates/webpages/project/test_page.html b/templates/webpages/project/test_page.html index 65f88c451..258048274 100644 --- a/templates/webpages/project/test_page.html +++ b/templates/webpages/project/test_page.html @@ -1,6 +1,79 @@ [% USE L %] +[% USE P %]

Projekt-Picker-Testpage


-[% L.project_picker('project_id', '', style='width: 600px') %] text
+[% P.project.picker('project_id', '', style='width: 600px') %] text
+ +
+[% P.project.picker('project3_id', '', customer_id='1323', style='width: 300px') %] Filter one customer id +
+ +
+[% P.project.picker('project4_id', '', customer_id='1323,1325', style='width: 300px') %] Filter two customer ids +
+ +
+[% P.project.picker('project5_id', '', style='width: 300px') %] active/valid (default) +
+ +
+[% P.project.picker('project6_id', '', active='active', style='width: 300px') %] active (explicit) +
+ +
+[% P.project.picker('project7_id', '', active='inactive', style='width: 300px') %] inactive +
+ +
+[% P.project.picker('project8_id', '', active='both', style='width: 300px') %] active and inactive +
+ +
+[% P.project.picker('project9_id', '', valid='valid', style='width: 300px') %] valid (explicit) +
+ +
+[% P.project.picker('project10_id', '', valid='invalid', style='width: 300px') %] invalid +
+ +
+[% P.project.picker('project11_id', '', valid='both', style='width: 300px') %] valid and invalid +
+ +
+[% P.project.picker('project12_id', '', active='both', valid='both',style='width: 300px') %] all (active, inactive, valid, invalid) +
+ +
+[% P.project.picker('project13_id', '', style='width: 300px') %] description style full (default) +
+ +
+[% P.project.picker('project14_id', '', description_style='full', style='width: 300px') %] description style full (explicit) +
+ +
+[% P.project.picker('project15_id', '', description_style='both', style='width: 300px') %] description style both +
+ +
+[% P.project.picker('project16_id', '', description_style='number', style='width: 300px') %] description style number +
+ +
+[% P.project.picker('project17_id', '', description_style='description', style='width: 300px') %] description style description +
+ +
+ +Runtime test:
+
' + +