mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Revert "Replace <small> with <span style"
This reverts commit 12f04c0d4a.
This commit is contained in:
@@ -363,10 +363,10 @@ site_header("News Archive - 2008", array("cache" => true));
|
||||
<a href="http://phpconference.com/">Register now!</a>
|
||||
</p>
|
||||
<p>
|
||||
<span style="font-size:0.8em">* Confirmation with your company's letter head</span>
|
||||
<small>* Confirmation with your company's letter head</small>
|
||||
<br>
|
||||
|
||||
<span style="font-size:0.8em">** With Student ID. Limited seating available</span>
|
||||
<small>** With Student ID. Limited seating available</small>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -200,7 +200,7 @@ if (count($found_formats) == 0) {
|
||||
|
||||
// Sizes required to be printed out (URL parameter or preferred language)
|
||||
if (isset($_GET['sizes']) || $preflang) {
|
||||
echo "<br><span style="font-size:0.8em">Size: $fileinfo[1]Kb<br>Date: $fileinfo[2]</span>";
|
||||
echo "<br><small>Size: $fileinfo[1]Kb<br>Date: $fileinfo[2]</small>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -377,7 +377,7 @@ foreach ($purposes as $i => $p) { ?>
|
||||
<td><input type="checkbox" name="guidelines" value="1">Check the box if you agree.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="subr">User ID:<br> <span style="font-size:0.8em">(single word, lower case)</span></th>
|
||||
<th class="subr">User ID:<br> <small>(single word, lower case)</small></th>
|
||||
<td><input type="text" size="10" name="id"
|
||||
class="max" value="<?php if (isset($_POST['id'])) echo clean($_POST['id']);?>"></td>
|
||||
</tr>
|
||||
|
||||
@@ -59,7 +59,7 @@ EOT;
|
||||
</strong>
|
||||
<?php
|
||||
if ($size) {
|
||||
echo '<span style="font-size:0.8em">(' . number_format($size, 0, '.', ',') . ' bytes)</span>';
|
||||
echo '<small>(' . number_format($size, 0, '.', ',') . ' bytes)</small>';
|
||||
}
|
||||
?>
|
||||
</span>
|
||||
|
||||
@@ -156,7 +156,7 @@ function manual_notes($notes) {
|
||||
'&redirect=' . $_SERVER['BASE_HREF'];
|
||||
$addnotesnippet = make_link(
|
||||
$addnotelink,
|
||||
"<img src='/images/notes-add@2x.png' alt='add a note' width='12' height='12'> <span style="font-size:0.8em">add a note</span>"
|
||||
"<img src='/images/notes-add@2x.png' alt='add a note' width='12' height='12'> <small>add a note</small>"
|
||||
);
|
||||
|
||||
$num_notes = count($notes);
|
||||
|
||||
@@ -314,7 +314,7 @@ function output_lists_table($mailing_lists)
|
||||
"<th>Newsgroup</th><th>Normal</th><th>Digest</th></tr>\n";
|
||||
} else {
|
||||
echo '<tr align="center">';
|
||||
echo '<td align="left"><strong>' . $listinfo[1] . '</strong><br><span style="font-size:0.8em">'. $listinfo[2] . '</span></td>';
|
||||
echo '<td align="left"><strong>' . $listinfo[1] . '</strong><br><small>'. $listinfo[2] . '</small></td>';
|
||||
echo '<td>' . ($listinfo[3] ? 'yes' : 'no') . '</td>';
|
||||
|
||||
// Let the list name defined with a string, if the
|
||||
|
||||
@@ -273,7 +273,7 @@ else {
|
||||
|
||||
|
||||
<section id="whatnottoenter" class='clearfix'>
|
||||
<h3>Thou shall not enter! <span style="font-size:0.8em">(No, really, don't)</span></h3>
|
||||
<h3>Thou shall not enter! <small>(No, really, don't)</small></h3>
|
||||
<div class='columns'>
|
||||
<ul>
|
||||
<li><strong>Bug reports & Missing documentation</strong>
|
||||
|
||||
@@ -240,7 +240,7 @@ if ($process && count($errors) === 0) {
|
||||
<th class="subr">Email</th>
|
||||
<td>
|
||||
<input type="text" name="email" size="40" maxlength="128" class="max" value="<?php echo htmlentities($_POST['email'], ENT_QUOTES | ENT_IGNORE, 'UTF-8')?>"><br>
|
||||
<span style="font-size:0.8em">This email address is only used to contact you about the listing, it will not displayed along with the listing.</span>
|
||||
<small>This email address is only used to contact you about the listing, it will not displayed along with the listing.</small>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user