~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/templates/mytemplate.pt

  • Committer: kapil.foss at gmail
  • Date: 2011-10-08 17:22:53 UTC
  • Revision ID: kapil.foss@gmail.com-20111008172253-utsq8socdsx047mw
charmworld pyramid starter

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
 
3
<head>
 
4
  <title>The Pyramid Web Application Development Framework</title>
 
5
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
 
6
  <meta name="keywords" content="python web application" />
 
7
  <meta name="description" content="pyramid web application" />
 
8
  <link rel="shortcut icon" href="${request.static_url('charmworld:static/favicon.ico')}" />
 
9
  <link rel="stylesheet" href="${request.static_url('charmworld:static/pylons.css')}" type="text/css" media="screen" charset="utf-8" />
 
10
  <link rel="stylesheet" href="http://static.pylonsproject.org/fonts/nobile/stylesheet.css" media="screen" />
 
11
  <link rel="stylesheet" href="http://static.pylonsproject.org/fonts/neuton/stylesheet.css" media="screen" />
 
12
  <!--[if lte IE 6]>
 
13
  <link rel="stylesheet" href="${request.static_url('charmworld:static/ie6.css')}" type="text/css" media="screen" charset="utf-8" />
 
14
  <![endif]-->
 
15
</head>
 
16
<body>
 
17
  <div id="wrap">
 
18
    <div id="top">
 
19
      <div class="top align-center">
 
20
        <div><img src="${request.static_url('charmworld:static/pyramid.png')}" width="750" height="169" alt="pyramid"/></div>
 
21
      </div>
 
22
    </div>
 
23
    <div id="middle">
 
24
      <div class="middle align-center">
 
25
        <p class="app-welcome">
 
26
          Welcome to <span class="app-name">${project}</span>, an application generated by<br/>
 
27
          the Pyramid web application development framework.
 
28
        </p>
 
29
      </div>
 
30
    </div>
 
31
    <div id="bottom">
 
32
      <div class="bottom">
 
33
        <div id="left" class="align-right">
 
34
          <h2>Search documentation</h2>
 
35
          <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/current/search.html">
 
36
                <input type="text" id="q" name="q" value="" />
 
37
                <input type="submit" id="x" value="Go" />
 
38
            </form>
 
39
        </div>
 
40
        <div id="right" class="align-left">
 
41
          <h2>Pyramid links</h2>
 
42
          <ul class="links">
 
43
            <li>
 
44
              <a href="http://pylonsproject.org">Pylons Website</a>
 
45
            </li>
 
46
            <li>
 
47
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#narrative-documentation">Narrative Documentation</a>
 
48
            </li>
 
49
            <li>
 
50
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#api-documentation">API Documentation</a>
 
51
            </li>
 
52
            <li>
 
53
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#tutorials">Tutorials</a>
 
54
            </li>
 
55
            <li>
 
56
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#change-history">Change History</a>
 
57
            </li>
 
58
            <li>
 
59
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#sample-applications">Sample Applications</a>
 
60
            </li>
 
61
            <li>
 
62
              <a href="http://docs.pylonsproject.org/projects/pyramid/current/#support-and-development">Support and Development</a>
 
63
            </li>
 
64
            <li>
 
65
              <a href="irc://irc.freenode.net#pyramid">IRC Channel</a>
 
66
            </li>
 
67
            </ul>
 
68
        </div>
 
69
      </div>
 
70
    </div>
 
71
  </div>
 
72
  <div id="footer">
 
73
    <div class="footer">&copy; Copyright 2008-2011, Agendaless Consulting.</div>
 
74
  </div>
 
75
</body>
 
76
</html>