Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Consistent properties for media: Image, Sound, Video (not 'sound file…
…', 'video file', image file, etc. Video is 'video', not 'movie'
  • Loading branch information
juliantenney committed Apr 27, 2015
1 parent 401f921 commit 1f430c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/perspectives.xwd
@@ -1 +1 @@
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <perspectives><![CDATA[<perspectives name="Enter Page Title" backBtnTip="Back" nextBtnTip="Forward" videoTip="Video Clip" soundTip="Sound Clip"/>]]></perspectives> </newNodes> </pageWizard> <!-- MULTIPLE PERSPECTIVES PAGE===================================== --> <perspectives menu="Media" menuItem="Multiple Perspectives" hint="A page for multiple video and sound clips to be viewed and compared." icon="icUser" thumb="thumbs/perspectives.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <backBtnTip label="Back Button Tip" type="TextInput" wysiwyg="true" language="true" /> <nextBtnTip label="Next Button Tip" type="TextInput" wysiwyg="true" language="true" /> <videoTip label="Generic Video Tip" type="TextInput" wysiwyg="true" language="true" /> <soundTip label="Generic Sound Tip" type="TextInput" wysiwyg="true" language="true" /> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> <newNodes> <movie><![CDATA[<movie txt="Enter text for the page here" src="Select a Video" name="Video"></movie>]]></movie> <sound><![CDATA[<sound txt="Enter text for the page here" src="Select a Sound" name="Sound"></sound>]]></sound> <image><![CDATA[<image txt="Enter text for the page here" src="Select an Image" name="Image" tooltip="Enter a Description for Accessibility"></image>]]></image> </newNodes> </perspectives> <movie menuItem="Video" icon="icPageWhiteFilm" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true" /> <txt label="Text" type="TextArea" height="300" /> <src label="Video File" type="media" /> <movieSize label="Video Size" type="textInput" defaultValue="320,240" optional="true"/> <img label="Image" type="media" optional="true"/> <tooltip label="Description" type="TextInput" optional="true" defaultValue="Enter a Description for Accessibility"/> <useVidThumb label="1st Frame as Thumbnail" type="Checkbox" optional="true"/> </movie> <sound menuItem="Sound" icon="icSound" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true" /> <txt label="Text" type="TextArea" height="300" /> <src label="Sound File" type="media" /> <img label="Image" type="media" optional="true" /> <tooltip label="Image Description" type="TextInput" optional="true" defaultValue="Enter a Description for Accessibility"/> </sound> <image menuItem="Image" icon="icImage" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true"/> <txt label="Text" type="TextArea" height="300"/> <src label="Image File" type="media"/> <tooltip label="Image Description" type="TextInput"/> </image> </wizard>
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <perspectives><![CDATA[<perspectives name="Enter Page Title" backBtnTip="Back" nextBtnTip="Forward" videoTip="Video Clip" soundTip="Sound Clip"/>]]></perspectives> </newNodes> </pageWizard> <!-- MULTIPLE PERSPECTIVES PAGE===================================== --> <perspectives menu="Media" menuItem="Multiple Perspectives" hint="A page for multiple video and sound clips to be viewed and compared." icon="icUser" thumb="thumbs/perspectives.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <backBtnTip label="Back Button Tip" type="TextInput" wysiwyg="true" language="true" /> <nextBtnTip label="Next Button Tip" type="TextInput" wysiwyg="true" language="true" /> <videoTip label="Generic Video Tip" type="TextInput" wysiwyg="true" language="true" /> <soundTip label="Generic Sound Tip" type="TextInput" wysiwyg="true" language="true" /> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> <newNodes> <movie><![CDATA[<movie txt="Enter text for the page here" src="Select a Video" name="Video"></movie>]]></movie> <sound><![CDATA[<sound txt="Enter text for the page here" src="Select a Sound" name="Sound"></sound>]]></sound> <image><![CDATA[<image txt="Enter text for the page here" src="Select an Image" name="Image" tooltip="Enter a Description for Accessibility"></image>]]></image> </newNodes> </perspectives> <movie menuItem="Video" icon="icPageWhiteFilm" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true" /> <txt label="Text" type="TextArea" height="300" /> <src label="Video" type="media" /> <movieSize label="Video Size" type="textInput" defaultValue="320,240" optional="true"/> <img label="Image" type="media" optional="true"/> <tooltip label="Description" type="TextInput" optional="true" defaultValue="Enter a Description for Accessibility"/> <useVidThumb label="1st Frame as Thumbnail" type="Checkbox" optional="true"/> </movie> <sound menuItem="Sound" icon="icSound" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true" /> <txt label="Text" type="TextArea" height="300" /> <src label="Sound" type="media" /> <img label="Image" type="media" optional="true" /> <tooltip label="Image Description" type="TextInput" optional="true" defaultValue="Enter a Description for Accessibility"/> </sound> <image menuItem="Image" icon="icImage" duplicate="true" remove="true"> <name label="Title" type="TextInput" wysiwyg="true"/> <txt label="Text" type="TextArea" height="300"/> <src label="Image File" type="media"/> <tooltip label="Image Description" type="TextInput"/> </image> </wizard>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/textVideo.xwd
@@ -1 +1 @@
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <textVideo><![CDATA[<textVideo name="Enter Page Title" align="Left" url="Select a Video" tip="Enter a Description for Accessibility" reset="true" transcriptTabTxt="Transcript" transcriptTabTip="Transcript" transcriptTabWidth="90">Enter text for the page here</textVideo>]]></textVideo> </newNodes> </pageWizard> <!-- TEXT VIDEO============================================= --> <textVideo menu="Media" menuItem="Video" hint="A page for integrating FLV video files with your presentation" label="Page Text" icon="icPageWhiteFilm" thumb="thumbs/textVideo.jpg" type="text" height="180" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <align label="Align Text" options="Left,Right,Top,Bottom" type="ComboBox" data="Left,Right,Top,Bottom" defaultValue="Left" width="100"/> <url label="Video File" type="media" /> <tip label="Video Description" type="TextInput" /> <reset label="Reset on Completion" type="Checkbox" defaultValue="false"/> <transcriptTabTxt label="Transcript Tab Label" type="TextInput" wysiwyg="true" divider="true" language="true" /> <transcriptTabTip label="Check Button Tip" type="textInput" language="true" /> <transcriptTabWidth label="Check Button Width" type="NumericStepper" min="80" max="150" step="10" width="100" defaultValue="90" language="true" /> <startFrame label="Start Time" type="textInput" defaultValue="0" optional="true" tooltip="Enter the start frame in seconds"/> <endFrame label="End Time" type="textInput" defaultValue="0" optional="true" tooltip="enter the end frame in seconds"/> <movieSize label="Video Size" type="textInput" defaultValue="320,240" optional="true" deprecated="Replaced by separate width and height options" /> <width label="Video Width" type="textInput" defaultValue="320" optional="true"/> <height label="Video Heigth" type="textInput" defaultValue="240" optional="true"/> <transcript label="Transcript" type="textArea" height="150" optional="true"/> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> </textVideo></wizard>
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <textVideo><![CDATA[<textVideo name="Enter Page Title" align="Left" url="Select a Video" tip="Enter a Description for Accessibility" reset="true" transcriptTabTxt="Transcript" transcriptTabTip="Transcript" transcriptTabWidth="90">Enter text for the page here</textVideo>]]></textVideo> </newNodes> </pageWizard> <!-- TEXT VIDEO============================================= --> <textVideo menu="Media" menuItem="Video" hint="A page for integrating FLV video files with your presentation" label="Page Text" icon="icPageWhiteFilm" thumb="thumbs/textVideo.jpg" type="text" height="180" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <align label="Align Text" options="Left,Right,Top,Bottom" type="ComboBox" data="Left,Right,Top,Bottom" defaultValue="Left" width="100"/> <url label="Video" type="media" /> <tip label="Video Description" type="TextInput" /> <reset label="Reset on Completion" type="Checkbox" defaultValue="false"/> <transcriptTabTxt label="Transcript Tab Label" type="TextInput" wysiwyg="true" divider="true" language="true" /> <transcriptTabTip label="Check Button Tip" type="textInput" language="true" /> <transcriptTabWidth label="Check Button Width" type="NumericStepper" min="80" max="150" step="10" width="100" defaultValue="90" language="true" /> <startFrame label="Start Time" type="textInput" defaultValue="0" optional="true" tooltip="Enter the start frame in seconds"/> <endFrame label="End Time" type="textInput" defaultValue="0" optional="true" tooltip="enter the end frame in seconds"/> <movieSize label="Video Size" type="textInput" defaultValue="320,240" optional="true" deprecated="Replaced by separate width and height options" /> <width label="Video Width" type="textInput" defaultValue="320" optional="true"/> <height label="Video Height" type="textInput" defaultValue="240" optional="true"/> <transcript label="Transcript" type="textArea" height="150" optional="true"/> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> </textVideo></wizard>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/transcriptReader.xwd
@@ -1 +1 @@
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <transcriptReader><![CDATA[<transcriptReader name="Enter Page Title" sound="Select a Sound File" text="Enter text for the page here" panelWidth="Medium"/>]]></transcriptReader> </newNodes> </pageWizard> <!-- TRANSCRIPT READER============================================= --> <transcriptReader menu="Media" menuItem="Transcript Reader" hint="Page that plays an audio file with synchronized transcript" icon="icTranscript" thumb="thumbs/transcriptReader.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <sound label="SoundFile" type="Media" /> <text label="Page Text" type="TextArea" height="200"/> <panelWidth label="Panel Width" options="Small,Medium,Large,Full" type="ComboBox" data="Small,Medium,Large,Full" defaultValue="Small" width="100"/> <timedText label="Timed Text File" type="Media" optional="true"/> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> <newNodes> <nestedPage><![CDATA[<nestedPage name="name" text="Content for the pane" align="Top" synch="0"/>]]></nestedPage> </newNodes> </transcriptReader> <nestedPage menuItem="Nested Page" icon="icBullet" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <text label="Page Text" type="TextArea" height="250" /> <align label="Align Text" options="Top,Bottom" type="ComboBox" data="Top,Bottom" defaultValue="Top" width="100"/> <url label="Image" type="media" optional="true"/> <tip label="Image Tooltip" type="textInput" optional="true"/> <synch label="Synch Point" type="NumericStepper" min="0" max="9999" step="1" defaultValue="9999" width="100" optional="true"/> <initObject label="Init Object" type="TextInput" optional="true"/> <controls label="Interactivity" options="Control Bar,Native SWF" type="ComboBox" data="Control Bar,Native SWF" defaultValue="Control Bar" width="100" optional="true"/> </nestedPage> </wizard>
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <transcriptReader><![CDATA[<transcriptReader name="Enter Page Title" sound="Select a Sound File" text="Enter text for the page here" panelWidth="Medium"/>]]></transcriptReader> </newNodes> </pageWizard> <!-- TRANSCRIPT READER============================================= --> <transcriptReader menu="Media" menuItem="Transcript Reader" hint="Page that plays an audio file with synchronized transcript" icon="icTranscript" thumb="thumbs/transcriptReader.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <sound label="Sound" type="Media" /> <text label="Page Text" type="TextArea" height="200"/> <panelWidth label="Panel Width" options="Small,Medium,Large,Full" type="ComboBox" data="Small,Medium,Large,Full" defaultValue="Small" width="100"/> <timedText label="Timed Text File" type="Media" optional="true"/> <narrationNavigate label="Navigate on narration" type="CheckBox" defaultValue="false" optional="true"/> <playNarration label="Auto-play narration" type="CheckBox" defaultValue="false" optional="true"/> <narration label="Narration" type="media" optional="true"/> <navSetting label="Navigation Buttons" options="All,Back and Next,Back Only,Next Only,None" type="ComboBox" width="120" data="all,backnext,backonly,nextonly,none" defaultValue="all" optional="true"/> <pageID label="Page ID" defaultValue="Unique ID for this page" type="TextInput" optional="true" /> <newNodes> <nestedPage><![CDATA[<nestedPage name="name" text="Content for the pane" align="Top" synch="0"/>]]></nestedPage> </newNodes> </transcriptReader> <nestedPage menuItem="Nested Page" icon="icBullet" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <text label="Page Text" type="TextArea" height="250" /> <align label="Align Text" options="Top,Bottom" type="ComboBox" data="Top,Bottom" defaultValue="Top" width="100"/> <url label="Image" type="media" optional="true"/> <tip label="Image Tooltip" type="textInput" optional="true"/> <synch label="Synch Point" type="NumericStepper" min="0" max="9999" step="1" defaultValue="9999" width="100" optional="true"/> <initObject label="Init Object" type="TextInput" optional="true"/> <controls label="Interactivity" options="Control Bar,Native SWF" type="ComboBox" data="Control Bar,Native SWF" defaultValue="Control Bar" width="100" optional="true"/> </nestedPage> </wizard>
Expand Down

0 comments on commit 1f430c8

Please sign in to comment.