added server side print format

This commit is contained in:
Rushabh Mehta
2013-03-19 12:05:10 +05:30
parent c8580930eb
commit 43fbc9d1b9
4 changed files with 50 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
{% extends "html/base.html" %}
{% block body %}
<header>
</header>
<div class="container">
<div class="pull-right" style="margin:4px;" id="user-tools">
<a id="login-link" href="login">Login</a>

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ doc and (doc.name + " - " + doc.doctype) or "Error" }}</title>
<meta name="generator" content="wnframework">
</head>
<body>
{{ body }}
</body>
</html>