diff --git a/css/jplayer_skin/jplayer.blue.monday.modified.css b/css/jplayer_skin/jplayer.blue.monday.modified.css index 8eb71ee9b..7de1c823f 100644 --- a/css/jplayer_skin/jplayer.blue.monday.modified.css +++ b/css/jplayer_skin/jplayer.blue.monday.modified.css @@ -41,7 +41,8 @@ div.jp-interface { background-color:#eee; /* width:418px; */ width:100%; - border:1px solid #009be3; + /* border:1px solid #009be3; */ + border:1px solid #eee; } div.jp-audio div.jp-type-single div.jp-interface { height:50px; /* 80 */ @@ -352,7 +353,8 @@ div.jp-playlist { /* width:418px; */ width:100%; background-color:#ccc; - border:1px solid #009be3; + /* border:1px solid #009be3; */ + border:1px solid #eee; border-top:none; } div.jp-playlist ul { @@ -431,7 +433,8 @@ div.jp-jplayer { height:0px; } div.jp-video div.jp-jplayer { - border:1px solid #009be3; + border:1px solid #eee; + /* border:1px solid #009be3; */ border-bottom:none; z-index:1; } diff --git a/css/styles.css b/css/styles.css index dfb13405d..dd0c818da 100644 --- a/css/styles.css +++ b/css/styles.css @@ -382,6 +382,23 @@ dt { white-space: nowrap; margin-left: 20pt; } +.borderleft { + border-left: 1px solid black; + border-top: 1px solid black; + border-bottom: 1px solid black; + background-color: #EEEEEE; +} +.bordermiddle { + border-top: 1px solid black; + border-bottom: 1px solid black; + background-color: #EEEEEE; +} +.borderright { + border-right: 1px solid black; + border-top: 1px solid black; + border-bottom: 1px solid black; + background-color: #EEEEEE; +} /************************************************************** Additional styles for printing diff --git a/display_impr_text_header.php b/display_impr_text_header.php index 1f718f012..38908c836 100644 --- a/display_impr_text_header.php +++ b/display_impr_text_header.php @@ -76,151 +76,7 @@ function do_show_a() { echo getPreviousAndNextTextLinks($textid, 'display_impr_text.php?text=', TRUE, '     '); echo ' Close Window'; -if ($audio != '') { - $playerskin = getSettingWithDefault('set-player-skin-name'); -?> - - - - - - - - - - - - - -
  -Toggle Repeat (Now ON)Toggle Repeat (Now OFF) -  - - -  - -
-Rewind n seconds  Forward n seconds - -
 
diff --git a/do_text_header.php b/do_text_header.php index 89bb9fbf0..7fd5c0667 100644 --- a/do_text_header.php +++ b/do_text_header.php @@ -50,157 +50,12 @@ $showAll = ($showAll == '' ? 1 : (((int) $showAll != 0) ? 1 : 0)); ?> - - - - - - - - - - - - - -
TO DO:     
TO DO:     Show All  />
  -Toggle Repeat (Now ON)Toggle Repeat (Now OFF) -  - - -  - -
-Rewind n seconds  Forward n seconds - -
 
diff --git a/icn/arrow-norepeat.png b/icn/arrow-norepeat.png index 490248c9a..73d70c97f 100644 Binary files a/icn/arrow-norepeat.png and b/icn/arrow-norepeat.png differ diff --git a/info.htm b/info.htm index 04bc1b6cf..7b0e9815e 100644 --- a/info.htm +++ b/info.htm @@ -2318,7 +2318,7 @@


A new test/review type "Table" has been added in the testing area. Words, translations, romanizations, sentences and status are presented in a table. You may hide and/or sort columns. After testing yourself, you can reveal the hidden information by clicking into the table cell, and change your status.
- Documentation updated. + Player appearance improved. Some settings that were not saved until now, are now automatically saved. Documentation updated.

diff --git a/utilities.inc.php b/utilities.inc.php index 4961d30f2..9e7a61fd5 100644 --- a/utilities.inc.php +++ b/utilities.inc.php @@ -2738,6 +2738,160 @@ function trim_value(&$value) // ------------------------------------------------------------- +function makeAudioPlayer($audio) { + if ($audio != '') { + $playerskin = getSettingWithDefault('set-player-skin-name'); + $repeatMode = getSetting('currentplayerrepeatmode'); + $repeatMode = ($repeatMode == '' ? 0 : ((((int)$repeatMode) != 0) ? 1 : 0)); +?> + + + + + + + + + + + + + +
  +Toggle Repeat (Now ON)Toggle Repeat (Now OFF) +  + + +  + +
+Rewind n seconds  Forward n seconds + +