]> git.sesse.net Git - wloh/blobdiff - templates/scenario.xml
Unbreak/templatify scenario analysis.
[wloh] / templates / scenario.xml
diff --git a/templates/scenario.xml b/templates/scenario.xml
new file mode 100644 (file)
index 0000000..7ea71e2
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE
+  html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no" xmlns:t="http://template.sesse.net/">
+  <head>
+    <title>WLoH-plasseringsannsynlighetsberegning</title>
+    <link rel="stylesheet" href="style" type="text/css" />
+  </head>
+  <body>
+    <p>Scenario der <strong t:id="nick" /> ender på <strong t:id="rank" /> plass:</p>
+    <ul t:id="results">
+      <li><t:player-1 /> – <t:player-2 />: <t:result /></li>
+    </ul>
+  </body>
+</html>