1 module(..., package
.seeall
)
5 category
= "prototypes",
8 show = "blog.show_blog_entry"
11 deny(Anonymous, edit_and_save)
20 blog_section = {1.401, "div_start", id="comment_section", closed="true"}
21 short_desc = {1.402, "textarea", rows=15, no_label=false, editor_modules = {"resizeable"}}
22 content = {1.403, "textarea", rows=15, no_label=true, editor_modules = {"resizeable"}}
23 blog_section_end = {1.404, "div_end"}
25 save_hook
= "blog.save_page"
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
30 <meta name="keywords" content="$html_meta_keywords"/>
31 <meta name="description" content="$html_meta_description"/>
32 <title>$site_title: $title</title>
33 <link type="text/css" rel="stylesheet" href="$css_base_url{}sputnik/style.css" media="all"/>
34 $do_css_links[[<link type="text/css" rel="stylesheet" href="$href" media="$media"/>
36 <style type="text/css" media="$media">$snippet</style>
38 <link rel="shortcut icon" href="$favicon_url"/>
39 <link rel="alternate" type="application/rss+xml" title="_(RECENT_EDITS_TO_NODE)" $node_rss_link/>
40 $if_no_index[[<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
43 NODE
.html_header
= [===[
44 <div id="login" style="vertical-align: middle;">
45 <!--login and search (in the upper right corner) -->
46 $if_search[[$search]]<br/><br/>