Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
skylivex
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
astronomy
skylivex
Commits
4a1a56d5
Commit
4a1a56d5
authored
Feb 23, 2013
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-added maingui.html from Ivan's branch
parent
5c7e7a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
137 additions
and
0 deletions
+137
-0
maingui.html
gui/maingui.html
+137
-0
No files found.
gui/maingui.html
0 → 100644
View file @
4a1a56d5
<html>
<head>
<title>
SkyliveX 0.1.0
</title>
<script
type=
"text/javascript"
src=
"SkyliveX.js"
></script>
<style>
body
{
background-color
:
#FFFFFF
;
background-image
:
url('img/mainbg2.jpg')
;
color
:
#000000
;
margin
:
0
auto
;
overflow
:
hidden
;
}
#datitele
{
position
:
absolute
;
top
:
82px
;
left
:
438px
;
height
:
100px
;
width
:
50px
;
color
:
#BBBBBB
;
font-size
:
16px
;
background-color
:
#000000
;
}
#status
{
height
:
35px
;
width
:
350px
;
color
:
#FFFF00
;
text-align
:
left
;
font-size
:
12px
;
position
:
absolute
;
top
:
359px
;
left
:
38px
;
}
#livearea
{
height
:
240
x
;
width
:
320px
;
top
:
73px
;
left
:
61px
;
position
:
absolute
;
}
#chatarea
{
position
:
absolute
;
top
:
465px
;
left
:
23px
;
height
:
154px
;
width
:
407px
;
overflow-y
:
auto
;
background-color
:
#FFFFFF
;
}
#userlist
{
position
:
absolute
;
top
:
466px
;
left
:
470px
;
height
:
220px
;
width
:
140px
;
color
:
#FFFF00
;
background-color
:
#AAAAFF
;
}
#chatinput
{
position
:
absolute
;
top
:
642px
;
left
:
23px
;
height
:
50px
;
width
:
298px
;
background-color
:
#FFFFFF
;
}
#telescope
{
position
:
absolute
;
top
:
23px
;
left
:
312px
;
width
:
auto
;
color
:
#CCCCCC
;
font-size
:
18px
;
background-color
:
#000000
;
}
#numteleselect
{
position
:
absolute
;
top
:
20px
;
left
:
407px
;
}
</style>
</head>
<body>
<div
id=
"status"
>
Telescopio chiuso per maltempo
</div>
<div
id=
"datitele"
>
RA
<br>
DEC
<br>
CCD Temp.
<br>
FWHM
<br>
</div>
<div
id=
"livearea"
>
<img
src=
"http://live1.skylive.name/tele1/live640.jpg"
></img>
</div>
<div
id=
"chatarea"
>
Welcome to Skylive Chat, you are connected as Administrator!
</div>
<div
id=
"userlist"
>
ivan_staff
<br>
nextime
<br>
</div>
<div
id=
"chatinput"
>
Write the chat text here
</div>
<div
id=
"telescope"
>
Telescope
</div>
<div
id=
"numteleselect"
>
<select
name=
"numtele"
>
<option
selected
>
1
</option>
<option>
2
</option>
<option>
3
</option>
<option>
4
</option>
</select>
</div>
</body>
</html>
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