root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+scoring/wrapper.mtml @ 1220

Revision 1220, 1.7 kB (checked in by bsmith, 13 months ago)

adding two Vanilla template sets: Vanilla+Scoring and Vanilla+Widgets

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4<head>
5    <title><$mt:BlogName encode_html="1"$></title>
6    <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" />
7    <$mt:Var name="html_head"$>
8    <script type="text/javascript" src="<$mt:Link template="JavaScript"$>"></script>
9    <script type="text/javascript">
10        var staticWebPath = "<$mt:StaticWebPath$>";
11        var commentScript = "<$mt:CGIPath$><$mt:CommentScript$>";
12    </script>
13    <script type="text/javascript" src="<$mt:StaticWebPath$>plugins/Score/score_base.js"></script>
14    <script type="text/javascript" src="<$mt:StaticWebPath$>plugins/Score/Dug/score.js"></script>
15    <script type="text/javascript" src="<$mt:StaticWebPath$>plugins/Score/FiveStar/score.js"></script>
16    <script type="text/javascript" src="<$mt:StaticWebPath$>plugins/Score/Favorite/score.js"></script>
17    <mt:Ignore>
18    <!-- Community Solution Scoring -->
19    <!-- This updates any scoring controls on the page for the user who is signed-in. -->
20    <script type="text/javascript">
21    /* <![CDATA[ */
22    // mtAttachEvent('load', mtUpdateScores);
23    // mtAttachEvent('usersignin', mtUpdateScores);
24    /* ]]> */
25    </script>
26    </mt:Ignore>
27
28</head>
29<body>
30   
31    <p><em>Note: this template set is funtional, but not finished.</em></p>
32
33    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="Rating"></h1>
34
35<!-- end header --><hr />
36
37
38    <$mt:Var name="contents"$>
39
40
41<!-- start footer --><hr />
42
43    <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p>
44
45</body>
46</html>
Note: See TracBrowser for help on using the browser.