Author: astepukonis
Date: Thu Jan 22 19:33:37 2015
New Revision: 1654024

URL: http://svn.apache.org/r1654024
Log:
Created a temporary test file.

Added:
    openoffice/ooo-site/trunk/content/lt/download/popup.html   (with props)

Added: openoffice/ooo-site/trunk/content/lt/download/popup.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/download/popup.html?rev=1654024&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/lt/download/popup.html (added)
+++ openoffice/ooo-site/trunk/content/lt/download/popup.html Thu Jan 22 
19:33:37 2015
@@ -0,0 +1,38 @@
+<html>
+<head>
+</head>
+<body>
+<script type="text/javascript">
+        showWindow = function( target_link ) {
+            var popup_window = "";
+            popup_window = window.open( target_link, "_blank", "location=no, 
menubar=no, resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, 
left=100, top=250, width=800, height=550" );
+            window.focus();
+            return;
+        }
+</script>
+<script type="text/javascript">
+        showWindow2 = function( target_link ) {
+            var popup_window2 = "";
+            popup_window2 = window.open( target_link, "_blank", "location=no, 
menubar=no, resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, 
left=100, top=250, width=800, height=550" );
+            if (window.focus) {
+                popup_window2.focus;
+            }
+            return;
+        }
+</script>
+<img alt="Diegimo informacija" title="Kuo skiriasi visas dieginys nuo kalbos 
paketo?" 
src="http://www.openoffice.org/download/cachedimages/help-information-icon.png"; 
id="dl_hlp_img" style="padding: 5px 5px 0px 0px; display: inline; cursor: 
help;" height="16" width="16">
+        <a style="display: inline; cursor: help;" title="Kuo skiriasi visas 
dieginys nuo kalbos paketo?" 
href="http://www.openoffice.org/lt/download/full_vs_lp.html"; id="dl_hlp" 
target="_blank" onclick="showWindow( this.href ); return false;">
+        Kas yra kalbos paketas?
+        </a>
+
+<br>
+
+<img alt="Diegimo informacija" title="Kuo skiriasi visas dieginys nuo kalbos 
paketo?" 
src="http://www.openoffice.org/download/cachedimages/help-information-icon.png"; 
id="dl_hlp_img" style="padding: 5px 5px 0px 0px; display: inline; cursor: 
help;" height="16" width="16">
+        <a style="display: inline; cursor: help;" title="Kuo skiriasi visas 
dieginys nuo kalbos paketo?" 
href="http://www.openoffice.org/lt/download/full_vs_lp.html"; id="dl_hlp" 
target="_blank" onclick="showWindow2( this.href ); return false;">
+        Kas yra kalbos paketas?
+        </a>
+
+<br>
+
+</body>
+</html>
\ No newline at end of file

Propchange: openoffice/ooo-site/trunk/content/lt/download/popup.html
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to