diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 0f8ccd83..1229d459 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -41,7 +41,7 @@ function settime () { var time = ""; if(curhour == 0) curhour = 24; - time = (curhour > 24 ? curhour - 24 : curhour - 1) + ":" + + time = (curhour > 24 ? curhour - 24 : curhour) + ":" + (curmin < 10 ? "0" : "") + curmin + ":" + (cursec < 10 ? "0" : "") + cursec diff --git a/cloudlog.sublime-workspace b/cloudlog.sublime-workspace index 9356a6db..a9c60e92 100644 --- a/cloudlog.sublime-workspace +++ b/cloudlog.sublime-workspace @@ -15,54 +15,6 @@ }, "buffers": [ - { - "file": "application/views/qso/index.php", - "settings": - { - "buffer_size": 13248, - "line_ending": "Windows" - } - }, - { - "file": "application/controllers/logbook.php", - "settings": - { - "buffer_size": 6558, - "line_ending": "Windows" - } - }, - { - "file": "application/libraries/Qra.php", - "settings": - { - "buffer_size": 2333, - "line_ending": "Windows" - } - }, - { - "file": "application/models/logbook_model.php", - "settings": - { - "buffer_size": 14609, - "line_ending": "Windows" - } - }, - { - "file": "css/global.css", - "settings": - { - "buffer_size": 5374, - "line_ending": "Windows" - } - }, - { - "file": "application/views/qso/edit.php", - "settings": - { - "buffer_size": 4108, - "line_ending": "Windows" - } - } ], "build_system": "", "command_palette": @@ -96,23 +48,24 @@ }, "file_history": [ - "/C/Users/Peter/git/HRD-Web-Frontend/application/views/view_log/index.php", - "/C/Users/Peter/git/HRD-Web-Frontend/application/views/qso/edit.php", - "/C/Users/Peter/git/HRD-Web-Frontend/application/views/search/main.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/views/qso/index.php", "/C/Users/Peter/git/HRD-Web-Frontend/css/global.css", + "/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/logbook.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/libraries/Qra.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/models/logbook_model.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/views/qso/edit.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/views/view_log/index.php", + "/C/Users/Peter/git/HRD-Web-Frontend/application/views/search/main.php", "/C/Users/Peter/Desktop/.htaccess", "/C/Users/Peter/git/HRD-Web-Frontend/js/global.js", "/C/Users/Peter/git/HRD-Web-Frontend/application/config/config.php", - "/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/logbook.php", "/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/qso.php", "/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_header.php", "/C/Users/Peter/git/HRD-Web-Frontend/css/popup.css", "/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_footer.php", - "/C/Users/Peter/git/HRD-Web-Frontend/application/models/logbook_model.php", "/C/Users/Peter/git/HRD-Web-Frontend/application/views/dashboard/index.php", "/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/header.php", "/C/Users/Peter/Desktop/index.php", - "/C/Users/Peter/git/HRD-Web-Frontend/application/libraries/Qra.php", "/C/Users/Peter/Desktop/legal/legal.pages.inc", "/C/Users/Peter/Desktop/legal/legal.module", "/C/Users/Peter/Desktop/sexybookmarks/includes/system.inc", @@ -182,6 +135,7 @@ "case_sensitive": false, "find_history": [ + "rst", "edit", "created", "has been created", @@ -205,170 +159,8 @@ "groups": [ { - "selected": 5, "sheets": [ - { - "buffer": 0, - "file": "application/views/qso/index.php", - "settings": - { - "buffer_size": 13248, - "regions": - { - }, - "selection": - [ - [ - 3433, - 3433 - ] - ], - "settings": - { - "syntax": "Packages/PHP/PHP.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 1911.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 1, - "file": "application/controllers/logbook.php", - "settings": - { - "buffer_size": 6558, - "regions": - { - }, - "selection": - [ - [ - 6558, - 6558 - ] - ], - "settings": - { - "syntax": "Packages/PHP/PHP.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 3870.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 2, - "file": "application/libraries/Qra.php", - "settings": - { - "buffer_size": 2333, - "regions": - { - }, - "selection": - [ - [ - 1604, - 1604 - ] - ], - "settings": - { - "syntax": "Packages/PHP/PHP.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 810.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 3, - "file": "application/models/logbook_model.php", - "settings": - { - "buffer_size": 14609, - "regions": - { - }, - "selection": - [ - [ - 3481, - 3481 - ] - ], - "settings": - { - "syntax": "Packages/PHP/PHP.tmLanguage", - "tab_size": 4.0, - "translate_tabs_to_spaces": true - }, - "translation.x": 0.0, - "translation.y": 1034.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 4, - "file": "css/global.css", - "settings": - { - "buffer_size": 5374, - "regions": - { - }, - "selection": - [ - [ - 3118, - 3118 - ] - ], - "settings": - { - "syntax": "Packages/CSS/CSS.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 1224.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 5, - "file": "application/views/qso/edit.php", - "settings": - { - "buffer_size": 4108, - "regions": - { - }, - "selection": - [ - [ - 829, - 829 - ] - ], - "settings": - { - "syntax": "Packages/PHP/PHP.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 540.0, - "zoom_level": 1.0 - }, - "type": "text" - } ] } ],