<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/templates/configs.html, 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: configs.html: Add section toggling support</title>
<updated>2016-11-17T07:10:28+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T07:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8afc6596fdc174e16703c576469d105d0487e57e'/>
<id>8afc6596fdc174e16703c576469d105d0487e57e</id>
<content type='text'>
No contents/functionalities changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No contents/functionalities changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.html: Add XSRF token and a modal dialog container</title>
<updated>2016-11-16T09:48:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-16T09:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4c425e1e6e78dc0008d996a77f1dc51f7d4eab0c'/>
<id>4c425e1e6e78dc0008d996a77f1dc51f7d4eab0c</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 the wrong value "galactic/freefree" to "galactic/snr"</title>
<updated>2016-11-15T01:26:25+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T01:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f0c5b31f7ae844922a056dcea40562144046496d'/>
<id>f0c5b31f7ae844922a056dcea40562144046496d</id>
<content type='text'>
configs.js: Update "workdir" and "configfile" to be sync with server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configs.js: Update "workdir" and "configfile" to be sync with server.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.html: Set single checkbox with "data-type" of "boolean"</title>
<updated>2016-11-11T15:27:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-11T15:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=317091533e1206a438a2f217aed98d72c83ce576'/>
<id>317091533e1206a438a2f217aed98d72c83ce576</id>
<content type='text'>
For simplicity, a single checkbox is used to control the boolean
configuration.  For better manipulations of its value, a custom data
"data-type=boolean" is attached to such checkbox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For simplicity, a single checkbox is used to control the boolean
configuration.  For better manipulations of its value, a custom data
"data-type=boolean" is attached to such checkbox.
</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 FA icons for sections/headers; Adjust header styles</title>
<updated>2016-11-02T02:19:37+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-02T02:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=68cbe49b04104ca6e1dcfb25165b2100f853449a'/>
<id>68cbe49b04104ca6e1dcfb25165b2100f853449a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
