Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-webclient
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
eterfund
retypos-webclient
Commits
97231efe
Commit
97231efe
authored
Jul 05, 2012
by
Владислав Большаков
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
barbass: доработка стилей (eterbug #1511)
parent
e596a82f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
default.php
default.php
+1
-0
etersoft_typos.js
etersoft_typos.js
+1
-1
test.php
test.php
+5
-5
typos.css
typos.css
+4
-5
No files found.
default.php
View file @
97231efe
...
...
@@ -15,6 +15,7 @@
<p>
<input
type=
"button"
title=
"Отправить сообщение об опечатке"
value=
"Отправить"
class=
"e_typos_button"
onclick=
"ETY.post_data();"
/>
<input
type=
"button"
title=
"Закрыть окно"
value=
"Закрыть"
class=
"e_typos_button"
onclick=
"ETY.close();"
/>
</p>
...
...
etersoft_typos.js
View file @
97231efe
...
...
@@ -131,7 +131,7 @@ var ETY = {
ETY
.
error
(
"red"
,
"Сервер не смог отправить письмо"
);
break
;
case
'10win'
:
ETY
.
error
(
"green"
,
"Спасибо за ваше внимание"
);
ETY
.
error
(
"green"
,
"Спасибо за ваше внимание
.
"
);
window
.
setTimeout
(
'ETY.close()'
,
2000
);
break
;
case
'10inserterror'
:
...
...
test.php
View file @
97231efe
...
...
@@ -14,25 +14,24 @@
background-color
:
white
;
padding
:
0px
2px
2px
2px
;
width
:
350px
;
border-radius
:
10px
;
border-radius
:
0
0
10
10
;
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.5
);
text-align
:
center
;
}
#e_typos_title
{
text-align
:
left
;
padding
:
0.5em
0.5em
0.
3
em
1em
;
border-radius
:
7
7
7
7
;
padding
:
0.5em
0.5em
0.
5
em
1em
;
border-radius
:
0
0
10
10
;
background
:
#4169e1
;
color
:
white
;
margin-top
:
1px
;
}
#e_typos_close
{
padding-right
:
10px
;
float
:
right
;
cursor
:
pointer
;
opacity
:
0.5
;
margin-left
:
190px
;
}
#e_typos_close
:hover
{
...
...
@@ -90,6 +89,7 @@
<p>
<input
type=
"button"
title=
"Отправить сообщение об опечатке"
value=
"Отправить"
class=
"e_typos_button"
onclick=
"ETY.post_data();"
/>
<input
type=
"button"
title=
"Закрыть окно"
value=
"Закрыть"
class=
"e_typos_button"
onclick=
"ETY.close();"
/>
</p>
...
...
typos.css
View file @
97231efe
...
...
@@ -7,25 +7,24 @@
background-color
:
white
;
padding
:
0px
2px
2px
2px
;
width
:
350px
;
border-radius
:
10px
;
border-radius
:
0
0
10
10
;
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.5
);
text-align
:
center
;
}
#e_typos_title
{
text-align
:
left
;
padding
:
0.5em
0.5em
0.
3
em
1em
;
border-radius
:
7
7
7
7
;
padding
:
0.5em
0.5em
0.
5
em
1em
;
border-radius
:
0
0
10
10
;
background
:
#4169e1
;
color
:
white
;
margin-top
:
1px
;
}
#e_typos_close
{
padding-right
:
10px
;
float
:
right
;
cursor
:
pointer
;
opacity
:
0.5
;
margin-left
:
190px
;
}
#e_typos_close
:hover
{
...
...
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