<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/static/css, branch v0.3.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: Support toggle the body/contents of sections</title>
<updated>2016-11-17T06:02:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T06:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=597a5896af66e4dafdc812669aaa5658565d4c90'/>
<id>597a5896af66e4dafdc812669aaa5658565d4c90</id>
<content type='text'>
The section header has class "heading" and a toggle control with class
"toggle", which will toggle the display of the next block with the
"body" class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The section header has class "heading" and a toggle control with class
"toggle", which will toggle the display of the next block with the
"body" class.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Add panel toggle and allow expand/collapse its body</title>
<updated>2016-11-17T03:44:21+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T03:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=0af497625be03bea330b02738e6ba2c6f2c492e9'/>
<id>0af497625be03bea330b02738e6ba2c6f2c492e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Import "jQuery Modal" v0.8.0</title>
<updated>2016-11-13T09:17:51+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-13T09:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=81434114e4d03cce101d3a732795afa4835fe7c8'/>
<id>81434114e4d03cce101d3a732795afa4835fe7c8</id>
<content type='text'>
Thanks:
http://jquerymodal.com/
https://github.com/kylefox/jquery-modal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks:
http://jquerymodal.com/
https://github.com/kylefox/jquery-modal
</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: 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: main.css: Update invalid input styles</title>
<updated>2016-11-08T02:16:51+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-08T02:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=dabe945871056314b781638ab62ea6cbdc4e5fa3'/>
<id>dabe945871056314b781638ab62ea6cbdc4e5fa3</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: small misc changes</title>
<updated>2016-11-07T08:00:47+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-07T08:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=61a4c0e1c490b4977fde2e97c13858494dfa84aa'/>
<id>61a4c0e1c490b4977fde2e97c13858494dfa84aa</id>
<content type='text'>
* milligram.css: Remove the "sourceMappingURL"
* main.js: Add "use strict";
* utils.py: Add a TODO task
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* milligram.css: Remove the "sourceMappingURL"
* main.js: Add "use strict";
* utils.py: Add a TODO task
</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>
</feed>
