Help for this page

Select Code to Download


  1. or download this
     elements:
          - type: Select
    ...
              - [ '', 'Choose something' ]
              - [ 'Code1','String Theory' ]
              - [ 'Code2', 'Quantumchromodynamics' ]
    
  2. or download this
     elements:
          - type: Select
    ...
              - [ '', 'Choose something' ]
              - [ 'Code1', '[% l('String Theory') %]' ]
              - [ 'Code2', '[% l('Quantumchromodynamics') %]' ]