Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
smradius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shail
smradius
Commits
8c6d9499
Commit
8c6d9499
authored
14 years ago
by
Robert Anderson
Browse files
Options
Downloads
Patches
Plain Diff
awit files location change
Added correct location of awit files Cleaned up whitespaces
parent
f45cf4c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
webgui/index.html
+128
-128
128 additions, 128 deletions
webgui/index.html
webgui/styles.css
+1
-1
1 addition, 1 deletion
webgui/styles.css
with
129 additions
and
129 deletions
webgui/index.html
+
128
−
128
View file @
8c6d9499
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
>
<head>
<style
type=
"text/css"
>
#loading-mask
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
20000
;
background-color
:
white
;
}
#loading
{
position
:
absolute
;
left
:
45%
;
top
:
40%
;
padding
:
2px
;
z-index
:
20001
;
height
:
auto
;
}
#loading
a
{
color
:
#225588
;
}
#loading
.loading-indicator
{
background
:
white
;
color
:
#444
;
font
:
bold
13px
tahoma
,
arial
,
helvetica
;
padding
:
10px
;
margin
:
0
;
height
:
auto
;
}
#loading-msg
{
font
:
normal
10px
arial
,
tahoma
,
sans-serif
;
}
</style>
</head>
<body>
<div
id=
"loading-mask"
style=
""
></div>
<div
id=
"loading"
>
<div
class=
"loading-indicator"
>
<img
src=
"resources/extjs/images/extanim32.gif"
width=
"32"
height=
"32"
style=
"margin-right:8px;float:left;vertical-align:top;"
/>
SMRadius WebGUI -
<a
href=
"http://smradius.org"
>
smradius.org
</a><br
/><span
id=
"loading-msg"
>
Loading styles and images...
</span>
</div>
</div>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading stylesheets...
'
;
</script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"resources/extjs/css/ext-all.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"styles.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"resources/custom/css/silk-icons.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"icons.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"resources/extjs/css/examples.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"js/custom/GridFilters/icons/style.css"
/>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading core API...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/extjs/ext-base.js"
></script>
<script
type=
"text/javascript"
src=
"js/extjs/ext-all.js"
></script>
<!--
Our own libraries
-->
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading libraries...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/custom/util.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/sprintf.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/regexes.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/vtypes.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/GridFilters.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/menu/EditableItem.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/menu/RangeMenu.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/Filter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/StringFilter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/DateFilter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/ListFilter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/NumericFilter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/GridFilters/filter/BooleanFilter.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/ProgressFormPanel.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/StatusBar.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/common.js"
></script>
<script
type=
"text/javascript"
src=
"js/custom/generic.js"
></script>
<!--
Main application
-->
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading configuration...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/config.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading menus...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/menus.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading windows...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUsers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUserLogs.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUserTopups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPLocations.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPLocationMembers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPResellers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUsers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserLogs.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserGroups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserTopups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealms.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealmAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealmMembers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClients.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClientAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClientRealms.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroupAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroupMembers.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading layout...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/main-layout.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Starting...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/main.js"
></script>
</body>
</html>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
>
<head>
<style
type=
"text/css"
>
#loading-mask
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
20000
;
background-color
:
white
;
}
#loading
{
position
:
absolute
;
left
:
45%
;
top
:
40%
;
padding
:
2px
;
z-index
:
20001
;
height
:
auto
;
}
#loading
a
{
color
:
#225588
;
}
#loading
.loading-indicator
{
background
:
white
;
color
:
#444
;
font
:
bold
13px
tahoma
,
arial
,
helvetica
;
padding
:
10px
;
margin
:
0
;
height
:
auto
;
}
#loading-msg
{
font
:
normal
10px
arial
,
tahoma
,
sans-serif
;
}
</style>
</head>
<body>
<div
id=
"loading-mask"
style=
""
></div>
<div
id=
"loading"
>
<div
class=
"loading-indicator"
>
<img
src=
"
awitef/
resources/extjs/images/extanim32.gif"
width=
"32"
height=
"32"
style=
"margin-right:8px;float:left;vertical-align:top;"
/>
SMRadius WebGUI -
<a
href=
"http://smradius.org"
>
smradius.org
</a><br
/><span
id=
"loading-msg"
>
Loading styles and images...
</span>
</div>
</div>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading stylesheets...
'
;
</script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
awitef/
resources/extjs/css/ext-all.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"styles.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
awitef/
resources/custom/css/silk-icons.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"icons.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
awitef/
resources/extjs/css/examples.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
awitef/
js/custom/GridFilters/icons/style.css"
/>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading core API...
'
;
</script>
<script
type=
"text/javascript"
src=
"
awitef/
js/extjs/ext-base.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/extjs/ext-all.js"
></script>
<!--
Our own libraries
-->
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading libraries...
'
;
</script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/util.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/sprintf.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/regexes.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/vtypes.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/GridFilters.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/menu/EditableItem.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/menu/RangeMenu.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/Filter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/StringFilter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/DateFilter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/ListFilter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/NumericFilter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/GridFilters/filter/BooleanFilter.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/ProgressFormPanel.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/StatusBar.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/common.js"
></script>
<script
type=
"text/javascript"
src=
"
awitef/
js/custom/generic.js"
></script>
<!--
Main application
-->
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading configuration...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/config.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading menus...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/menus.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading windows...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUsers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUserLogs.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPUserTopups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPLocations.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPLocationMembers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/WiSPResellers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUsers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserLogs.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserGroups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminUserTopups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealms.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealmAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminRealmMembers.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClients.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClientAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminClientRealms.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroups.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroupAttributes.js"
></script>
<script
type=
"text/javascript"
src=
"js/app/windows/AdminGroupMembers.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Loading layout...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/main-layout.js"
></script>
<script
type=
"text/javascript"
>
document
.
getElementById
(
'
loading-msg
'
).
innerHTML
=
'
Starting...
'
;
</script>
<script
type=
"text/javascript"
src=
"js/app/main.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
webgui/styles.css
+
1
−
1
View file @
8c6d9499
...
...
@@ -56,6 +56,6 @@
background-image
:
url(details.gif)
;
}
.x-resizable-pinned
.x-resizable-handle-south
{
background
:
url(resources/extjs/images/default/sizer/s-handle-dark.gif)
;
background
:
url(
awitef/
resources/extjs/images/default/sizer/s-handle-dark.gif)
;
background-position
:
top
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment