Qual: update iwebkit to 5.0.4 version
@@ -19,7 +19,7 @@ FPDF_TPL 1.1.4 Apache Software License 2.0 No GPL3 only PDF temp
|
||||
FPDI 1.3.2 Apache Software License 2.0 No GPL3 only PDF templates management
|
||||
FPDI_Protection 1.0.3 Apache Software License 2.0 No GPL3 only PDF encryption (8 files)
|
||||
GeoIP x.x Yes GeoIP Maxmind conversion
|
||||
iWebkit 4.6.2 LGPL 3.0 Yes Iphone templates framework
|
||||
iWebkit 5.0.4 LGPL 3.0 Yes Iphone templates framework
|
||||
JCrop 0.9.8 MIT Licence Yes JS library to crop images
|
||||
MagPieRss 0.72 GPL 2.0 Yes Load RSS
|
||||
NuSoap 0.7.3 LGPL 2.1 Yes Interfaces with third tools
|
||||
|
||||
1138
htdocs/includes/iphone/iwebkit/Framework/css/developer-style.css
Normal file
@@ -1,817 +0,0 @@
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
-webkit-text-size-adjust: none;
|
||||
min-height: 416px;
|
||||
font-family: helvetica,sans-serif;
|
||||
background: url("../images/background.png"),url('../images/menutouched.png') no-repeat;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
.center {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
a:hover span.arrow {
|
||||
background-position: 0 -13px!important;
|
||||
}
|
||||
#topbar {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 44px;
|
||||
width: auto;
|
||||
background: url("../images/header.png") repeat;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
#title {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10px;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
font-weight: bold;
|
||||
color: #FFF;
|
||||
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
||||
font-size: 16pt;
|
||||
}
|
||||
#content {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
min-height: 250px;
|
||||
margin-top: 10px;
|
||||
height: auto;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#footer {
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin: 20px 10px 0;
|
||||
height: auto;
|
||||
width: auto;
|
||||
bottom: 10px;
|
||||
}
|
||||
#footer a, #footer {
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
color: #4C4C4C;
|
||||
text-shadow: #FFF 0 1px 0;
|
||||
}
|
||||
.pageitem {
|
||||
-webkit-border-radius: 8px;
|
||||
background-color: #fff;
|
||||
border: #878787 solid 1px;
|
||||
font-size: 12pt;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
height: auto;
|
||||
width: auto;
|
||||
margin: 3px 9px 17px;
|
||||
list-style: none;
|
||||
}
|
||||
.textbox {
|
||||
padding: 5px 9px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #878787;
|
||||
}
|
||||
.textbox p {
|
||||
margin-top: 2px;
|
||||
color: #000;
|
||||
margin-bottom: 2px;
|
||||
text-align: justify;
|
||||
}
|
||||
.textbox img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.textbox ul {
|
||||
margin: 3px 0 3px 0;
|
||||
list-style: circle!important;
|
||||
}
|
||||
.textbox li {
|
||||
margin: 0!important;
|
||||
}
|
||||
.pageitem li:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
li.menu, li.form {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
display: block;
|
||||
height: 43px;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #878787;
|
||||
width: auto;
|
||||
}
|
||||
ul.pageitem li:first-child:hover, .pageitem li:first-child a, li.form:first-child input[type=radio], li.form:first-child select, li.form:first-child input[type=submit], li.form:first-child button, li.form:first-child input[type=reset] {
|
||||
-webkit-border-top-left-radius: 8px 8px;
|
||||
-webkit-border-top-right-radius: 8px 8px;
|
||||
}
|
||||
ul.pageitem li:last-child:hover, .pageitem li:last-child a, li.form:last-child input[type=radio], li.form:last-child select, li.form:last-child input[type=submit], li.form:last-child button, li.form:last-child input[type=reset] {
|
||||
-webkit-border-bottom-left-radius: 8px 8px;
|
||||
-webkit-border-bottom-right-radius: 8px 8px;
|
||||
}
|
||||
li.menu:hover {
|
||||
background: url("../images/menutouched.png") repeat-x #0274ee;
|
||||
}
|
||||
li.menu a:hover span.name, li.menu a:hover span.comment, li.store:hover .starcomment, li.store:hover .name, li.store:hover .comment, body.list li.withimage a:hover .comment {
|
||||
color: #fff;
|
||||
}
|
||||
li.menu a:hover span.comment {
|
||||
color: #CCF;
|
||||
}
|
||||
li.menu a {
|
||||
display: block;
|
||||
height: 43px;
|
||||
width: auto;
|
||||
text-decoration: none;
|
||||
}
|
||||
li.menu a img {
|
||||
width: auto;
|
||||
height: 32px;
|
||||
margin: 5px 0 0 5px;
|
||||
float: left;
|
||||
}
|
||||
li.menu span.name {
|
||||
margin: 11px 0 0 7px;
|
||||
width: auto;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 75%;
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
}
|
||||
li.menu span.comment {
|
||||
margin: 11px 30px 0 0;
|
||||
width: auto;
|
||||
color: #000;
|
||||
font-size: 17px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 75%;
|
||||
white-space: nowrap;
|
||||
float: right;
|
||||
color: #324f85;
|
||||
}
|
||||
li.menu span.arrow, li.store span.arrow, body.musiclist span.arrow, body.list span.arrow {
|
||||
position: absolute;
|
||||
width: 8px!important;
|
||||
height: 13px!important;
|
||||
right: 10px;
|
||||
top: 15px;
|
||||
margin: 0!important;
|
||||
background: url("../images/arrow.png") 0 0 no-repeat;
|
||||
}
|
||||
li.store {
|
||||
height: 90px;
|
||||
border-top: #878787 solid 1px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
li.store a {
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
display: block;
|
||||
background: url("../images/storebg.png") left top no-repeat;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
}
|
||||
li.store:hover {
|
||||
background: url("../images/storetouched.png") repeat-x #0274ee;
|
||||
}
|
||||
li.store .image {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
display: block;
|
||||
background: url('../images/storetouched.png') no-repeat;
|
||||
}
|
||||
li:first-child.store .image, li.store:first-child a {
|
||||
-webkit-border-top-left-radius: 8px 8px;
|
||||
}
|
||||
li:last-child.store .image, li.store:last-child a {
|
||||
-webkit-border-bottom-left-radius: 8px 8px;
|
||||
}
|
||||
li.store .name {
|
||||
font-size: 15px;
|
||||
white-space: nowrap;
|
||||
margin: 5px 0 0 95px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
max-width: 60%;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
li.store .comment, body.list li.withimage .comment {
|
||||
font-size: 12px;
|
||||
color: #7f7f7f;
|
||||
margin: 16px 0 0 95px;
|
||||
display: block;
|
||||
width: 60%;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
li.store .arrow, body.list li.withimage .arrow {
|
||||
top: 39px!important;
|
||||
}
|
||||
li.store .stars {
|
||||
margin: 6px 0 0 95px;
|
||||
}
|
||||
li.store .starcomment {
|
||||
position: absolute;
|
||||
left: 165px;
|
||||
top: 56px;
|
||||
font-size: 12px;
|
||||
color: #7f7f7f;
|
||||
font-weight: lighter;
|
||||
}
|
||||
.graytitle {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
right: 20px;
|
||||
left: 9px;
|
||||
color: #4C4C4C;
|
||||
text-shadow: #FFF 0 1px 0;
|
||||
padding: 1px 0 3px 8px;
|
||||
}
|
||||
.header {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: rgb(73,102,145);
|
||||
font-size: 12pt;
|
||||
margin-bottom: 6px;
|
||||
line-height: 14pt;
|
||||
}
|
||||
body.musiclist div#content {
|
||||
width: auto;
|
||||
margin: -29px auto auto -40px;
|
||||
}
|
||||
body.musiclist div#content ul {
|
||||
background: url("../images/musiclistbg.png") repeat;
|
||||
}
|
||||
body.musiclist div#content ul li {
|
||||
list-style: none;
|
||||
height: 44px;
|
||||
width: auto;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
position: relative;
|
||||
}
|
||||
body.musiclist div#content ul li a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
width: 100%!important;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
body.musiclist ul li .number, body.musiclist .name, body.musiclist .time {
|
||||
display: inline-block;
|
||||
height: 44px;
|
||||
font-weight: bold;
|
||||
font-size: large;
|
||||
width: 44px;
|
||||
text-align: center;
|
||||
line-height: 46px;
|
||||
}
|
||||
body.musiclist ul li .name {
|
||||
margin-left: 0;
|
||||
width: auto!important;
|
||||
font-size: medium;
|
||||
padding-left: 5px;
|
||||
border-left: solid 1px #e6e6e6;
|
||||
}
|
||||
body.musiclist ul li .time {
|
||||
color: #848484;
|
||||
font-size: medium;
|
||||
margin-left: 4px;
|
||||
width: auto!important;
|
||||
font-weight: normal;
|
||||
}
|
||||
body.musiclist {
|
||||
background-image: none!important;
|
||||
background-color: #cbcccf;
|
||||
}
|
||||
body.musiclist ul li span.name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
max-width: 62%;
|
||||
}
|
||||
body.list ul li.title {
|
||||
background: url("../images/listheader.gif") repeat-x;
|
||||
height: 22px!important;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
text-shadow: gray 0 1px 0;
|
||||
line-height: 22px;
|
||||
padding-left: 20px;
|
||||
border-bottom: none!important;
|
||||
}
|
||||
body.list ul {
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
body.list div#content li {
|
||||
height: 40px;
|
||||
border-bottom: 1px solid #e1e1e1;
|
||||
list-style: none;
|
||||
}
|
||||
body.list {
|
||||
background-color: #fff;
|
||||
background-image: none!important;
|
||||
}
|
||||
body.list div#footer {
|
||||
margin-top: 24px!important;
|
||||
}
|
||||
body.list div#content li a {
|
||||
padding: 9px 0 0 20px;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
display: block;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
height: 32px;
|
||||
}
|
||||
body.list div#content li a span.name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 93%;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
body.list div#content li a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
body.list div#content li a:hover {
|
||||
background: url("../images/menutouched.png") repeat-x;
|
||||
}
|
||||
body.list div#content {
|
||||
margin-top: -13px!important;
|
||||
}
|
||||
body.list ul img {
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
body.list li.withimage {
|
||||
height: 90px!important;
|
||||
}
|
||||
body.list li.withimage span.name {
|
||||
margin: 13px 0 0 90px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 63%!important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
body.list li.withimage .comment {
|
||||
margin: 10px auto auto 90px !important;
|
||||
max-width: 63%!important;
|
||||
}
|
||||
body.list li.withimage a, body.list li.withimage:hover a {
|
||||
height: 81px!important;
|
||||
background: url("../images/storebg.png") left top no-repeat!important;
|
||||
}
|
||||
body.list li.withimage:hover {
|
||||
background-image: url("../images/storetouched.png");
|
||||
}
|
||||
.confirm_screen {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
-webkit-transform: translate(0,100%);
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
background-image: url("../images/popup-bg.png");
|
||||
opacity: 0;
|
||||
}
|
||||
.confirm_screenopen {
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
overflow: hidden;
|
||||
bottom: -100%;
|
||||
width: 100%;
|
||||
background: url("../images/popup-bg.png") repeat-x #4e545f;
|
||||
-webkit-transition-duration: 0.8s;
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-transform: translate(0,0);
|
||||
text-align: center;
|
||||
z-index: 99999;
|
||||
}
|
||||
.confirm_screenopenfull {
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
overflow: hidden;
|
||||
bottom: -100%;
|
||||
width: 100%;
|
||||
background: url("../images/popup-bg.png") repeat-x #4e545f;
|
||||
-webkit-transition-duration: 0.8s;
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-transform: translate(0,45px);
|
||||
text-align: center;
|
||||
z-index: 99999;
|
||||
}
|
||||
.confirm_screenclose {
|
||||
-webkit-transition-duration: 1.2s;
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
overflow: hidden;
|
||||
bottom: -100%;
|
||||
width: 100%;
|
||||
background: url("../images/popup-bg.png") repeat-x #545A67;
|
||||
text-align: center;
|
||||
-webkit-transform: translate(0,150%);
|
||||
}
|
||||
.confirm_screenopen span, .confirm_screenclose span, .confirm_screenopenfull span, .confirm_screenclosefull span {
|
||||
margin: 10px 0 20px;
|
||||
font-size: 17px;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
text-shadow: rgba(0,0,0,1) 0 -1px 0;
|
||||
display: block;
|
||||
}
|
||||
.popup {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
.cover {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 9998;
|
||||
opacity: 0.4;
|
||||
left: 0;
|
||||
background-color: #000;
|
||||
}
|
||||
.nocover {
|
||||
opacity: 0;
|
||||
background-image: url('../images/bluebutton.png'),url('../images/darkredbutton.png');
|
||||
}
|
||||
#frame a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: -15px;
|
||||
margin-top: 0;
|
||||
}
|
||||
#frame span.black, #frame span.red, #frame span.gray {
|
||||
display: block;
|
||||
height: 46px;
|
||||
border-width: 0 14px;
|
||||
width: auto;
|
||||
background-repeat: no-repeat;
|
||||
line-height: 46px;
|
||||
font-size: large;
|
||||
opacity: 1;
|
||||
font-weight: bolder;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
}
|
||||
#frame span.black {
|
||||
-webkit-border-image: url("../images/graybutton.png") 0 14 0 14;
|
||||
color: #fff;
|
||||
}
|
||||
#frame span.red {
|
||||
-webkit-border-image: url("../images/redbutton.png") 0 14 0 14;
|
||||
color: #fff;
|
||||
}
|
||||
#frame span.gray {
|
||||
-webkit-border-image: url("../images/whitebutton.png") 0 14 0 14;
|
||||
color: #000;
|
||||
text-shadow: white 0 1px 0;
|
||||
}
|
||||
#frame a:last-child {
|
||||
margin-bottom: 20px!important;
|
||||
}
|
||||
#frame a:hover span.black, #frame a:hover span.gray {
|
||||
-webkit-border-image: url("../images/bluebutton.png") 0 14 0 14;
|
||||
color: #fff;
|
||||
text-shadow: rgba(0,0,0,1) 0 -1px 0;
|
||||
}
|
||||
#frame a:hover span.red {
|
||||
-webkit-border-image: url("../images/darkredbutton.png") 0 14 0 14;
|
||||
}
|
||||
#leftnav, #leftbutton {
|
||||
position: absolute;
|
||||
font-size: 12px;
|
||||
left: 9px;
|
||||
top: 7px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#leftnav, #leftbutton, #rightnav, #rightbutton {
|
||||
z-index: 5000;
|
||||
}
|
||||
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a {
|
||||
display: block;
|
||||
color: #fff;
|
||||
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
text-decoration: none;
|
||||
}
|
||||
#leftnav img, #rightnav img {
|
||||
margin-top: 4px;
|
||||
}
|
||||
#leftnav a:first-child {
|
||||
z-index: 2;
|
||||
-webkit-border-image: url("../images/navleft.png") 0 5 0 13;
|
||||
border-width: 0 5px 0 13px;
|
||||
-webkit-border-top-left-radius: 16px;
|
||||
-webkit-border-bottom-left-radius: 16px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-bottom-right-radius: 6px;
|
||||
width: auto;
|
||||
}
|
||||
#leftnav a {
|
||||
-webkit-border-image: url("../images/navlinkleft.png") 0 5 0 13;
|
||||
z-index: 3;
|
||||
margin-left: -4px;
|
||||
border-width: 0 5px 0 13px;
|
||||
padding-right: 4px;
|
||||
-webkit-border-top-left-radius: 16px;
|
||||
-webkit-border-bottom-left-radius: 16px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-bottom-right-radius: 6px;
|
||||
float: left;
|
||||
}
|
||||
#rightnav, #rightbutton {
|
||||
position: absolute;
|
||||
font-size: 12px;
|
||||
right: 9px;
|
||||
top: 7px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#rightnav a {
|
||||
-webkit-border-image: url("../images/navlinkright.png") 0 13 0 5;
|
||||
z-index: 3;
|
||||
margin-right: -4px;
|
||||
border-width: 0 13px 0 5px;
|
||||
padding-left: 4px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
-webkit-border-bottom-left-radius: 6px;
|
||||
float: right;
|
||||
-webkit-border-top-right-radius: 16px;
|
||||
-webkit-border-bottom-right-radius: 16px;
|
||||
}
|
||||
#rightnav a:first-child {
|
||||
z-index: 2;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
-webkit-border-bottom-left-radius: 6px;
|
||||
-webkit-border-image: url("../images/navright.png") 0 13 0 5;
|
||||
border-width: 0 13px 0 5px;
|
||||
-webkit-border-top-right-radius: 16px;
|
||||
-webkit-border-bottom-right-radius: 16px;
|
||||
}
|
||||
#leftbutton a, #rightbutton a {
|
||||
-webkit-border-image: url("../images/navbutton.png") 0 5 0 5;
|
||||
border-width: 0 5px;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
.rssxpresschannel {
|
||||
font-family: helvetica,sans-serif;
|
||||
border: none;
|
||||
}
|
||||
.rssxpresschtitle {
|
||||
text-align: center;
|
||||
}
|
||||
.rssxpresschdesc {
|
||||
color: #000;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #000;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.rssxpressittitle {
|
||||
display: block;
|
||||
font-size: 12pt;
|
||||
background: #fff;
|
||||
margin: 5px 0 2px;
|
||||
}
|
||||
.rssxpressittitle a {
|
||||
text-decoration: none!important;
|
||||
font-weight: bold;
|
||||
color: rgb(73,102,145);
|
||||
line-height: 10pt;
|
||||
}
|
||||
.rssxpressitdesc {
|
||||
background: #fff;
|
||||
font-size: 12pt;
|
||||
}
|
||||
.rssxpressdivider {
|
||||
display: none;
|
||||
}
|
||||
li.form input[type=text], li.form input[type=password], li.form input[type=search] {
|
||||
border-width: 7px 7px;
|
||||
font-weight: normal;
|
||||
border-color: white;
|
||||
height: 10px;
|
||||
-webkit-border-image: url("../images/textfield.png") 7 7 7 7;
|
||||
-webkit-appearance: none;
|
||||
line-height: 8px;
|
||||
font-size: 18px;
|
||||
margin: auto;
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
}
|
||||
li.form input[type=submit] {
|
||||
width: 100%;
|
||||
background: none;
|
||||
border: 0px;
|
||||
color: #000;
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
}
|
||||
.form {
|
||||
padding: 5px 8px 0 5px;
|
||||
height: 37px!important;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
li.form .narrow textarea, li.form .narrow input[type=text], li.form .narrow input[type=checkbox], li.form .narrow input[type=password], li.form .narrow input[type=search] {
|
||||
width: 40%!important;
|
||||
border-width: 7px 7px;
|
||||
height: 10px;
|
||||
-webkit-border-image: url("../images/textfield.png") 7 7 7 7;
|
||||
-webkit-appearance: none;
|
||||
line-height: 8px;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
border-color: white;
|
||||
margin: 0!important;
|
||||
position: absolute;
|
||||
right: -17px;
|
||||
}
|
||||
li.form span.narrow, li.form span.check {
|
||||
width: 90%!important;
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
}
|
||||
li.form .name {
|
||||
width: 55%!important;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: absolute;
|
||||
margin: 6px 0 0 7px;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
overflow: hidden;
|
||||
left: -17px;
|
||||
}
|
||||
li.form .check .name {
|
||||
width: 70%!important;
|
||||
}
|
||||
li.form input[type=radio] {
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
display: block;
|
||||
margin: -5px -8px 0 -5px;
|
||||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
-webkit-border-radius: 0;
|
||||
position: relative;
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
}
|
||||
span.radio {
|
||||
width: 16px;
|
||||
height: 30px;
|
||||
background: url(../images/check.png) no-repeat;
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
overflow: visible;
|
||||
z-index: 1;
|
||||
}
|
||||
span.checkbox {
|
||||
width: 94px;
|
||||
height: 27px;
|
||||
background: url(../images/checkbox.png) no-repeat;
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: -14px;
|
||||
top: 2px;
|
||||
}
|
||||
input[type=checkbox] {
|
||||
display: none;
|
||||
}
|
||||
select {
|
||||
height: 40px;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
margin: -5px 0 0 -5px;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
.form .choice .name {
|
||||
left: 1.7%;
|
||||
width: 87%!important;
|
||||
}
|
||||
span.select {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin: 6px 0 0 7px;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
overflow: hidden;
|
||||
max-width: 87%;
|
||||
}
|
||||
.form .arrow {
|
||||
background: url('../images/more.png') no-repeat;
|
||||
width: 13px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 18px;
|
||||
margin: 0!important;
|
||||
}
|
||||
input[type=submit], button, input[type=button], input[type=reset] {
|
||||
background: transparent;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
left: 0px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
display: block;
|
||||
-webkit-border-radius: 0;
|
||||
line-height: 40px;
|
||||
}
|
||||
button, input[type=button], input[type=reset] {
|
||||
top: 0px!important;
|
||||
border: none;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.textbox textarea {
|
||||
min-height: 50px;
|
||||
margin: 3px auto 4px auto;
|
||||
position: relative;
|
||||
-webkit-border-image: url("../images/textfield.png") 7 7 7 7;
|
||||
padding: 3px 0 0 0;
|
||||
line-height: 18px;
|
||||
left: -2px;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
width: 97%;
|
||||
display: block;
|
||||
border-width: 7px 7px;
|
||||
}
|
||||
ul li.hidden {
|
||||
display: none;
|
||||
}
|
||||
ul li.autolisttext {
|
||||
text-align: center;
|
||||
}
|
||||
body.musiclist ul li.autolisttext {
|
||||
line-height: 44px!important;
|
||||
}
|
||||
ul li.autolisttext a:hover {
|
||||
background-image: none!important;
|
||||
color: black!important;
|
||||
}
|
||||
@@ -3,13 +3,13 @@
|
||||
|
||||
<head>
|
||||
<meta content="yes" name="apple-mobile-web-app-capable" />
|
||||
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
||||
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css" />
|
||||
<script src="javascript/functions.js" type="text/javascript"></script>
|
||||
<title>Title of your site</title>
|
||||
<title>Title of your page</title>
|
||||
<meta content="keyword1,keyword2,keyword3" name="keywords" />
|
||||
<meta content="Description of your site" name="description" />
|
||||
<meta content="Description of your page" name="description" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -19,7 +19,7 @@
|
||||
<div id="content">
|
||||
</div>
|
||||
<div id="footer">
|
||||
<!-- please keep this line of text for three reasons: to help us, to thank us and just because it is cool-->
|
||||
<!-- Support iWebKit by sending us traffic; please keep this footer on your page, consider it a thank you for our work :-) -->
|
||||
<a class="noeffect" href="http://iwebkit.net">Powered by iWebKit</a></div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
var iWebkit;
|
||||
|
||||
if (!iWebkit) {
|
||||
|
||||
iWebkit = window.onload = function () {
|
||||
function fullscreen() {
|
||||
var a = document.getElementsByTagName("a");
|
||||
for (var i = 0; i < a.length;i++) {
|
||||
if (a[i].className.match("noeffect")) {
|
||||
}
|
||||
else {
|
||||
a[i].onclick = function () {
|
||||
window.location = this.getAttribute("href");
|
||||
return false;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function hideURLbar() {
|
||||
window.scrollTo(0, 0.9);
|
||||
}
|
||||
iWebkit.init = function () {
|
||||
fullscreen();
|
||||
hideURLbar();
|
||||
};
|
||||
iWebkit.init();
|
||||
};
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
var iWebkit;if(!iWebkit){iWebkit=window.onload=function(){iWebkit.checkboxHeight="25";iWebkit.radioHeight="25";iWebkit.autolistNumVisible=10;function b(){var d=document.getElementsByTagName("a");for(var e=0;e<d.length;e++){if(d[e].className.match("noeffect")){}else{d[e].onclick=function(){window.location=this.getAttribute("href");return false}}}}function c(){window.scrollTo(0,0.9)}iWebkit.popup=function(){window.scrollTo(0,9999);var e=document.getElementById(arguments[0]);var f=e.getElementsByClassName("confirm_screen")[0];f.className="confirm_screenopen";var d=document.getElementById("cover");d.className="cover";d.style.height=document.height+"px"};iWebkit.closepopup=function(){var e=arguments[0].toElement;var f=false;do{e=e.parentNode;if(e.tagName.toLowerCase()=="div"&&e.className.toLowerCase()=="popup"){f=true;break}}while(e.parentNode);if(f===false){return false}var g=e.getElementsByClassName("confirm_screenopen")[0];g.className="confirm_screenclose";var d=document.getElementById("cover");d.className="nocover";d.style.height=0};function a(){var g=document.getElementsByTagName("ul");for(var f=0;f<g.length;f++){var h=g[f];if(h.getAttribute("class").search(/(autolist)/)===-1){continue}var d=h.getElementsByTagName("li");if(d.length<=iWebkit.autolistNumVisible){continue}h.numitems=d.length;h.visibleitems=0;var e=h.getElementsByClassName("autolisttext")[0];e.onclick=function(i){var j=this.parentNode;j.showItems(j.visibleitems+iWebkit.autolistNumVisible);return false};h.showItems=function(l){var j=this.getElementsByTagName("li");var m=0;for(var k=0;k<j.length;k++){j[k].className=j[k].className.replace(/hidden/g,"");if(k>=l){j[k].className=j[k].className+" hidden"}else{m+=1}}this.visibleitems=m;e.className=e.className.replace(/hidden/g,"");if(m>=(j.length-1)){e.className=e.className+" hidden"}};h.showItems(iWebkit.autolistNumVisible)}}iWebkit.init=function(){b();c();a();var h=document.getElementsByTagName("input"),j=[],g,i,k;for(var f=0;f<h.length;f++){if(h[f].type==="checkbox"||h[f].type==="radio"){j[f]=document.createElement("span");j[f].className=h[f].type;if(h[f].checked){if(h[f].type==="checkbox"){var e="0 -"+(iWebkit.checkboxHeight*2)+"px";j[f].style.backgroundPosition=e}else{e="0 -"+(iWebkit.radioHeight*2)+"px";j[f].style.backgroundPosition=e}}h[f].parentNode.insertBefore(j[f],h[f]);h[f].onchange=iWebkit.clear;j[f].onmouseup=iWebkit.check;document.onmouseup=iWebkit.clear}}h=document.getElementsByTagName("select");for(f=0;f<h.length;f++){if(h[f]){i=h[f].getElementsByTagName("option");k=i[0].childNodes[0].nodeValue;g=document.createTextNode(k);for(var d=0;d<i.length;d++){if(i[d].selected){g=document.createTextNode(i[d].childNodes[0].nodeValue)}}j[f]=document.createElement("span");j[f].className="select";j[f].id="select"+h[f].name;j[f].appendChild(g);h[f].parentNode.insertBefore(j[f],h[f]);h[f].onchange=iWebkit.choose}}};iWebkit.pushed=function(){var d=this.nextSibling;if(d.checked&&d.type==="checkbox"){this.style.backgroundPosition="0 -"+iWebkit.checkboxHeight*3+"px"}else{if(d.checked&&d.type==="radio"){this.style.backgroundPosition="0 -"+iWebkit.radioHeight*3+"px"}else{if(!d.checked&&d.type==="checkbox"){this.style.backgroundPosition="0 -"+iWebkit.checkboxHeight+"px"}else{this.style.backgroundPosition="0 -"+iWebkit.radioHeight+"px"}}}};iWebkit.check=function(){var f=this.nextSibling;if(f.checked&&f.type==="checkbox"){this.style.backgroundPosition="0 0";f.checked=false}else{if(f.type==="checkbox"){this.style.backgroundPosition="0 -"+iWebkit.checkboxHeight*2+"px"}else{this.style.backgroundPosition="0 -"+iWebkit.radioHeight*2+"px";var g=this.nextSibling.name;var e=document.getElementsByTagName("input");for(var d=0;d<e.length;d++){if(e[d].name===g&&e[d]!==this.nextSibling){e[d].previousSibling.style.backgroundPosition="0 0"}}}f.checked=true}};iWebkit.clear=function(){var e=document.getElementsByTagName("input");for(var d=0;d<e.length;d++){if(e[d].type==="checkbox"&&e[d].checked){e[d].previousSibling.style.backgroundPosition="0 -"+iWebkit.checkboxHeight*2+"px"}else{if(e[d].type==="checkbox"){e[d].previousSibling.style.backgroundPosition="0 0"}else{if(e[d].type==="radio"&&e[d].checked){e[d].previousSibling.style.backgroundPosition="0 -"+iWebkit.radioHeight*2+"px"}else{if(e[d].type==="radio"){e[d].previousSibling.style.backgroundPosition="0 0"}}}}}};iWebkit.choose=function(){var e=this.getElementsByTagName("option");for(var f=0;f<e.length;f++){if(e[f].selected){document.getElementById("select"+this.name).childNodes[0].nodeValue=e[f].childNodes[0].nodeValue}}};iWebkit.init()}};
|
||||
var iWebkit;if(!iWebkit){iWebkit=window.onload=function(){function fullscreen(){var a=document.getElementsByTagName("a");for(var i=0;i<a.length;i++){if(a[i].className.match("noeffect")){}else{a[i].onclick=function(){window.location=this.getAttribute("href");return false}}}}function hideURLbar(){window.scrollTo(0,0.9)}iWebkit.init=function(){fullscreen();hideURLbar()};iWebkit.init()}}
|
||||
@@ -1,220 +0,0 @@
|
||||
var iWebkit;
|
||||
|
||||
if (!iWebkit) {
|
||||
|
||||
iWebkit = window.onload = function () {
|
||||
|
||||
iWebkit.checkboxHeight = "25";
|
||||
iWebkit.radioHeight = "25";
|
||||
iWebkit.autolistNumVisible = 10;
|
||||
|
||||
function url() {
|
||||
var a = document.getElementsByTagName("a");
|
||||
for (var i = 0; i < a.length;i++) {
|
||||
if (a[i].className.match("noeffect")) {
|
||||
}
|
||||
else {
|
||||
a[i].onclick = function () {
|
||||
window.location = this.getAttribute("href");
|
||||
return false;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function hideURLbar() {
|
||||
window.scrollTo(0, 0.9);
|
||||
}
|
||||
|
||||
iWebkit.popup = function () {
|
||||
window.scrollTo(0, 9999);
|
||||
var o_popup = document.getElementById(arguments[0]);
|
||||
var o_frame = o_popup.getElementsByClassName('confirm_screen')[0];
|
||||
o_frame.className = 'confirm_screenopen';
|
||||
var b = document.getElementById("cover");
|
||||
b.className = "cover";
|
||||
b.style.height = document.height + "px";
|
||||
};
|
||||
|
||||
iWebkit.closepopup = function () {
|
||||
var o_parent = arguments[0].toElement;
|
||||
var b_found = false;
|
||||
do {
|
||||
o_parent = o_parent.parentNode;
|
||||
if (o_parent.tagName.toLowerCase() == 'div' && o_parent.className.toLowerCase() == 'popup') {
|
||||
b_found = true;
|
||||
break;
|
||||
}
|
||||
} while (o_parent.parentNode);
|
||||
|
||||
if (b_found === false) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var o_frameclose = o_parent.getElementsByClassName('confirm_screenopen')[0];
|
||||
o_frameclose.className = 'confirm_screenclose';
|
||||
var b = document.getElementById("cover");
|
||||
b.className = "nocover";
|
||||
b.style.height = 0;
|
||||
};
|
||||
|
||||
function initAutoLists() {
|
||||
|
||||
var ul = document.getElementsByTagName('ul');
|
||||
for (var i = 0; i < ul.length; i++) {
|
||||
var list = ul[i];
|
||||
if (list.getAttribute('class').search(/(autolist)/) === -1) {
|
||||
continue;
|
||||
}
|
||||
var items = list.getElementsByTagName('li');
|
||||
if (items.length <= iWebkit.autolistNumVisible) {
|
||||
continue;
|
||||
}
|
||||
list.numitems = items.length;
|
||||
list.visibleitems = 0;
|
||||
var button = list.getElementsByClassName('autolisttext')[0];
|
||||
button.onclick = function (event) {
|
||||
var list = this.parentNode;
|
||||
list.showItems(list.visibleitems + iWebkit.autolistNumVisible);
|
||||
return false;
|
||||
};
|
||||
list.showItems = function (numItems) {
|
||||
var items = this.getElementsByTagName('li');
|
||||
var count = 0;
|
||||
for (var i = 0; i < items.length; i++) {
|
||||
items[i].className = items[i].className.replace(/hidden/g, '');
|
||||
if (i >= numItems) {
|
||||
items[i].className = items[i].className + ' hidden';
|
||||
}
|
||||
else {
|
||||
count += 1;
|
||||
}
|
||||
}
|
||||
this.visibleitems = count;
|
||||
button.className = button.className.replace(/hidden/g, '');
|
||||
if (count >= (items.length - 1)) {
|
||||
button.className = button.className + ' hidden';
|
||||
}
|
||||
};
|
||||
list.showItems(iWebkit.autolistNumVisible);
|
||||
}
|
||||
}
|
||||
|
||||
iWebkit.init = function () {
|
||||
url();
|
||||
hideURLbar();
|
||||
initAutoLists();
|
||||
var inputs = document.getElementsByTagName("input"), span = [], textnode, option, active;
|
||||
for (var a = 0;a < inputs.length;a++) {
|
||||
if (inputs[a].type === "checkbox" || inputs[a].type === "radio") {
|
||||
span[a] = document.createElement("span");
|
||||
span[a].className = inputs[a].type;
|
||||
if (inputs[a].checked) {
|
||||
if (inputs[a].type === "checkbox") {
|
||||
var position = "0 -" + (iWebkit.checkboxHeight * 2) + "px";
|
||||
span[a].style.backgroundPosition = position;
|
||||
} else {
|
||||
position = "0 -" + (iWebkit.radioHeight * 2) + "px";
|
||||
span[a].style.backgroundPosition = position;
|
||||
}
|
||||
}
|
||||
inputs[a].parentNode.insertBefore(span[a], inputs[a]);
|
||||
inputs[a].onchange = iWebkit.clear;
|
||||
span[a].onmouseup = iWebkit.check;
|
||||
document.onmouseup = iWebkit.clear;
|
||||
}
|
||||
}
|
||||
inputs = document.getElementsByTagName("select");
|
||||
for (a = 0;a < inputs.length; a++) {
|
||||
if (inputs[a]) {
|
||||
option = inputs[a].getElementsByTagName("option");
|
||||
active = option[0].childNodes[0].nodeValue;
|
||||
textnode = document.createTextNode(active);
|
||||
for (var b = 0;b < option.length;b++) {
|
||||
if (option[b].selected) {
|
||||
textnode = document.createTextNode(option[b].childNodes[0].nodeValue);
|
||||
}
|
||||
}
|
||||
span[a] = document.createElement("span");
|
||||
span[a].className = "select";
|
||||
span[a].id = "select" + inputs[a].name;
|
||||
span[a].appendChild(textnode);
|
||||
inputs[a].parentNode.insertBefore(span[a], inputs[a]);
|
||||
inputs[a].onchange = iWebkit.choose;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
iWebkit.pushed = function () {
|
||||
var element = this.nextSibling;
|
||||
if (element.checked && element.type === "checkbox") {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.checkboxHeight * 3 + "px";
|
||||
} else {
|
||||
if (element.checked && element.type === "radio") {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.radioHeight * 3 + "px";
|
||||
} else {
|
||||
if (!element.checked && element.type === "checkbox") {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.checkboxHeight + "px";
|
||||
} else {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.radioHeight + "px";
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
iWebkit.check = function () {
|
||||
var element = this.nextSibling;
|
||||
if (element.checked && element.type === "checkbox") {
|
||||
this.style.backgroundPosition = "0 0";
|
||||
element.checked = false;
|
||||
} else {
|
||||
if (element.type === "checkbox") {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.checkboxHeight * 2 + "px";
|
||||
} else {
|
||||
this.style.backgroundPosition = "0 -" + iWebkit.radioHeight * 2 + "px";
|
||||
var group = this.nextSibling.name;
|
||||
var inputs = document.getElementsByTagName("input");
|
||||
for (var a = 0;a < inputs.length;a++) {
|
||||
if (inputs[a].name === group && inputs[a] !== this.nextSibling) {
|
||||
inputs[a].previousSibling.style.backgroundPosition = "0 0";
|
||||
}
|
||||
}
|
||||
}
|
||||
element.checked = true;
|
||||
}
|
||||
};
|
||||
|
||||
iWebkit.clear = function () {
|
||||
var inputs = document.getElementsByTagName("input");
|
||||
for (var b = 0;b < inputs.length;b++) {
|
||||
if (inputs[b].type === "checkbox" && inputs[b].checked) {
|
||||
inputs[b].previousSibling.style.backgroundPosition = "0 -" + iWebkit.checkboxHeight * 2 + "px";
|
||||
} else {
|
||||
if (inputs[b].type === "checkbox") {
|
||||
inputs[b].previousSibling.style.backgroundPosition = "0 0";
|
||||
}
|
||||
else {
|
||||
if (inputs[b].type === "radio" && inputs[b].checked) {
|
||||
inputs[b].previousSibling.style.backgroundPosition = "0 -" + iWebkit.radioHeight * 2 + "px";
|
||||
} else {
|
||||
if (inputs[b].type === "radio") {
|
||||
inputs[b].previousSibling.style.backgroundPosition = "0 0";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
iWebkit.choose = function () {
|
||||
var option = this.getElementsByTagName("option");
|
||||
for (var d = 0;d < option.length; d++) {
|
||||
if (option[d].selected) {
|
||||
document.getElementById("select" + this.name).childNodes[0].nodeValue = option[d].childNodes[0].nodeValue;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
iWebkit.init();
|
||||
};
|
||||
}
|
||||
BIN
htdocs/includes/iphone/iwebkit/Userguide.pdf
Normal file
BIN
htdocs/includes/iphone/iwebkit/changelog.pdf
Normal file
BIN
htdocs/includes/iphone/iwebkit/license.pdf
Normal file
|
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 314 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/0starsborder.png
Normal file
|
After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 456 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/1starsborder.png
Normal file
|
After Width: | Height: | Size: 482 B |
|
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 467 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/2starsborder.png
Normal file
|
After Width: | Height: | Size: 501 B |
|
Before Width: | Height: | Size: 935 B After Width: | Height: | Size: 470 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/3starsborder.png
Normal file
|
After Width: | Height: | Size: 506 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 455 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/4starsborder.png
Normal file
|
After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/img/navbuttonblack.png
Normal file
|
After Width: | Height: | Size: 493 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/navbuttonblue.png
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/navleftblack.png
Normal file
|
After Width: | Height: | Size: 810 B |
|
After Width: | Height: | Size: 737 B |
|
After Width: | Height: | Size: 738 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/navrightblack.png
Normal file
|
After Width: | Height: | Size: 861 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/play.gif
Normal file
|
After Width: | Height: | Size: 103 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/radiobutton.png
Normal file
|
After Width: | Height: | Size: 373 B |
BIN
htdocs/theme/phones/iphone/theme/default/img/searchfield.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/img/tributton.png
Normal file
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/thumbs/compass.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/thumbs/messages.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/thumbs/nike+.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/phones/iphone/theme/default/thumbs/voice.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -57,11 +57,11 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
|
||||
<span class="graytitle"><?php echo $langs->trans('Identification'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="bigfield">
|
||||
<input placeholder="<?php echo $langs->trans('Login'); ?>" type="text" id="username" name="username" value="<?php echo $login; ?>" />
|
||||
</li>
|
||||
|
||||
<li class="form">
|
||||
<li class="bigfield">
|
||||
<input placeholder="<?php echo $langs->trans('Password'); ?>" type="password" id="password" name="password" value="<?php echo $password; ?>" />
|
||||
</li>
|
||||
|
||||
@@ -70,7 +70,7 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
<?php if ($select_entity) { ?>
|
||||
<span class="graytitle"><?php echo $langs->trans('Entity'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="select">
|
||||
<?php echo $select_entity; ?>
|
||||
<span class="arrow"></span>
|
||||
</li>
|
||||
@@ -80,17 +80,15 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
<?php if ($captcha) { ?>
|
||||
<span class="graytitle"><?php echo $langs->trans('SecurityCode'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<span class="narrow">
|
||||
<input type="text" id="securitycode" name="code" />
|
||||
<img src="<?php echo $dol_url_root.'/lib/antispamimage.php" border="0" width="128" height="36"'; ?> />
|
||||
</span>
|
||||
<li class="smallfield">
|
||||
<input placeholder="<?php echo $langs->trans('SecurityCode'); ?>" type="text" id="securitycode" name="code" />
|
||||
<img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="128" height="36" />
|
||||
</li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="button">
|
||||
<input name="input Button" type="submit" value="<?php echo $langs->trans('Connection'); ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -61,7 +61,7 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
|
||||
<span class="graytitle"><?php echo $langs->trans('Identification'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="bigfield">
|
||||
<input placeholder="<?php echo $langs->trans('Login'); ?>" type="text" <?php echo $disabled; ?> id="username" name="username" value="<?php echo $login; ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
@@ -69,7 +69,7 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
<?php if ($select_entity) { ?>
|
||||
<span class="graytitle"><?php echo $langs->trans('Entity'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="select">
|
||||
<?php echo $select_entity; ?>
|
||||
<span class="arrow"></span>
|
||||
</li>
|
||||
@@ -79,17 +79,15 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
<?php if ($captcha) { ?>
|
||||
<span class="graytitle"><?php echo $langs->trans('SecurityCode'); ?></span>
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<span class="narrow">
|
||||
<input type="text" id="securitycode" name="code" />
|
||||
<li class="smallfield">
|
||||
<input placeholder="<?php echo $langs->trans('SecurityCode'); ?>" type="text" id="securitycode" name="code" />
|
||||
<img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="128" height="36" />
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
|
||||
<ul class="pageitem">
|
||||
<li class="form">
|
||||
<li class="button">
|
||||
<input name="input Button" <?php echo $disabled; ?> type="submit" value="<?php echo $langs->trans('SendByMail'); ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||