- Timestamp:
- 08/14/13 10:00:29 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 9b2949b, 8a0f920f
- Parents:
- 28bce14
- Location:
- iOS/Orbit
- Files:
-
- 1 added
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/tutorial/index.html
r6fc29d0 r6d0d67b 5 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 6 <title>Orbit Tutorial</title> 7 </head>8 <body>9 <center>10 <img src="puzzlebox_logo.pdf" width="240">11 7 12 Welcome to Puzzlebox Orbit 13 14 <p><img src="status_0@2x.png" height="160"><p> 8 <body style="background-color: white;"> 15 9 16 <p>Please press "Next" to begin the tutorial</p> 10 <center> 11 <img src="puzzlebox_logo.pdf" width="240"> 12 13 Welcome to Puzzlebox Orbit 14 15 <p><img src="status_0@2x.png" height="160"><p> 16 17 <p>Please press "Next" to begin the tutorial</p> 18 19 <a class='next button' onclick="parent.changePage('step01.html');">Next »</a> 20 21 </center> 17 22 18 <a class='next button' href="step01.html">Next »</a> 19 </center> 20 21 <!-- 22 <table class='table'> 23 <tbody> 24 <tr> 25 <td> 26 <center> 27 <img src="puzzlebox_logo.pdf" width="240"> 28 </center> 29 </td> 30 </tr> 31 32 <tr> 33 <td> 34 <center> 35 Welcome to Puzzlebox Orbit 36 </center> 37 </td> 38 </tr> 39 40 <tr> 41 <td> 42 <center> 43 <p><img src="status_0@2x.png" height="160"></p> 44 </center> 45 </td> 46 </tr> 47 48 <tr> 49 <td> 50 <center> 51 Please press "Next" to begin the tutorial 52 </center> 53 </td> 54 </tr> 55 56 </td> 57 <tr> 58 <td> 59 <a class='next button' href="step01.html">Next »</a> 60 </td> 61 </tr> 62 </tbody> 63 </table> 64 --> 65 </body> 23 <!-- 24 <table class='table'> 25 <tbody> 26 <tr> 27 <td> 28 <center> 29 <img src="puzzlebox_logo.pdf" width="240"> 30 </center> 31 </td> 32 </tr> 33 34 <tr> 35 <td> 36 <center> 37 Welcome to Puzzlebox Orbit 38 </center> 39 </td> 40 </tr> 41 42 <tr> 43 <td> 44 <center> 45 <p><img src="status_0@2x.png" height="160"></p> 46 </center> 47 </td> 48 </tr> 49 50 <tr> 51 <td> 52 <center> 53 Please press "Next" to begin the tutorial 54 </center> 55 </td> 56 </tr> 57 58 </td> 59 <tr> 60 <td> 61 <a class='next button' href="step01.html">Next »</a> 62 </td> 63 </tr> 64 </tbody> 65 </table> 66 --> 67 </body> 66 68 </html> -
iOS/Orbit/tutorial/step01.html
rb0289bb r6d0d67b 6 6 <title>Orbit Tutorial</title> 7 7 </head> 8 <body >8 <body style="background-color:white;"> 9 9 10 10 <center> … … 24 24 <tr> 25 25 <td> 26 <a class='prev button' href="index.html">« Back</a>27 <a class='next button' href="step02.html">Next »</a>26 <a class='prev button' onclick="parent.changePage('index.html');">« Back</a> 27 <a class='next button' onclick="parent.changePage('step02.html');">Next »</a> 28 28 </td> 29 29 </tr> -
iOS/Orbit/tutorial/step02.html
r6fc29d0 r6d0d67b 6 6 <title>Orbit Tutorial</title> 7 7 </head> 8 <body >8 <body style="background-color:white;"> 9 9 10 10 <center> … … 30 30 <tr> 31 31 <td> 32 -->33 32 <a class='prev button' href="step01.html">« Back</a> 34 33 <a class='next button' href="step03-1.html">Next »</a> 34 --> 35 36 <a class='prev button' onclick="parent.changePage('step01.html');">« Back</a> 37 <a class='next button' onclick="parent.changePage('step03-1.html');">Next »</a> 38 39 35 40 <!-- 36 41 </td> -
iOS/Orbit/tutorial/step03-1.html
r6fc29d0 r6d0d67b 24 24 <tr> 25 25 <td> 26 <a class='prev button' href="step02.html">« Back</a>27 <a class='next button' href="step03-2.html">Next »</a>26 <a class='prev button' onclick="parent.changePage('step02.html');">« Back</a> 27 <a class='next button' onclick="parent.changePage('step03-2.html');">Next »</a> 28 28 </td> 29 29 </tr> -
iOS/Orbit/tutorial/step03-2.html
r6fc29d0 r6d0d67b 17 17 <li>Ensure the volume is at maximum after connecting the IR adapter. If you set the volume prior to plugging in the IR adapter you may only be setting the internal speaker volume, and not the headphone jack volume.</li> 18 18 </ul> 19 <a class='prev button' href="step03-1.html">« Back</a>20 <a class='next button' href="step04.html">Next »</a>19 <a class='prev button' onclick="parent.changePage('step03-1.html');">« Back</a> 20 <a class='next button' onclick="parent.changePage('step04.html');">Next »</a> 21 21 22 22 <!-- -
iOS/Orbit/tutorial/step04.html
rb0289bb r6d0d67b 24 24 <tr> 25 25 <td> 26 <a class='prev button' href="step03.html">« Back</a>27 <a class='next button' href="step05-1.html">Next »</a>26 <a class='prev button' onclick="parent.changePage('step03.html');">« Back</a> 27 <a class='next button' onclick="parent.changePage('step05-1.html');">Next »</a> 28 28 </td> 29 29 </tr> -
iOS/Orbit/tutorial/step05-1.html
r6fc29d0 r6d0d67b 34 34 <td> 35 35 --> 36 <a class='prev button' href="step04.html">« Back</a>37 <a class='next button' href="step05-2.html">Next »</a>36 <a class='prev button' onclick="parent.changePage('step04.html');">« Back</a> 37 <a class='next button' onclick="parent.changePage('step05-2.html');">Next »</a> 38 38 <!-- 39 39 </td> -
iOS/Orbit/tutorial/step05-2.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step05-1.html">« Back</a>29 <a class='next button' href="step05-3.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step05-1.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step05-3.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step05-3.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step05-2.html">« Back</a>29 <a class='next button' href="step06-1.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step05-2.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step06-1.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step06-1.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step05-3.html">« Back</a>29 <a class='next button' href="step06-2.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step05-3.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step06-2.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step06-2.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step06-1.html">« Back</a>29 <a class='next button' href="step06-3.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step06-1.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step06-3.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step06-3.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step06-2.html">« Back</a>29 <a class='next button' href="step07.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step06-2.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step07.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step07.html
r6fc29d0 r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step06-3.html">« Back</a>29 <a class='next button' href="step08-1.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step06-3.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step08-1.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step08-1.html
rb0289bb r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step07.html">« Back</a>29 <a class='next button' href="step08-2.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step07.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step08-2.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step08-2.html
rb0289bb r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step08-1.html">« Back</a> 29 <a class='next button' href="step08-3.html">Next »</a> 28 <a class='prev button' onclick="parent.changePage('step08-1.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step08-3.html');">Next »</a> 30 30 31 </td> 31 32 </tr> -
iOS/Orbit/tutorial/step08-3.html
rb0289bb r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step08-2.html">« Back</a>29 <a class='next button' href="step09.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step08-2.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step09.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step09.html
rb0289bb r6d0d67b 26 26 <tr> 27 27 <td> 28 <a class='prev button' href="step08-3.html">« Back</a>29 <a class='next button' href="step10.html">Next »</a>28 <a class='prev button' onclick="parent.changePage('step08-3.html');">« Back</a> 29 <a class='next button' onclick="parent.changePage('step10.html');">Next »</a> 30 30 </td> 31 31 </tr> -
iOS/Orbit/tutorial/step10.html
rb0289bb r6d0d67b 24 24 <tr> 25 25 <td> 26 <a class='prev button' href="step09.html">« Back</a>27 <a class='next button' href="index.html">Restart</a>26 <a class='prev button' onclick="parent.changePage('step09.html');">« Back</a> 27 <a class='next button' onclick="parent.changePage('index.html');">Restart »</a> 28 28 </td> 29 29 </tr>
Note: See TracChangeset
for help on using the changeset viewer.