Advertisement
Guest User

Untitled

a guest
Apr 18th, 2011
9,496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.  
  3.     "page" : {
  4.    
  5.         "title" : "Billedegalleri",
  6.         "content": {
  7.        
  8.             "form": {
  9.            
  10.                 "action" : "billedegalleri.php",
  11.                 "content": {
  12.                
  13.                     "fieldset" : [{
  14.                    
  15.                         "title" : "Overordnede informationer",
  16.                         "content" : {
  17.                        
  18.                             "singleLineInput" : [
  19.                            
  20.                                 {
  21.                            
  22.                                     "label" : { "text" : "Hjemmesidenavn" },
  23.                                    
  24.                                     "content" : {
  25.                                    
  26.                                         "input" : { "type" : "text", "name" : "homepage" }
  27.                                        
  28.                                     }
  29.                                
  30.                                 },
  31.                                
  32.                                 {
  33.                                
  34.                                     "label" : { "text" : "Vælg sprog" },
  35.                                    
  36.                                     "content" : {
  37.                                    
  38.                                         "select" : {
  39.                                             "name" : "language",
  40.                                             "options" : [
  41.                                                 { "text" : "Dansk", "value" : "dansk" },
  42.                                                 { "text" : "Engelsk", "value" : "engelsk" },
  43.                                                 { "text" : "Tysk", "value" : "tysk" },
  44.                                                 { "text" : "Finsk", "value" : "finsk" },
  45.                                                 { "text" : "Norsk", "value" : "norsk" }
  46.                                             ]
  47.                                         }
  48.                                        
  49.                                     }
  50.                                
  51.                                 },
  52.                                
  53.                                 {
  54.                                
  55.                                     "label" : { "text" : "Standard sprog" },
  56.                                    
  57.                                     "content" : {
  58.                                    
  59.                                         "checkbox" : {
  60.                                             "name" : "standard-language",
  61.                                             "checkboxes" : [
  62.                                                 { "label" : "Ja", "value" : "ja" },
  63.                                                 { "label" : "Nej", "value" : "nej" }
  64.                                             ]
  65.                                         }
  66.                                    
  67.                                     }
  68.                                
  69.                                 },
  70.                                
  71.                                 {
  72.                                
  73.                                     "label" : { "text" : "Capatalize" },
  74.                                    
  75.                                     "content" : {
  76.                                    
  77.                                         "radio" : [
  78.                                             { "name" : "standard-language", "label" : "Ja" },
  79.                                             { "name" : "standard-language", "label" : "Nej" }
  80.                                         ]
  81.                                    
  82.                                     }
  83.                                
  84.                                 }
  85.                            
  86.                             ]
  87.                        
  88.                         }
  89.                    
  90.                     },
  91.                    
  92.                     {
  93.                    
  94.                         "title" : "Indstillinger",
  95.                         "content" : {
  96.                        
  97.                            
  98.                        
  99.                         }
  100.                    
  101.                     }]
  102.                
  103.                 }
  104.            
  105.             }
  106.        
  107.         }
  108.    
  109.     }
  110.  
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement