aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/static
Commit message (Expand)AuthorAgeFilesLines
* webui: Use the same "#modal-box" and the "showModal()" functionAaron LI2016-11-285-65/+34
* webui: websocket.js: Get rid of the global variablesAaron LI2016-11-281-63/+101
* webui: main.js: Add the global object "FG21SIM"Aaron LI2016-11-281-1/+2
* webui: Some JavaScript cleanups and refactorsAaron LI2016-11-285-244/+258
* webui: Replace jQuery.when() with jQuery.Deferred's .then()Aaron LI2016-11-241-5/+5
* webui: Use new ".getJSONUncached()" instead of ".getJSON()"Aaron LI2016-11-243-7/+7
* webui: Extend jQuery with "getJSONUncached()"Aaron LI2016-11-241-6/+27
* webui: Update modal box stylesAaron LI2016-11-242-28/+43
* webui: configs.js: Trigger "Enter keypress" event after field updatedAaron LI2016-11-241-6/+9
* webui: products.js: Support download healpix/hpx productsAaron LI2016-11-241-6/+25
* webui: main.js: Prevent form submitting on "Enter" pressAaron LI2016-11-241-0/+9
* webui: configs.html: Improve the form layout and stylesAaron LI2016-11-231-1/+7
* webui: main.css: Hide the spinner in "number" inputAaron LI2016-11-231-0/+13
* webui: products: Add the client-side support for opening HPX imagesAaron LI2016-11-231-11/+68
* webui: configs.js: Trigger "Enter" after page load on "common/nside"Aaron LI2016-11-231-14/+15
* webui: products: Implement GET action "which"Aaron LI2016-11-231-1/+20
* webui: products: Implement HPX conversion functionAaron LI2016-11-222-16/+45
* webui: products.js: Convert file size from bytes to MBAaron LI2016-11-221-4/+5
* webui: main.js: Add new styles for "products.html"Aaron LI2016-11-221-1/+19
* webui: products: Implement client-side AJAX interactionsAaron LI2016-11-221-0/+289
* webui: Update against the improved "showModal()"Aaron LI2016-11-222-16/+16
* webui: main.js: Extend "showModal()" with "title" and "contents"Aaron LI2016-11-221-4/+15
* webui: Move several generic functions from "configs.js" to "main.js"Aaron LI2016-11-222-47/+47
* webui: configs: Some minor fixesAaron LI2016-11-221-6/+11
* webui: websocket.py: Also push current task status when connectedAaron LI2016-11-211-0/+2
* webui: configs: Add pixel resolution note for "common/nside"Aaron LI2016-11-191-0/+24
* webui: Rename "Results" to "Products"Aaron LI2016-11-191-1/+1
* webui: Remove jQuery version from its filenameAaron LI2016-11-181-0/+0
* webui: configs.js: Fix two bugsAaron LI2016-11-181-2/+2
* webui: Rename jQuery ".fail()" callback argument "error" to "jqxhr"Aaron LI2016-11-182-21/+21
* webui: console.js: Disable the "Start" button when task startedAaron LI2016-11-181-0/+7
* webui: main.js: Extend jQuery with ".disable()"Aaron LI2016-11-181-1/+16
* webui: Redirect to login page if not authenticated on POST requestAaron LI2016-11-181-5/+13
* webui: Fix a bug for "showModal()"; Cleanup ".onmessage()"Aaron LI2016-11-172-16/+6
* configs: Update logging message formatAaron LI2016-11-171-2/+8
* webui: console.js: Change to use AJAX instead of WebSocket messagesAaron LI2016-11-172-42/+65
* webui: Support IE11; Fix a missing quotation.Aaron LI2016-11-171-2/+7
* webui: login: Submit login form on "Enter" keyAaron LI2016-11-171-0/+23
* webui: console.html: Remove extra modal "#console-invalid-configs"Aaron LI2016-11-172-40/+58
* webui: configs.js: Rename "showConfigsModal" to "showModalConfigs()"Aaron LI2016-11-171-11/+11
* webui: Implement "showModal()" in "main.js" allowing use in othersAaron LI2016-11-172-43/+57
* webui: main.js: Refactor out the function "toggleBlock()"Aaron LI2016-11-171-22/+20
* webui: Support toggle the body/contents of sectionsAaron LI2016-11-172-3/+38
* webui: Add panel toggle and allow expand/collapse its bodyAaron LI2016-11-172-1/+30
* webui: configs.js: Confirm before reset the configurationsAaron LI2016-11-171-2/+20
* webui: configs.js: Confirm before overwrite the configuration fileAaron LI2016-11-171-18/+74
* webui: configs.js: Re-implement using AJAX instead of WebSocketAaron LI2016-11-162-92/+221
* webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functionsAaron LI2016-11-161-0/+56
* webui: Rename "scroll_target()" to "scrollTarget()" and export itAaron LI2016-11-161-17/+16
* webui: Some minor changesAaron LI2016-11-152-3/+3