[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/adm/style/ -> acp_update.html (source)

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <a name="maincontent"></a>
   4      
   5  <!-- IF S_VERSION_CHECK -->
   6  
   7      <h1>{L_VERSION_CHECK}</h1>
   8  
   9      <p>{L_VERSION_CHECK_EXPLAIN}</p>
  10  
  11      <!-- IF S_UP_TO_DATE and S_UP_TO_DATE_AUTO -->
  12          <div class="successbox">
  13              <p>{L_VERSION_UP_TO_DATE_ACP} - <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a></p>
  14          </div>
  15      <!-- ELSE -->
  16          <div class="errorbox">
  17              <p>{L_VERSION_NOT_UP_TO_DATE_ACP} - <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a></p>
  18          </div>
  19      <!-- ENDIF -->
  20  
  21      <!-- IF NEXT_FEATURE_VERSION -->
  22          <div class="errorbox">
  23              <p>{UPGRADE_INSTRUCTIONS}</p>
  24          </div>
  25      <!-- ENDIF -->
  26  
  27      <fieldset>
  28          <legend></legend>
  29      <dl>
  30          <dt><label>{L_CURRENT_VERSION}</label></dt>
  31          <dd><strong><!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->{AUTO_VERSION}<!-- ELSE -->{CURRENT_VERSION}<!-- ENDIF --></strong></dd>
  32      </dl>
  33      <dl>
  34          <dt><label>{L_LATEST_VERSION}</label></dt>
  35          <dd><strong>{LATEST_VERSION}</strong></dd>
  36      </dl>
  37      </fieldset>
  38  
  39      <!-- IF S_UP_TO_DATE and not S_UP_TO_DATE_AUTO -->
  40          {L_UPDATE_INSTRUCTIONS_INCOMPLETE}
  41          <br /><br />
  42          {UPDATE_INSTRUCTIONS}
  43          <br /><br />
  44      <!-- ENDIF -->
  45      <!-- IF not S_UP_TO_DATE -->
  46          {UPDATE_INSTRUCTIONS}
  47          <br /><br />
  48      <!-- ENDIF -->
  49  
  50  <!-- ENDIF -->
  51  
  52  <!-- INCLUDE overall_footer.html -->


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1