create two placeholders for projects, until i figure out if linking to the wiki is a better idea.
Andrew Lewman

Andrew Lewman commited on 2010-08-18 20:49:36
Zeige 2 geänderte Dateien mit 52 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,26 @@
1
+## translation metadata
2
+# Revision: $Revision: 0 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+<div id="content" class="clearfix">
7
+	<div id="breadcrumbs">
8
+    <a href="<page index>">Home &raquo; </a>
9
+    <a href="<page projects/projects>">Projects &raquo; </a>
10
+    <a href="<page projects/projects>">Sample Project</a>
11
+  </div>
12
+	<div id="maincol"> 
13
+
14
+    <h1>Sample Tor Project</h1>
15
+    Here is some information
16
+
17
+  </div>
18
+  <!-- END MAINCOL -->
19
+  <div id = "sidecol">
20
+#include "side.wmi"
21
+#include "info.wmi"
22
+  </div>
23
+  <!-- END SIDECOL -->
24
+</div>
25
+<!-- END CONTENT -->
26
+#include <foot.wmi>      
... ...
@@ -0,0 +1,26 @@
1
+## translation metadata
2
+# Revision: $Revision: 0 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+<div id="content" class="clearfix">
7
+	<div id="breadcrumbs">
8
+    <a href="<page index>">Home &raquo; </a>
9
+    <a href="<page projects/projects>">Projects &raquo; </a>
10
+    <a href="<page projects/projects>">Sample Project</a>
11
+  </div>
12
+	<div id="maincol"> 
13
+
14
+    <h1>Sample Tor Project</h1>
15
+    Here is some information
16
+
17
+  </div>
18
+  <!-- END MAINCOL -->
19
+  <div id = "sidecol">
20
+#include "side.wmi"
21
+#include "info.wmi"
22
+  </div>
23
+  <!-- END SIDECOL -->
24
+</div>
25
+<!-- END CONTENT -->
26
+#include <foot.wmi>      
0 27