Cheetah
show_available_updates.php
Go to the documentation of this file.
1 
2 <table>
3 
4 <?php
5  foreach ($aTemplateFolders as $sFolder => $mixedAvailableResult):
6 
7  $sTemplateTdClass = (true === $mixedAvailableResult ? 'avail' : 'not-avail');
8 ?>
9 
10 <tr class="<?php echo $sTemplateTdClass; ?>">
11  <td valign="top">
12  <?php echo $sFolder; ?>
13  </td>
14  <td>
15  <?php
16  if (true === $mixedAvailableResult) {
17  echo '<span>Available</span>';
18  } else {
19  echo $mixedAvailableResult;
20  }
21  ?>
22  </td>
23  <td>
24  <?php if (true === $mixedAvailableResult): ?>
25 
26  <a href="<?php echo CH_WSB_URL_ROOT . 'upgrade/?folder=' . $sFolder ?>" onclick="return confirm('Are you sure?');">UPGRADE</a>
27 
28  <?php endif; ?>
29  </td>
30 </tr>
31 
32 <?php
34 ?>
35 
36 </table>
endforeach
endforeach
Definition: show_available_updates.php:33
php
a
Filter ExtractStyleBlocks Scope FilterParam ExtractStyleBlocksScope DESCRIPTION< p > If you would like users to be able to define external but only allow them to specify CSS declarations for a specific node and prevent them from fiddling with other use this directive It accepts any valid CSS and will prepend this to any CSS declaration extracted from the document For if this directive is set to< code > selector< code > a
Definition: Filter.ExtractStyleBlocks.Scope.txt:15
table
and distribute a copy of this License along with the Library You may charge a fee for the physical act of transferring a and you may at your option offer warranty protection in exchange for a fee You may modify your copy or copies of the Library or any portion of thus forming a work based on the and copy and distribute such modifications or work under the terms of Section provided that you also meet all of these other than as an argument passed when the facility is then you must make a good faith effort to ensure in the event an application does not supply such function or table
Definition: license.txt:180
$sFolder
$sFolder
Definition: index.php:15
endif
UPGRADE</a > endif
Definition: show_available_updates.php:28
as
as
Definition: Filter.ExtractStyleBlocks.Escaping.txt:10