Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[php_shorten_again] Missed a few #2331

Merged
merged 2 commits into from
Aug 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions release/itrans/itrans_roman/source/help/itrans_roman.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php
$pagename = 'IAST from Phonetic (ITRANS) Help';
$pagetitle = 'IAST from Phonetic (ITRANS) Help';
$pagestyle = <<<END
samp {font-family: Siddhanta; font-size:20pt; }
kbd {color:black; font: 0.8em sans-serif; border:solid 1px grey; background:#ccc; margin:2px 1px; padding:2px 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.inputSequences {border-collapse: collapse;font-size: 14px;min-width: 592px;}
.inputSequences th, .inputSequences td {padding: 7px 17px;}
.inputSequences thead th {border-bottom: 2px solid #6ea1cc;text-transform: uppercase;}
.inputSequences tbody td {border-bottom: 1px solid #e1edff;color: #353535;text-align: center;}
.inputSequences tbody tr:nth-child(odd) td {background-color: #f4fbff;}
.inputSequences tbody tr:hover td {background-color: #ffffa2;border-color: #ffff0f;}
END;
require_once('header.php');
?>

<?php
$pagename = 'Indic Romanization from ITRANS Keyboard Help';
$pagetitle = $pagename;
$pagestyle = <<<END
samp {font-family: Siddhanta; font-size:20pt; }
kbd {color:black; font: 0.8em sans-serif; border:solid 1px grey; background:#ccc; margin:2px 1px; padding:2px 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.inputSequences {border-collapse: collapse;font-size: 14px;min-width: 592px;}
.inputSequences th, .inputSequences td {padding: 7px 17px;}
.inputSequences thead th {border-bottom: 2px solid #6ea1cc;text-transform: uppercase;}
.inputSequences tbody td {border-bottom: 1px solid #e1edff;color: #353535;text-align: center;}
.inputSequences tbody tr:nth-child(odd) td {background-color: #f4fbff;}
.inputSequences tbody tr:hover td {background-color: #ffffa2;border-color: #ffff0f;}
END;
require_once('header.php');
?>
<h2><span style="color: chocolate;">Indic Romanization from ITRANS</span> Keyboard Version 1.1.1</h2>

<p>This is a phonetic keyboard for Indic Romanization which is based on
Expand Down
4 changes: 2 additions & 2 deletions release/m/mon_phonetic/source/help/mon_phonetic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = ' လၟေၚ်တက် Mon (Phonetic) Keyboard';
$pagetitle = 'လၟေၚ်တက် Mon (Phonetic) Keyboard';
$pagename = ' လၟေၚ်တက် Mon (Phonetic) Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');

Expand Down
4 changes: 2 additions & 2 deletions release/sil/sil_tchad/source/help/sil_tchad.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = "Tchad keyboard";
$pagetitle = "Tchad keyboard layout";
$pagename = "Tchad Keyboard Help";
$pagetitle = $pagename;
$pagestyle = <<<END
h1,h2,h3,p {font-family: Charis SIL;}
p.footnote {font-family: Charis SIL;font-size: small;}
Expand Down
4 changes: 2 additions & 2 deletions release/u/uma_graphic/source/help/uma_graphic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Uma Graphic Keyboard Keyboard Help';
$pagetitle = 'Uma Graphic Keyboard Keyboard Help';
$pagename = 'Uma Graphic Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

Expand Down
4 changes: 2 additions & 2 deletions release/u/uma_phonetic/source/help/uma_phonetic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Uma Phonetic Keyboard Keyboard Help';
$pagetitle = 'Uma Phonetic Keyboard Keyboard Help';
$pagename = 'Uma Phonetic Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

Expand Down
4 changes: 2 additions & 2 deletions release/u/urdu_phonetic/source/help/urdu_phonetic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$pagename = 'Urdu Phonetic Keyboard Keyboard Help';
$pagetitle = 'Urdu Phonetic Keyboard Keyboard Help';
$pagename = 'Urdu Phonetic Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

Expand Down