This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New approach; trying to put as many files as possible on a remote ser…
…ver.
- Loading branch information
Showing
12 changed files
with
78 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
function openPopup() { | ||
var popup = window.open("popup.html", "popupwindow", "toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=430, top=" + (screen.height-430)/4 + ", left=" + (screen.width-700)/2); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<base href="https://ocrdu.nl/sosb/"> | ||
<meta charset="UTF-8"> | ||
<title>Share-on-Steemit button example</title> | ||
</head> | ||
<body> | ||
<div class="steemit" style="display:inline-block; vertical-align:middle;"> | ||
<a href="steemit.html" target="_blank" style="outline:none;" onclick="window.open('steemit.html?title=' + encodeURIComponent(document.title) + '&article=' + encodeURIComponent(location.href), 'targetWindow', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=430, top=' + (screen.height-430)/4 + ', left=' + (screen.width-700)/2); return false;"><img src="steemit.png" alt="Steemit" onmouseover="this.src='steemit_d.png';" onmouseout="this.src='steemit.png';"></a> | ||
<script src="openpopup.js"></script> | ||
<img src="steemit.png" alt="Steemit" style="outline:none;" onmouseover="this.src='steemit_d.png'; style='cursor:pointer;'" onmouseout="this.src='steemit.png'; style='cursor:default;'" onclick="openPopup()"> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sharedonsteemit ocrdu donate donations |
This file was deleted.
Oops, something went wrong.