<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/templates/base.html, branch v0.7.1</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: Remove jQuery version from its filename</title>
<updated>2016-11-18T07:58:00+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f'/>
<id>6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f</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 issues due to the split of "header-{base,index}.html"</title>
<updated>2016-11-15T09:34:02+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T09:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=823fb20c83ff9dedcc5d804f32a0f80ab1810813'/>
<id>823fb20c83ff9dedcc5d804f32a0f80ab1810813</id>
<content type='text'>
Tornado currently do NOT support *nested* template extensions.

* Rename "header-base.html" back to "header.html"
* Merge the contents of "header-index.html" to "index.html"
* Add new block "subtitle" to "base.html"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tornado currently do NOT support *nested* template extensions.

* Rename "header-base.html" back to "header.html"
* Merge the contents of "header-index.html" to "index.html"
* Add new block "subtitle" to "base.html"
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Enhance the "base.html" and simplify the "index.html"</title>
<updated>2016-11-15T08:47:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T08:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2573db8dd4084b88d73d628271f270f6ef00e33b'/>
<id>2573db8dd4084b88d73d628271f270f6ef00e33b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Show a modal box indicating there are invalid configs</title>
<updated>2016-11-13T09:18:51+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-13T09:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=013c815abfa4fd0391b79b2653d989588b170e86'/>
<id>013c815abfa4fd0391b79b2653d989588b170e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Serve jQuery locally (use jqyeru-3.1.1.js)</title>
<updated>2016-11-01T07:15:24+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-01T07:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2acfe26c97c203cf931044f480568028f215559c'/>
<id>2acfe26c97c203cf931044f480568028f215559c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Rearrange structures of the base template</title>
<updated>2016-10-31T13:34:25+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-31T13:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=17ab3601ae7354e078b5fec4ad71fbe9d4da0692'/>
<id>17ab3601ae7354e078b5fec4ad71fbe9d4da0692</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 the base template</title>
<updated>2016-10-30T08:14:54+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-30T08:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=5d304e9ae7456fc61c73170a0b5c260c7b7ad460'/>
<id>5d304e9ae7456fc61c73170a0b5c260c7b7ad460</id>
<content type='text'>
Tornado template: http://www.tornadoweb.org/en/stable/guide/templates.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tornado template: http://www.tornadoweb.org/en/stable/guide/templates.html
</pre>
</div>
</content>
</entry>
</feed>
