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
ef545df9
You need to sign in or sign up before continuing.
Commit
ef545df9
authored
Jun 28, 2012
by
Владислав Большаков
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
barbass: поправка к оформлению
parent
c4c4b8c5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
default.php
default.php
+1
-1
test.php
test.php
+1
-1
No files found.
default.php
View file @
ef545df9
...
...
@@ -5,7 +5,7 @@
<nobr>
Комментарий:
<input
type=
"text"
id=
"e_typos_comment"
name=
"e_typos_comment"
class=
"e_typos_idle"
onblur=
"this.className='e_typos_idle'"
onfocus=
"this.className='e_typos_activeField'"
size=
'19'
maxlength=
"50"
placeholder=
"Должна быть буква..."
/></nobr>
</p>
<p
id=
"e_typos_error"
class=
"e_typos_error"
style=
"border:1px solid"
></p>
<p
id=
"e_typos_error"
class=
"e_typos_error"
style=
"border:1px solid
; border-radius:5px;
"
></p>
<input
type=
"button"
value=
"Отправить"
class=
"e_typos_idle"
onblur=
"this.className='e_typos_idle'"
onmouseup=
"this.className='e_typos_idle'"
onmousedown=
"this.className='e_typos_activeButton'"
onclick=
"ETY.post_data();"
/>
<input
type=
"button"
value=
"Закрыть"
class=
"e_typos_idle"
onblur=
"this.className='e_typos_idle'"
onmouseup=
"this.className='e_typos_idle'"
onmousedown=
"this.className='e_typos_activeButton'"
onclick=
"ETY.close();"
/>
...
...
test.php
View file @
ef545df9
...
...
@@ -63,7 +63,7 @@
<!--<p id="e_typos_user_text" class="e_typos_user_text"></p>-->
<p
id=
"e_typos_error"
class=
"e_typos_error"
style=
"border:1px solid"
></p>
<p
id=
"e_typos_error"
class=
"e_typos_error"
style=
"border:1px solid
; border-radius:5px;
"
></p>
<input
type=
"button"
value=
"Отправить"
class=
"e_typos_idle"
onblur=
"this.className='e_typos_idle'"
onmouseup=
"this.className='e_typos_idle'"
onmousedown=
"this.className='e_typos_activeButton'"
onclick=
"ETY.post_data();"
/>
<input
type=
"button"
value=
"Закрыть"
class=
"e_typos_idle"
onblur=
"this.className='e_typos_idle'"
onmouseup=
"this.className='e_typos_idle'"
onmousedown=
"this.className='e_typos_activeButton'"
onclick=
"ETY.close();"
/>
...
...
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