summaryrefslogtreecommitdiff
path: root/templates/popup.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'templates/popup.mdwn')
-rw-r--r--templates/popup.mdwn17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/popup.mdwn b/templates/popup.mdwn
index 7e55d93..b355daa 100644
--- a/templates/popup.mdwn
+++ b/templates/popup.mdwn
@@ -1,14 +1,15 @@
<TMPL_UNLESS NAME="mouseover">
-Brug denne skabelon til at lave et popup-vindue som vises når musemarkøren
-er henover en del af siden. Denne skabelon har to parametre:
+Use this template to create a popup window that is displayed when the mouse
+is over part of the page. This template has two parameters:
<ul>
-<li>`mouseover` - Dette er teksten eller andet indhold som udløser popup'en.
-<li>`popup` - Her angives indeholdet af popup-vinduet. Det kan være hvad som
-helst, endda billeder eller hele små wikisider, men bør ikke være for stort
-af hensyn til brugervenligheden.
+<li>`mouseover` - This is the text or other content that triggers the
+popup.
+<li>`popup` - This should be the content of the popup window. It can be
+anything, even images or a whole little wiki page, but should not be too
+large for good usability.
</ul>
-Bemærk at weblæsere som ikke understøtter CSS-koden vil vise popup'en
-indlejret på siden, indenfor lodrette klammer.
+Note that browsers that do not support the CSS will display the popup
+inline in the page, inside square brackets.
</TMPL_UNLESS>
<span class="popup"><TMPL_VAR mouseover>
<span class="paren">[</span><span class="balloon"><TMPL_VAR popup></span><span class="paren">]</span>