Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e3c768ab
Commit
e3c768ab
authored
Oct 05, 2023
by
Gabriel Ivăncescu
Committed by
Alexandre Julliard
Oct 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdoclc: Add a basic generic html page for navigation errors.
Signed-off-by:
Gabriel Ivăncescu
<
gabrielopcode@gmail.com
>
parent
b38fcaf3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
ERROR.HTM
dlls/shdoclc/ERROR.HTM
+13
-0
shdoclc.rc
dlls/shdoclc/shdoclc.rc
+3
-0
No files found.
dlls/shdoclc/ERROR.HTM
0 → 100644
View file @
e3c768ab
<!DOCTYPE HTML>
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Page Load Error
</title>
</head>
<body
onload=
"javascript: if(window.location.search) document.getElementById('err').innerHTML = unescape(window.location.search.substr(1))"
>
<div
style=
"margin-left:45px; width:720px;"
>
<h2>
The page cannot be loaded because of an error
</h2>
<p>
Error code:
<b
id=
"err"
>
Unknown
</b></p>
</div>
</body>
</html>
dlls/shdoclc/shdoclc.rc
View file @
e3c768ab
...
...
@@ -241,3 +241,6 @@ IDR_BROWSE_CONTEXT_MENU MENU
MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
}
}
/* @makedep: ERROR.HTM */
ERROR.HTM HTML "ERROR.HTM"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment