global s/frontends/applications/
This commit is contained in:
parent
423bc10f33
commit
3bf9c2518b
88 changed files with 4387 additions and 28 deletions
17
weboob/applications/videoob_web/templates/base.mako
Normal file
17
weboob/applications/videoob_web/templates/base.mako
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
|
||||
<%def name="title()" filter="trim">
|
||||
Videoob Web
|
||||
</%def>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>${self.title()}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
${next.css()}
|
||||
</head>
|
||||
<body>
|
||||
${next.body()}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue