mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
checked in mising files in the blog demo.
This commit is contained in:
17
demo/Blog/template/banner.tt
Normal file
17
demo/Blog/template/banner.tt
Normal file
@ -0,0 +1,17 @@
|
||||
[% DEFAULT
|
||||
blog_name = 'Foo\'s blog',
|
||||
blog_desc = 'This is my blog'
|
||||
-%]
|
||||
<div id="banner">
|
||||
<div id="wait-message">
|
||||
<img src="loading.gif" alt=""/>
|
||||
<b>Loading...</b>
|
||||
</div>
|
||||
<div id="banner-inner" class="pkg">
|
||||
<h1 id="banner-header">
|
||||
<a href="#posts/1" onclick="init()" accesskey="1">[% blog_name | html %]</a>
|
||||
</h1>
|
||||
<h2 id="banner-description">[% blog_desc | html %]</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user