Remove search view
parent
0f38865c26
commit
41e3090da4
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>{{? it.title }} {{=it.title}} - {{?}} {{? it.www_name }} {{=it.www_name}} {{?}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="menu">
|
||||
</div>
|
||||
<div id="location">{{=it.location || ''}}</div>
|
||||
<div id="content">
|
||||
{{=it.content || 'Search: <form><input name="q" value="" type="text" /><input type="submit" value="Search"></form>'}}
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"> {{? it.www_copyright }} {{=it.www_copyright}} {{?}} </div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue