Refactor web UI to use HTML frames layout
Replace single-page layout with a frameset: left navigation frame with repo dropdown and page links, right content frame showing the selected page. Split the repo page into separate sub-pages: branches, changes, remote, and manage. Uses <frameset> for maximum compatibility with ancient browsers (Netscape 2+, IE 3+). Clone and delete forms target _top to reload the full frameset when the repo list changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
9
src/main/resources/templates/welcome.html
Normal file
9
src/main/resources/templates/welcome.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>WebGit</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to WebGit</h1>
|
||||
<p>Select a repository from the menu on the left, or clone a new one.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user