- Timestamp:
- 08/04/13 21:16:30 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 8d63860
- Parents:
- e5b8e57
- Location:
- iOS/Orbit
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/en.lproj/MainStoryboard.storyboard
rde10cbc r82a1db7 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="11G63 " targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="T1J-Fd-fkz">2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="11G63b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="T1J-Fd-fkz"> 3 3 <dependencies> 4 4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="2083"/> … … 417 417 <point key="canvasLocation" x="680" y="-96"/> 418 418 </scene> 419 <!--Tutorial View Controller - Tutorial-->419 <!--Tutorial View Controller - Start--> 420 420 <scene sceneID="Qva-11-RgT"> 421 421 <objects> … … 429 429 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> 430 430 <items> 431 <navigationItem title=" Tutorial" id="9Bx-6p-77n"/>431 <navigationItem title="Puzzlebox Orbit" id="9Bx-6p-77n"/> 432 432 </items> 433 433 </navigationBar> … … 444 444 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 445 445 </view> 446 <tabBarItem key="tabBarItem" title=" Tutorial" image="tutorial.png" id="JJR-hA-hnf"/>446 <tabBarItem key="tabBarItem" title="Start" image="tutorial.png" id="JJR-hA-hnf"/> 447 447 <connections> 448 448 <outlet property="webView" destination="yFF-oy-BYh" id="UOH-dC-3Mk"/> -
iOS/Orbit/tutorial/index.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 <center>10 <h1>Introduction</h1>11 </center>12 9 13 <center> 14 <img src="tutorial-00-introduction.jpg" width="240" height="240"> 15 </center> 16 17 <a class='next button' href="step01.html">Next »</a> 10 <table class='table'> 11 <tbody> 12 <tr> 13 <td> 14 15 <center> 16 <img src="tutorial-00-introduction.jpg" width="240" height="240"> 17 </center> 18 19 </td> 20 <tr> 21 <td> 22 <a class='next button' href="step01.html">Next »</a> 23 </td> 24 </tr> 25 </tbody> 26 </table> 18 27 </body> 19 28 </html> -
iOS/Orbit/tutorial/step01.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Orbit Helicopter</h1>11 <h2>Orbit Helicopter</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-01-orbit.jpg" width="240"> 15 </center> 16 <a class='prev button' href="index.html">« Back</a> 17 <a class='next button' href="step02.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-01-orbit.jpg" width="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="index.html">« Back</a> 27 <a class='next button' href="step02.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step02.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Charging</h1>11 <h2>Charging</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-01-orbit.jpg" width="240"> 15 </center> 16 <a class='prev button' href="step01.html">« Back</a> 17 <a class='next button' href="step03.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-01-orbit.jpg" width="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step01.html">« Back</a> 27 <a class='next button' href="step03.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step03.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Connecting Infrared</h1>11 <h2>Connecting Infrared</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-01-orbit.jpg" width="240"> 15 </center> 16 <a class='prev button' href="step02.html">« Back</a> 17 <a class='next button' href="step04.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-01-orbit.jpg" width="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step02.html">« Back</a> 27 <a class='next button' href="step04.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step04.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>EEG Headset</h1>11 <h2>EEG Headset</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-04-headset.jpg" width="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-04-headset.jpg" width="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step03.html">« Back</a> 27 <a class='next button' href="step05-1.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step03.html">« Back</a>18 <a class='next button' href="step05-1.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step05-1.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Bluetooth Pairing</h1>11 <h2>Bluetooth Pairing</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-05-1-bluetooth_pairing.png" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-05-1-bluetooth_pairing.png" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step04.html">« Back</a> 27 <a class='next button' href="step05-2.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step04.html">« Back</a>18 <a class='next button' href="step05-2.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step05-2.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Bluetooth Connection</h1>11 <h2>Bluetooth Pairing</h2> 11 12 </center> 12 13 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-05-2-eeg_connected.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step05-1.html">« Back</a> 27 <a class='next button' href="step06-1.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 13 32 14 <center>15 <img src="tutorial-05-2-eeg_connected.jpg" width="240" height="240">16 </center>17 18 <a class='prev button' href="step05-1.html">« Back</a>19 <a class='next button' href="step06-1.html">Next »</a>20 33 </body> 21 34 </html> -
iOS/Orbit/tutorial/step06-1.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Putting on the Headset</h1>11 <h2>Putting on the Headset</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-06-1-headset_properly_worn.jpg" width="240" height="200"> 15 </center> 16 <a class='prev button' href="step05-2.html">« Back</a> 17 <a class='next button' href="step06-2.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-06-1-headset_properly_worn.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step05-2.html">« Back</a> 27 <a class='next button' href="step06-2.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step06-2.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Checking headset connection</h1>11 <h2>Checking headset connection</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-06-2-check_headset.jpg" width="240" height="200"> 15 </center> 16 <a class='prev button' href="step06-1.html">« Back</a> 17 <a class='next button' href="step06-3.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-06-2-check_headset.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step06-1.html">« Back</a> 27 <a class='next button' href="step06-3.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step06-3.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Checking contact points</h1>11 <h2>Checking contact points</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-06-3-check_connection_points.jpg" width="240" height="200"> 15 </center> 16 <a class='prev button' href="step06-2.html">« Back</a> 17 <a class='next button' href="step07.html">Next »</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-06-3-check_connection_points.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step06-2.html">« Back</a> 27 <a class='next button' href="step07.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 18 33 </body> 19 34 </html> -
iOS/Orbit/tutorial/step07.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Acquiring a clean signal</h1>11 <h2>Acquiring a clean signal</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-07-acquiring_a_clean_signal.jpg" width="240" height="200"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-07-acquiring_a_clean_signal.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step06-3.html">« Back</a> 27 <a class='next button' href="step08-1.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step06-3.html">« Back</a>18 <a class='next button' href="step08-1.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step08-1.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Meters</h1>11 <h2>Meters</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-08-1-meters.jpg" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-08-1-meters.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step07.html">« Back</a> 27 <a class='next button' href="step08-2.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step07.html">« Back</a>18 <a class='next button' href="step08-2.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step08-2.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Attention</h1>11 <h2>Attention</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-08-2-attention.jpg" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-08-2-attention.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step08-1.html">« Back</a> 27 <a class='next button' href="step08-3.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step08-1.html">« Back</a>18 <a class='next button' href="step08-3.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step08-3.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Meditation</h1>11 <h2>Meditation</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-08-3-meditation.jpg" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-08-3-meditation.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step08-2.html">« Back</a> 27 <a class='next button' href="step09.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step08-2.html">« Back</a>18 <a class='next button' href="step09.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step09.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Flight</h1>11 <h2>Flight</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-09-flight.jpg" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-09-flight.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step08-3.html">« Back</a> 27 <a class='next button' href="step10.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step08-3.html">« Back</a>18 <a class='next button' href="step10.html">Next »</a>19 33 </body> 20 34 </html> -
iOS/Orbit/tutorial/step10.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Finished</h1>11 <h2>Finished</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-01-orbit.jpg" width="240" height="200"> 15 </center> 16 <a class='prev button' href="step09.html">« Back</a> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-01-orbit.jpg" width="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step09.html">« Back</a> 27 </td> 28 </tr> 29 </tbody> 30 </table> 31 17 32 </body> 18 33 </html> -
iOS/Orbit/tutorial/style.css
r57e5db4 r82a1db7 15 15 float: right; 16 16 } 17 .table { 18 width: 100%; 19 padding: 0px 0px; 20 border: 0px; 21 }
Note: See TracChangeset
for help on using the changeset viewer.