-
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.
small adjustments to style.css and info_user.html
- Loading branch information
1 parent
4968e5f
commit db0c387
Showing
2 changed files
with
9 additions
and
76 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 |
---|---|---|
@@ -1,18 +1,9 @@ | ||
<HTML><HEAD><TITLE>#-006 %-U (%-G)</TITLE> | ||
<link href="/images/vqadmin/vqadmin.css" rel="stylesheet" rev="stylesheet" type="text/css" media="all"> | ||
</head> | ||
<body bgcolor=#-055 vlink=#-056 link=#-056 alink=#-056> | ||
<FONT face="#-057" SIZE=#-058 color=#-056> | ||
info_user | ||
<CENTER><B>%-W</B></CENTER> | ||
<CENTER>#-006 %-U (%-G)</CENTER> | ||
<B>#-006</B> | ||
<HR> | ||
<FORM METHOD="POST" ACTION="/cgi-bin/vqadmin/vqadmin.cgi"> | ||
#-020 <INPUT TYPE="TEXT" NAME="muser" SIZE="30"> | ||
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="#-006"> | ||
</FORM> | ||
<HR> | ||
<a href="/cgi-bin/vqadmin/vqadmin.cgi">Main VqAdmin Menu</a><BR><BR> | ||
%-V | ||
</BODY></HTML> | ||
<!-- this template in not used (?) --> | ||
<h2>#-006</h2> | ||
|
||
<form action="/cgi-bin/vqadmin/vqadmin.cgi" method="post" name="form1" id="form1"> | ||
|
||
<div class="mb-3"> | ||
<label for="muser">#-020</label> | ||
<input type="text" class="form-control" name="muser" id="muser"> | ||
</div> |