diff options
-rw-r--r-- | template.html | 60 |
1 files changed, 42 insertions, 18 deletions
diff --git a/template.html b/template.html index 3f8a487..9d9119f 100644 --- a/template.html +++ b/template.html | |||
@@ -128,8 +128,10 @@ URL: https://code.google.com/p/io-2012-slides | |||
128 | All <a href="http://google.com">links</a> open in new tabs. | 128 | All <a href="http://google.com">links</a> open in new tabs. |
129 | </li> | 129 | </li> |
130 | <li> | 130 | <li> |
131 | To change that this, add <code> | 131 | To change that this, add |
132 | target="_self"</code> | 132 | <code> |
133 | target="_self" | ||
134 | </code> | ||
133 | to the link. | 135 | to the link. |
134 | </li> | 136 | </li> |
135 | </ul> | 137 | </ul> |
@@ -147,7 +149,8 @@ URL: https://code.google.com/p/io-2012-slides | |||
147 | <p> | 149 | <p> |
148 | Press 'h' to highlight important sections of code (wrapped in | 150 | Press 'h' to highlight important sections of code (wrapped in |
149 | <code> | 151 | <code> |
150 | <b></code> | 152 | <b> |
153 | </code> | ||
151 | ). | 154 | ). |
152 | </p> | 155 | </p> |
153 | <pre class="prettyprint" data-lang="javascript"> | 156 | <pre class="prettyprint" data-lang="javascript"> |
@@ -244,21 +247,42 @@ function helloWorld(world) { | |||
244 | <h2>Presenter Mode</h2> | 247 | <h2>Presenter Mode</h2> |
245 | </hgroup> | 248 | </hgroup> |
246 | <article> | 249 | <article> |
247 | <p> | 250 | <table> |
248 | Add | 251 | <thead> |
249 | <code> | 252 | <tr> |
250 | <a href="?presentme=true" target="_self">?presentme=true</a> | 253 | <th>Mode</th> |
251 | </code> | 254 | <th>Option </th> |
252 | to the URL to enabled presenter mode. This setting is sticky, meaning | 255 | <th>Description</th> |
253 | refreshing the page will persist presenter mode. | 256 | </tr> |
254 | </p> | 257 | </thead> |
255 | <p> | 258 | <tbody> |
256 | Hit | 259 | <tr> |
257 | <code> | 260 | <td>View</td> |
258 | <a href="?presentme=false" target="_self">?presentme=false</a> | 261 | <td></td> |
259 | </code> | 262 | <td>Displays the slides locally.</td> |
260 | to disable presenter mode. | 263 | </tr> |
261 | </p> | 264 | <tr> |
265 | <td>Local presentation</td> | ||
266 | <td><a href="https://pacientrangirard-io-slides-remote.googlecode.com/git/template.html?local">?local</a></td> | ||
267 | <td>Displays the slides locally and opens a local presenter window.<br>Useful if you want to show the presentation on a projector connected to your laptop.</td> | ||
268 | </tr> | ||
269 | <tr> | ||
270 | <td>Remote view</td> | ||
271 | <td><a href="https://pacientrangirard-io-slides-remote.googlecode.com/git/template.html?remote">?remote</a></td> | ||
272 | <td>Synchronizes the slideshow with a remote controller or a remote presenter.<br>Enables the use of a computer already connected to a projector and the your audience to be synced.</td> | ||
273 | </tr> | ||
274 | <tr> | ||
275 | <td>Remote controller</td> | ||
276 | <td><a href="https://pacientrangirard-io-slides-remote.googlecode.com/git/template.html?controller">?controller</a></td> | ||
277 | <td>Allows to control remote views and see notes.<br>Ideal on a tablet or a smartphone while delivering a presentation.</td> | ||
278 | </tr> | ||
279 | <tr> | ||
280 | <td>Remote presenter</td> | ||
281 | <td><a href="https://pacientrangirard-io-slides-remote.googlecode.com/git/template.html?presenter">?presenter</a></td> | ||
282 | <td>Allows to control remote views, see notes and watch current and next slides.<br>Ideal on a laptop on a podium.</td> | ||
283 | </tr> | ||
284 | </tbody> | ||
285 | </table> | ||
262 | </article> | 286 | </article> |
263 | </slide> | 287 | </slide> |
264 | <slide> | 288 | <slide> |