aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/head.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
commita118f83ee23d9151157500737022db018e922a9f (patch)
treed40f91dc1f0f957dfdde470d8065fcdfedec2d26 /view/de/head.tpl
parent5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff)
downloadvolse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.gz
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.bz2
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.zip
initial stuff for the german translation
Diffstat (limited to 'view/de/head.tpl')
-rw-r--r--view/de/head.tpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/view/de/head.tpl b/view/de/head.tpl
new file mode 100644
index 000000000..50dd9cab6
--- /dev/null
+++ b/view/de/head.tpl
@@ -0,0 +1,31 @@
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<base href="$baseurl" />
+<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
+<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg">
+
+<!--[if IE]>
+<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+<![endif]-->
+<script type="text/javascript" src="$baseurl/include/jquery.js" ></script>
+<script type="text/javascript" src="$baseurl/include/main.js" ></script>
+<script>
+
+ function confirmDelete() { return confirm("Delete this item?"); }
+ function commentOpen(obj,id) {
+ if(obj.value == 'Comment') {
+ obj.value = '';
+ obj.className = "comment-edit-text-full";
+ openMenu("comment-edit-submit-wrapper-" + id);
+ }
+ }
+ function commentClose(obj,id) {
+ if(obj.value == '') {
+ obj.value = 'Comment';
+ obj.className="comment-edit-text-empty";
+ closeMenu("comment-edit-submit-wrapper-" + id);
+ }
+ }
+
+</script>
+
+