Last change
on this file since 322 was
322,
checked in by hendrikvanantwerpen, 13 years ago
|
Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.
|
File size:
2.3 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <title>views</title> |
---|
6 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
---|
7 | |
---|
8 | <link type="text/css" media="screen" rel="stylesheet" href="../lib/template.css" /> |
---|
9 | <script type="text/javascript" src="../lib/jquery.js"></script> |
---|
10 | <script type="text/javascript" src="../lib/jquery-ui.js"></script> |
---|
11 | <script type="text/javascript" src="../lib/template.js"></script> |
---|
12 | <script type="text/javascript" src="../lib/tools.tooltip.js"></script> |
---|
13 | |
---|
14 | </head> |
---|
15 | <body class="value"> |
---|
16 | <div id="definition"> |
---|
17 | <img src="../lib/package_big.png" /> |
---|
18 | |
---|
19 | <h1>views</h1> |
---|
20 | </div> |
---|
21 | |
---|
22 | <h4 class="signature" id="signature"> |
---|
23 | <span class="kind">package</span> |
---|
24 | <span class="symbol"> |
---|
25 | <span class="name">views</span> |
---|
26 | |
---|
27 | |
---|
28 | </span> |
---|
29 | </h4> |
---|
30 | |
---|
31 | <div class="fullcommenttop" id="comment"><div class="comment cmt"><p>Contains ready to use built-in templates and template helpers. |
---|
32 | </p></div></div> |
---|
33 | |
---|
34 | |
---|
35 | <div id="template"> |
---|
36 | |
---|
37 | <div id="mbrsel"> |
---|
38 | <div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></span><span class="post"></span></div> |
---|
39 | |
---|
40 | |
---|
41 | <div id="visbl"> |
---|
42 | <span class="filtertype">Visibility</span> |
---|
43 | <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> |
---|
44 | </div> |
---|
45 | </div> |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | |
---|
53 | <div class="values members" id="values"> |
---|
54 | <h3>Value Members</h3> |
---|
55 | <ol><li visbl="pub" name="views.html" data-isabs="false"> |
---|
56 | <a id="html:html"></a> |
---|
57 | <h4 class="signature"> |
---|
58 | <span class="kind">package</span> |
---|
59 | <span class="symbol"> |
---|
60 | <a href="html/package.html"><span class="name">html</span></a> |
---|
61 | |
---|
62 | |
---|
63 | </span> |
---|
64 | </h4> |
---|
65 | <p class="comment cmt">Contains ready to use built-in templates and template helpers for html templates.</p> |
---|
66 | </li></ol> |
---|
67 | </div> |
---|
68 | |
---|
69 | |
---|
70 | |
---|
71 | |
---|
72 | |
---|
73 | </div> |
---|
74 | |
---|
75 | <div id="tooltip"></div> |
---|
76 | |
---|
77 | </body> |
---|
78 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.