1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 echo '<div id="rotation-frame"></div>';
7 <div id
="page-rotation-title">
11 <div id
="page-rotation-initial">
12 <h1
>Welcome to the Rotational View
</h1
>
13 <p
>This view enters a
"fullscreen" mode once you press play
, it will hide the entire monitor GUI
,
14 to show it again
, just move your mouse
and press the pause button
.</p
>
17 <li
><strong
>Add
new views
</strong
> to the rotation by entering their full URL in the bottom right box
and press the
add (+
) button
.</li
>
18 <li
><strong
>Start
</strong
> rotating through the views you
've added by pressing the play button in the middle box.</li>
19 <li><strong>Save</strong> your rotation pool by pressing the save button in the bottom right box. </li>
20 <li><strong>Remove views</strong> by unchecking them in bottom right box and pressing the save button.</li>
24 <div id="page-rotation-views">
26 These are the views you will rotate through. Add new views by entering their URI in this box and press the add (+) button.<br /><br />
28 <form id="page-rotation-fields">
30 <input type="text" id="page-rotation-new" /><input type="button" value="+" id="page-rotation-add" />
32 <ul id="page-rotation-fields-list">
35 <input type="button" value="Save" id="page-rotation-save" />
41 <div id="page-rotation-note">
45 <div id="page-rotation-opts">
46 <span id="page-rotation-prev">« Previous</span>
47 <span id="page-rotation-pause">PAUSE</span>
48 <span id="page-rotation-play">PLAY</span>
49 <span id="page-rotation-next">Next »</span>
51 <span id="page-rotation-faster">-</span>
52 <input type="text" id="page-rotation-speed" disabled="true" size="3" value="10" />
53 <span id="page-rotation-slower">+</span><br />
55 <div id="page-rotation-goto">Some actions cannot be taken from rotational view, click here (or press space) to go to the real view.</div>