User Tools

Site Tools


playground:playground:gesammeltes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
playground:playground:gesammeltes [2023/04/02 20:42] martin_lplayground:playground:gesammeltes [2023/04/15 10:38] (current) – removed martin_l
Line 1: Line 1:
-===== 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 = $STRUCT.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> 
- 
- 
-===== list of studycourses ===== 
----- struct global ---- 
-schema: studycourses 
-cols: %title%,%pageId%,university, country, website, language 
-filter: country !~ *erma* 
-csv: 0 
----- 
- 
----- struct global ---- 
-schema: studycourses 
-cols: %title%,%pageId%,* 
-csv: 0 
----- 
- 
----- struct data ---- 
-studycourses.university :  
-studycourses.inst_dep :  
-studycourses.course_name :  
-studycourses.country :  
-studycourses.city_region :  
-studycourses.eqf_level :  
-studycourses.language :  
-studycourses.ects    :  
-studycourses.website :  
-studycourses.duration_month :  
-studycourses.launched_year :  
-studycourses.internship_yn :  
-studycourses.internship_coment :  
-studycourses.stud_interchange :  
-studycourses.rcm_category :  
-studycourses.notes   :  
-studycourses.last_update :  
-studycourses.contact :  
-studycourses.related_page :  
----- 
  
playground/playground/gesammeltes.1680468125.txt.gz · Last modified: 2023/04/02 20:42 by martin_l