Templates and snippets
Oliver König <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | Windfinder.com |
| Message-ID | <[email protected]> |
Hello,
I read about templates and snippets in the Quanta manual. It seems that the
templates can only consist of a head and a footer, right?!
I want to use a template and for each page insert content in certain areas
e.g. in the title-tag, the meta-keyword-tag, and in some areas of the html
body. (If I update the template all pages based on the template should
change.) But I could not find any placeholders or tags, which define the
editable areas..
See example below:
#################
<html>
<head>
<title><!-- start variable content -->title<!-- end variable
content --></title>
<meta name="keywords" content="<!-- start variable content -->keywords<!-- end
variable content -->"/>
</head>
<body>
<ul class="navigation_menu">
<li>menu1</li>
<li>menu2</li>
<li>menu3</li>
<li>menu4</li>
</ul>
<div class="left_column_context_navigation">
<!-- start variable content -->
variable content
<!-- end variable content -->
</div>
<div class="center_column_context_navigation">
<!-- start variable content -->
variable content
<!-- end variable content -->
</div>
</body>
<html>
######################
How can this be achieved with Quanta? Thanks for your help.
--
Oliver König