gotten rid of deprecated <strong> tag
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 31 Aug 2010 09:04:08 +0000 (11:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 31 Aug 2010 09:04:08 +0000 (11:04 +0200)
planetlab/persons/update.php
planetlab/sirius/index.php
planetlab/sirius/sirius_func.php
planetlab/sites/site_form.php
planetlab/slices/slice_add.php
planetlab/tags/tag_set.php

index dfb5bdc..96d626b 100644 (file)
@@ -57,7 +57,7 @@ include 'plc_header.php';
 <?
 if( count($errors) > 0 )
 {
-  print( "<p><strong>The following errors occured:</strong>" );
+  print( "<p><span class='bold'>The following errors occured:</span>" );
   print( "<font color='red' size='-1'><ul>\n" );
   foreach( $errors as $err )
     {
index 253f447..37559f6 100644 (file)
@@ -584,7 +584,7 @@ function findNextQueue($units, $timesOccupied, $arr) {
        // green background will mean slot is open, and red will mean the slot is used
        // 
   echo "<table cellspacing=\"2\" cellpadding=\"1\" border=\"0\" width=550>\n";
-  echo "<tr><td colspan=\"3\"><strong>24 hour Queue:</strong> Choose the GMT time slot you desire (<font color=\"#339933\">green</font> slots are open, <font color=\"#CC3333\">red</font> are taken) <p></td></tr>\n";
+  echo "<tr><td colspan=\"3\"><span class='bold'>24 hour Queue:</span> Choose the GMT time slot you desire (<font color=\"#339933\">green</font> slots are open, <font color=\"#CC3333\">red</font> are taken) <p></td></tr>\n";
   echo "<tr><td width=\"47%\" align=\"right\"><table cellspacing=1 cellpadding=1 border=0 width=130>\n";
 
   // here's what this does below: it goes through each hour, and sees if the slot is occupied
index 1f443f9..3d9a161 100644 (file)
@@ -303,7 +303,7 @@ function findNextQueue($units, $timesOccupied) {
        // green background will mean slot is open, and red will mean the slot is used
        // 
   echo "<table cellspacing=\"2\" cellpadding=\"1\" border=\"0\" width=550>\n";
-  echo "<tr><td colspan=\"3\"><strong>24 hour Queue:</strong> Choose the GMT time slot you desire (<font color=\"#339933\">green</font> slots are open, <font color=\"#CC3333\">red</font> are taken) <p></td></tr>\n";
+  echo "<tr><td colspan=\"3\"><span class='bold'>24 hour Queue:</span> Choose the GMT time slot you desire (<font color=\"#339933\">green</font> slots are open, <font color=\"#CC3333\">red</font> are taken) <p></td></tr>\n";
   echo "<tr><td width=\"47%\" align=\"right\"><table cellspacing=1 cellpadding=1 border=0 width=130>\n";
 
   // here's what this does below: it goes through each hour, and sees if the slot is occupied
@@ -371,4 +371,4 @@ function sliceDropDown() {
 
 
 
-?>
\ No newline at end of file
+?>
index e6b41d8..de14032 100644 (file)
@@ -9,7 +9,7 @@ function build_site_form ($register_mode) {
   $form = array();
   $form['site:name'] = array('title' => 'Site name', 'required' => TRUE,
                             'maxlength' => 40, 'size' => 20,
-                            'comment' => '<strong>Site Information</strong>');
+                            'comment' => '<span class='bold'>Site Information</span>');
   $form['site:login_base'] = array('title' => 'Login base', 'required' => TRUE,
                                   'maxlength' => 16, 'size' => 10);
   $form['site:abbreviated_name'] = array('title' => 'Abbreviated name', 'required' => TRUE,
@@ -23,7 +23,7 @@ function build_site_form ($register_mode) {
 
   $form['pi:first_name'] = array('title' => 'PI First Name', 'required' => TRUE,
                                 'maxlength' => 20, 'size' => 20,
-                                'comment' => '<strong>Principal Investigator Information</strong>');
+                                'comment' => '<span class='bold'>Principal Investigator Information</span>');
   $form['pi:last_name'] = array('title' => 'PI Last Name', 'required' => TRUE,
                                'maxlength' => 20, 'size' => 20);
   $form['pi:title'] = array('title' => 'PI Title', 'required' => FALSE,
@@ -56,7 +56,7 @@ EOF;
 
   $form['tech:first_name'] = array('title' => 'Tech First Name', 'required' => TRUE,
                                   'maxlength' => 20, 'size' => 20,
-                                  'comment' => '<strong>Technical Contact Information</strong>' . $fill_from_pi_button);
+                                  'comment' => '<span class='bold'>Technical Contact Information</span>' . $fill_from_pi_button);
   $form['tech:last_name'] = array('title' => 'Tech Last Name', 'required' => TRUE,
                                  'maxlength' => 20, 'size' => 20);
   $form['tech:title'] = array('title' => 'Tech Title', 'required' => FALSE,
@@ -73,7 +73,7 @@ EOF;
 
   $form['address:line1'] = array('title' => 'Address', 'required' => FALSE,
                                 'maxlength' => 40, 'size' => 30,
-                                'comment' => '<strong>Postal address</strong>');
+                                'comment' => '<span class='bold'>Postal address</span>');
   $form['address:line2'] = array('title' => 'Address (2)', 'required' => FALSE,
                                 'maxlength' => 40, 'size' => 30);
   $form['address:line3'] = array('title' => 'Address (3)', 'required' => FALSE,
index 61fd5e2..83d954d 100644 (file)
@@ -186,13 +186,13 @@ print <<< EOF
 <p>You must provide a short description of the new slice 
 as well as a link to a project website before creating it. 
 <br/>
-Do <strong>not</strong> provide bogus information; if a complaint 
+Do <span class='bold'>not</span> provide bogus information; if a complaint 
 is lodged against your slice and your PlanetLab Operations Center
 is unable to determine what the normal behavior of your slice is, 
 your slice may be deleted to resolve the complaint.
 </p>
-<p><strong>NOTE</strong>: 
-All PlanetLab users are <strong>strongly</strong> encouraged to join the PlanetLab 
+<p><span class='bold'>NOTE</span>: All PlanetLab users are <span class='bold'>strongly</span>
+ encouraged to join the PlanetLab 
 <a href='https://lists.planet-lab.org/mailman/listinfo/users'>Users</a> 
 mailing list. Most questions about running software on PlanetLab can be answered by 
 posting to this list. 
@@ -237,10 +237,10 @@ $instantiation_text = <<< EOF
 <div class='create-slice-instantiations'>
 <p>There are four possible "instantiation" states for a slice.</p>
 <ul>
-<li> <strong>PLC</strong> creates a slice with default settings. </li>
-<li><strong>Delegated</strong> creates a ticket to use on each node. </li>
-<li><strong>Controller</strong> creates a slice on all nodes to manipulate Delegated slices. </li>
-<li><strong>None</strong> allows you to reserve a slice name; you may instantiate the slice later.</li>
+<li> <span class='bold'>PLC</span> creates a slice with default settings. </li>
+<li><span class='bold'>Delegated</span> creates a ticket to use on each node. </li>
+<li><span class='bold'>Controller</span> creates a slice on all nodes to manipulate Delegated slices. </li>
+<li><span class='bold'>None</span> allows you to reserve a slice name; you may instantiate the slice later.</li>
 </ul>
 </div>
 EOF;
index 1d3313b..095ac62 100644 (file)
@@ -55,7 +55,7 @@ return;
   }
   echo "</select>\n";
   
-  echo "<p><strong>Value: </strong><input type=text name='value'>\n";
+  echo "<p><span class='bold'>Value: </span><input type=text name='value'>\n";
   
   echo "<p><input type=submit name='add_tag' value='Add Tag'>\n";
   echo "<input type=hidden name='slice_id' value='$slice_id'>\n";
@@ -79,7 +79,7 @@ else {
   echo "<h2>Edit ". $slice_info[0]['name'] ." tag: ". $tag_type[0]['tagname'] ."</h2>\n";
   
   echo $slice_tag[0]['description'] ."<br />\n";
-  echo "<strong>Value:</strong> <input type=text name=value value='". $slice_tag[0]['value'] ."'><br /><br />\n";
+  echo "<span class='bold'>Value:</span> <input type=text name=value value='". $slice_tag[0]['value'] ."'><br /><br />\n";
   
   echo "<input type=submit value='Edit Tag' name='edit_tag'>\n";
   echo "<input type=hidden name='slice_id' value='". $slice_tag[0]['slice_id'] ."'>\n";