User Tools

Site Tools


playground:test_study_course

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:test_study_course [2023/04/02 12:37] – Struct data changed martin_lplayground:test_study_course [2023/04/02 13:34] (current) – removed martin_l
Line 1: Line 1:
-====== Test Study Course ====== 
-  
-===== Beispiel für Liste 1 ===== 
  
----- struct list ---- 
-schema: country_list 
-cols: %pageid%, * 
-header: "Page-ID: ", " Diese Länder sind schon verwendet: " 
-sepbyheaders: yes 
-filter: country = studycourses.country 
-filteror: country = Denmark  
----- 
- 
-===== Beispiel für Liste 1a ===== 
- 
----- struct list ---- 
-schema: country_list 
-cols: %pageid%, country 
-header: "Page-ID: ", " Diese Länder sind schon verwendet: " 
-sepbyheaders: yes 
-filter: country = $studycourses.country$ 
----- 
- 
-===== Beispiel für Liste 2 ===== 
- 
----- struct list ---- 
-schema: studycourses 
-cols: %pageid%, university, course_name, country 
-header: "Page-ID: ", " Uni: ", "- Cours: "," - Land: " 
-sepbyheaders: yes 
-filter: country != $STRUCT.country_list.country$ 
----- 
- 
-  
-===== Beispiel für Table 1 ===== 
-  
----- struct table---- 
-schema: language_list 
-cols: %pageid%, * 
-filter   : language = $STRUCT.studycourses.language$  
-sort: ^language  
-csv: 0 
----- 
-  
-===== Beispiel für Table 2 ===== 
-  
----- struct table---- 
-schema: studycourses 
-cols: %pageid%, university, course_name, city_region, language, ects 
-filter   : language = $STRUCT.language_list.language$  
-sort: ^university  
-csv: 0 
----- 
- 
-===== Add Course ===== 
-  
-<form> 
-action struct_lookup  
-struct_field "studycourses.launched_year" =%Y-%m-%d 
-struct_field "studycourses.notes" 
-struct_field "studycourses.city_region"  
-struct_field "studycourses.country" ! 
-struct_field "studycourses.course_name" 
-struct_fieldhidden "studycourses.inst_dep" "=[""@FORMPAGE_ID@"",0]" 
-submit "Add Enty" 
-thanks "Please reload the Page!" 
-</form> 
playground/test_study_course.1680439037.txt.gz · Last modified: 2023/04/02 12:37 by martin_l