<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/templates, branch v0.2.0</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>webui: Some minor updates</title>
<updated>2016-11-09T15:38:15+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e5a05c8e3c77aa292b7dd9bc4a2682148be873ac'/>
<id>e5a05c8e3c77aa292b7dd9bc4a2682148be873ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Append server-pushed logging messages to the logging box</title>
<updated>2016-11-09T14:29:16+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T14:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=33fa91fccdf81bcaa0ad42e897d7d6d95c44985f'/>
<id>33fa91fccdf81bcaa0ad42e897d7d6d95c44985f</id>
<content type='text'>
* Colorize the logging messages of different level with different colors
* Also add a different icon for each message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Colorize the logging messages of different level with different colors
* Also add a different icon for each message
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Implement status updating function</title>
<updated>2016-11-09T13:10:29+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T12:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=31e328d5ea6aff36e43ad54029589c7f15be82b7'/>
<id>31e328d5ea6aff36e43ad54029589c7f15be82b7</id>
<content type='text'>
Add "updateTaskStatus()" to update the "#task-status" element.

Also add function "getServerTaskStatus()" to get the task status from
the server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "updateTaskStatus()" to update the "#task-status" element.

Also add function "getServerTaskStatus()" to get the task status from
the server.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: various small updates</title>
<updated>2016-11-09T12:20:17+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T12:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=71242718eb9d8ed920ac2e70677ae54bf3d140ea'/>
<id>71242718eb9d8ed920ac2e70677ae54bf3d140ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Add "required" attribute for configuration form fields</title>
<updated>2016-11-07T11:43:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-07T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a2f7b3c56fc79aa22aed88867a9fd3276f65a9f1'/>
<id>a2f7b3c56fc79aa22aed88867a9fd3276f65a9f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Fix input[type=number] validation; Add input validation styles</title>
<updated>2016-11-07T11:36:30+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-07T11:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=c6e4f4e4048a6085b829b243b295c3fc47820f8f'/>
<id>c6e4f4e4048a6085b829b243b295c3fc47820f8f</id>
<content type='text'>
* Fix the validation for some "input[type=number]" element;
  By default, the number type input only accept *integer*. By setting
  the 'step="any"' attribute, the float numbers are also valid.
* Add form input validation styles for ":valid" and ":invalid" pseudo
  classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the validation for some "input[type=number]" element;
  By default, the number type input only accept *integer*. By setting
  the 'step="any"' attribute, the float numbers are also valid.
* Add form input validation styles for ":valid" and ":invalid" pseudo
  classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Use code (monospace font) style for some text inputs</title>
<updated>2016-11-07T08:14:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-07T08:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=7169442444ee76c4f46dbe5c83cbf31058d74eb4'/>
<id>7169442444ee76c4f46dbe5c83cbf31058d74eb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Implement reset form and load configuration files functions</title>
<updated>2016-11-07T07:57:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-07T07:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=cae20fa89b395290ec8b47796da4775524845b1c'/>
<id>cae20fa89b395290ec8b47796da4775524845b1c</id>
<content type='text'>
* Rewrite "configs.js" to be more modular and generic
* Bind functions to button click event
* Implement the function to set form fields to given configuration data
* Implement the function to reset server-side configurations
* Implement the function to load user configuration file on server
* Implement get the configuration data from the server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rewrite "configs.js" to be more modular and generic
* Bind functions to button click event
* Implement the function to set form fields to given configuration data
* Implement the function to reset server-side configurations
* Implement the function to load user configuration file on server
* Implement get the configuration data from the server
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Add a manual reconnection button to the header banner</title>
<updated>2016-11-03T11:17:44+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-03T11:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=c3e41b62dfdbdbdd17703caf98754531879bd753'/>
<id>c3e41b62dfdbdbdd17703caf98754531879bd753</id>
<content type='text'>
Also add a global variable "ws_reconnect" to control the timeout between
reconnection and the maximum reconnection times (default: 100).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a global variable "ws_reconnect" to control the timeout between
reconnection and the maximum reconnection times (default: 100).
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Add preliminary WebSocket support to front-end UI</title>
<updated>2016-11-02T06:27:28+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-02T06:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4cb5f42fd11207482565ecf8dd8cebe033208ff7'/>
<id>4cb5f42fd11207482565ecf8dd8cebe033208ff7</id>
<content type='text'>
Add a label to the header banner to show the WebSocket support status
and connection status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a label to the header banner to show the WebSocket support status
and connection status.
</pre>
</div>
</content>
</entry>
</feed>
