Styled starting page of Reihungstesttool

The starting page (login.php) is well-formed.

Still missing translations of new text inputs.
This commit is contained in:
cris-technikum
2019-04-30 16:37:51 +02:00
parent 4a0170d726
commit 58e2d3f000
6 changed files with 259 additions and 177 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
<link href="../../skin/style.css.php" rel="stylesheet" type="text/css">
</head>
<frameset rows="77,*,1" cols="*" frameborder="NO" border="0" framespacing="0">
<frameset rows="13%,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="topbar.php" name="topbar" scrolling="NO" noresize>
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
<frame id="menu_testtool" src="menu.php" name="menu" scrolling="AUTO" noresize>
<frame id="content_testtool" style="padding-left: 10px;" src="login.php" name="content">
<frame id="content_testtool" style="padding: 0px 50px 0px 50px; overflow: hidden;" src="login.php" name="content">
</frameset>
<noframes>
<body>