I think the actual Adminica GUI is just fine, no need for a new one, better to 
focus on the functionality and its coding...

On 17.09.22 03:41, Michael Stauber wrote:
But I'm open to suggestions and ideas. Or if you have some small HMTL or CSS 
optimizations for the current GUI? Send them over and I'll happily take a look 
and might build them in.

As I said, the only thing I'm missing is the ENTER key to log out... It's there 
for login, but not for logout, see both source codes below

Best regards

で⊃ Meaulnes Legler
Zurich, Switzerland
+41¦0 44 260-1660



view-source:https://bleue.waveweb.ch:81/
—————————————————————————————————————————————————————————————————
<SCRIPT language="JavaScript" type="text/javascript"><!--
        //<![CDATA[
        function focuslogin() {
        document.form.username_field.focus();
        }
        function getKey(e) {    // WaveWeb 2012
            var key;    // return code of key pressed; e.g.:
                    // onKeyPress="if(getKey(event)==13) ...
            if(window.event) key = window.event.keyCode;    // IE
            else key = e.which;    // Firefox and others
            //alert("e='"+e+"' key='"+key+"'");
        }
        //]]>
        // -->
     </SCRIPT>
——————————————————————————————————————————————————————————————————


view-source:https://bleue.waveweb.ch:81/user/userList?group=site2
——————————————————————————————————————————————————————————————————
<!-- Start: dialog_logout -->
<div class="display_none">
         <div id="dialog_logout" class="dialog_content narrow" title="Logout">
                 <div class="block">
                         <div class="section">
                                 <h1>aesthetica logged in on 
bleue.waveweb.ch</h1>
                                 <div class="dashed_line"></div>
                                 <p>Are you sure you want to logout of the 
system?</p>
                         </div>
                         <div class="button_bar clearfix">
                                 <button class="dark no_margin_bottom link_button" 
data-link="/logout/true">
                                         <div class="ui-icon 
ui-icon-check"></div>
                                         <span>Logout</span>
                                 </button>
                                 <button class="light send_right close_dialog">
                                         <div class="ui-icon 
ui-icon-closethick"></div>
                                         <span>Cancel</span>
                                 </button>
                         </div>
                 </div>
         </div>
</div>
<!-- End: dialog_logout -->
——————————————————————————————————————————————————————————————————

_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to