]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
loading progress bar for main window (2)
[tt-rss.git] / tt-rss.php
index 37728aa739286e8811e229cc98ebe945d0c09e9b..c2ef53ce0bab7f513901045f12dfd1dc5ef633f6 100644 (file)
 
 <div id="overlay">
        <div id="overlay_inner">
-       <p><?php echo __("Loading, please wait...") ?></p>
+               <?php echo __("Loading, please wait...") ?>
+
+               <div id="l_progress_o">
+                       <div id="l_progress_i"></div>
+               </div>
+
        <noscript>
                <div class="error"><?php echo
                __("Your browser doesn't support Javascript, which is required
        </div>
 </div> 
 
+<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
+       <?php rounded_table_start("hho"); ?>
+       <?php include "help/3.php" ?>
+       <?php rounded_table_end(); ?>
+</div>
+
 <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
 
 <div id="fatal_error"><div id="fatal_error_inner">
@@ -154,6 +165,7 @@ window.onload = init;
                                        <option disabled>--------</option>
                                        <option style="color : #5050aa" disabled><?php echo __('Other actions:') ?></option>                            
                                        <option value="qmcAddFilter"><?php echo __('&nbsp;&nbsp;Create filter') ?></option>
+                                       <option value="qmcHKhelp"><?php echo __('&nbsp;&nbsp;Keyboard shortcuts') ?></option>
                        </select>
                </div>