histogram: Make histograms crash less
[ninja.git] / application / views / rotation / view.php
bloba8f85b8798de5d8a3ce92f64a7ae6063ae72242b
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 echo '<div id="rotation-frame"></div>';
5 ?>
7 <div id="page-rotation-title">
8 NiRV experimental
9 </div>
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>
16 <ul>
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>
21 </ul>
22 </div>
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">
33 </ul>
35 <input type="button" value="Save" id="page-rotation-save" />
37 </form>
39 </div>
41 <div id="page-rotation-note">
43 </div>
45 <div id="page-rotation-opts">
46 <span id="page-rotation-prev">&laquo; 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 &raquo;</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>
56 </div>