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
25eb4181
Commit
25eb4181
authored
Feb 23, 2013
by
Ivan Bellia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added html graphic for main window
parent
4cb37259
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
124 additions
and
117 deletions
+124
-117
Thumbs.db
gui/img/Thumbs.db
+0
-0
mainbg2.jpg
gui/img/mainbg2.jpg
+0
-0
login.html
gui/login.html
+1
-1
maingui.html
gui/maingui.html
+123
-116
No files found.
gui/img/Thumbs.db
0 → 100644
View file @
25eb4181
File added
gui/img/mainbg2.jpg
0 → 100644
View file @
25eb4181
96.6 KB
gui/login.html
View file @
25eb4181
...
...
@@ -37,7 +37,7 @@
<div
id=
"page"
>
<b><font
size=
"3"
>
SkyliveX 0.1.0 Login
</font></b>
<div
id=
"res"
></div>
<div
id=
"alert"
style=
"font-family: 'Arial', serif; font-size: 18px; color: #FF0000; background-color: #000000;"
>
E
rror!
</div>
<div
id=
"alert"
style=
"font-family: 'Arial', serif; font-size: 18px; color: #FF0000; background-color: #000000;"
>
E
nter your user and pass.
</div>
<font
size=
"2"
>
<form
id=
"login"
name=
"loginform"
>
<center>
...
...
gui/maingui.html
View file @
25eb4181
...
...
@@ -3,133 +3,140 @@
<title>
SkyliveX 0.1.0
</title>
<script
type=
"text/javascript"
src=
"SkyliveX.js"
></script>
<style>
#page
{
body
{
background-color
:
#FFFFFF
;
background-image
:
url('img/mainbg2.jpg')
;
color
:
#000000
;
text-align
:
center
;
margin
:
0
auto
;
overflow
:
hidden
;
}
#top
{
height
:
40px
;
border
:
1px
solid
#000000
;
width
:
auto
;
#datitele
{
position
:
absolute
;
top
:
8px
;
right
:
8px
;
left
:
8px
;
top
:
82px
;
left
:
438px
;
height
:
100px
;
width
:
50px
;
color
:
#BBBBBB
;
font-size
:
16px
;
background-color
:
#000000
;
}
#left
{
width
:
330px
;
position
:
absolute
;
top
:
48px
;
left
:
8px
;
right
:
8px
;
bottom
:
8px
;
#status
{
height
:
35px
;
width
:
350px
;
border
:
1px
solid
#FF0000
;
color
:
#FFFFFF
;
text-align
:
left
;
font-size
:
12px
;
position
:
absolute
;
top
:
358px
;
left
:
37px
;
}
#livearea
{
border
:
1px
solid
#00FF00
;
position
:
relative
;
height
:
240
x
;
width
:
320px
;
top
:
73px
;
left
:
61px
;
border
:
1px
solid
#FF0000
;
position
:
absolute
;
}
#toolsarea
{
border
:
1px
solid
#0000FF
;
#chatarea
{
position
:
absolute
;
bottom
:
0px
;
right
:
0px
;
left
:
0px
;
top
:
242px
;
top
:
465px
;
left
:
23px
;
height
:
154px
;
width
:
407px
;
overflow-y
:
auto
;
background-color
:
#FFFFFF
;
border
:
1px
solid
#FF0000
;
}
#right
{
#userlist
{
position
:
absolute
;
top
:
48px
;
left
:
338px
;
right
:
8px
;
bottom
:
8px
;
border
:
1px
solid
#FF0FF0
;
top
:
466px
;
left
:
466px
;
height
:
220px
;
width
:
140px
;
color
:
#FFFF00
;
border
:
1px
solid
#FF0000
;
background-color
:
#AAAAFF
;
}
#chatarea
{
overflow-y
:
auto
;
border
:
1px
solid
#00FF00
;
#chatinput
{
position
:
absolute
;
bottom
:
70px
;
top
:
0px
;
right
:
130px
;
left
:
0px
;
top
:
642px
;
left
:
23px
;
height
:
50px
;
width
:
298px
;
background-color
:
#FFFFFF
;
border
:
1px
solid
#FF0000
;
}
#chatlist
{
overflow-y
:
auto
;
width
:
130px
;
#telescope
{
position
:
absolute
;
border
:
1px
solid
#00FF00
;
bottom
:
70px
;
top
:
0px
;
right
:
0px
;
top
:
23px
;
left
:
312px
;
width
:
auto
;
color
:
#CCCCCC
;
font-size
:
18px
;
background-color
:
#000000
;
}
#chatinput
{
#numteleselect
{
position
:
absolute
;
height
:
70px
;
bottom
:
0px
;
right
:
0px
;
left
:
0px
;
border
:
1px
solid
#0000FF
;
top
:
25px
;
left
:
410px
;
}
</style>
</head>
<body>
<div
id=
"page
"
>
<div
id=
"top"
>
<div
id=
"status
"
>
Telescopio chiuso per maltempo
</div>
<div
id=
"left"
>
<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=
"toolsarea"
>
TOOL
</div>
</div>
<div
id=
"right"
>
<div
id=
"chatarea"
>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
CHAT
</p>
<p>
PIPPO
</p>
Welcome to Skylive Chat, you are connected as Administrator!
</div>
<div
id=
"chatlist"
>
<p>
user1
</p>
<p>
user2
</p>
<div
id=
"userlist"
>
ivan_staff
<br>
nextime
<br>
</div>
<div
id=
"chatinput"
>
<p>
INPUT
</p>
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