_template

%%form_data{ios6_status}%% in iOS 6

%%form_data{status}%% in iOS 5

%%title%%

Supports iCloud

Supports retina graphics

%%title%% icon

%%form_data{description}%%
Version %%form_data{version}%%
Developer %%form_data{developer}%%
Website %%form_data{url}%%
Status %%form_data{status}%%

iPhone

iPad

%%rating_votes%% ratings

%%form_data{notes}%%

Archived comments

No comments.0 comments
Parent page %%fullname%% does not exist

[[/module]]

====
[[form]]
fields:
  staticIntro:
    type: static
    value: "Please enter the application name in the //title// field above, and then complete the rest of the information below. Fields marked with an asterisk (*) are required."
  status:
    label: iOS 5 status*
    type: select
    values:
      '0': please select...
      '1': unknown
      '2': works fine
      '3': doesn't work
      '4': some problems
  ios6_status:
    label: iOS 6 status*
    type: select
    values:
      '1': unknown
      '2': works fine
      '3': doesn't work
      '4': some problems
      '0': --
  version:
    type: text
    label: version*
  developer:
    type: pagepath
    label: developer*
    category: developer
  url:
    type: url
    label: website
    hint: http://example.com
  description:
    label: description
    type: wiki
  notes:
    label: notes
    type: wiki
  icon:
    label: app icon
    type: file
    category: icon
  staticDevices:
    type: static
    value: "**Supported devices**"
  deviceiPhone:
    type: checkbox
    label: iPhone/iPod touch
    default: 1
  deviceiPad:
    type: checkbox
    label: iPad
  staticFeatures:
    type: static
    value: "**Support for iOS 5 features**"
  featureiCloud:
    type: checkbox
    label: iCloud
  featureRetina:
    type: checkbox
    label: Retina graphics (iPad)
[[/form]]