--=REKLAMA=--

Outline

Z Joomla!WikiPL

Szablon:Outline

Przeznaczenie

Formatuje

Wykorzystany

W skryptach: templates/system/offline.php, templates/system/error.php, templates/system/error.php

Kod PHP

   <div id="outline">
   <div id="errorboxoutline">
      <div id="errorboxheader"><?php echo $this->error->code ?> - <?php echo $this->error->message ?></div>
      <div id="errorboxbody">
      <p><strong><?php echo JText::_('You may not be able to visit this page because of:'); ?></strong></p>
      <ol>
         <li><?php echo JText::_('An out-of-date bookmark/favourite'); ?></li>
         <li><?php echo JText::_('A search engine that has an out-of-date listing for this site'); ?></li>
         <li><?php echo JText::_('A mis-typed address'); ?></li>
         <li><?php echo JText::_('You have no access to this page'); ?></li>
         <li><?php echo JText::_('The requested resource was not found'); ?></li>
         <li><?php echo JText::_('An error has occurred while processing your request.'); ?></li>
      </ol>
      <p><strong><?php echo JText::_('Please try one of the following pages:'); ?></strong></p>
      <p>
         <ul>
            <li><a href="<?php echo $this->baseurl; ?>/index.php" title="<?php echo JText::_('Go to the home page'); ?>"><?php echo JText::_('Home Page'); ?></a></li>
         </ul>
      </p>
      <p><?php echo JText::_('If difficulties persist, please contact the system administrator of this site.'); ?></p>
      <div id="techinfo">
      <p><?php echo $this->error->message; ?></p>
      <p>
         <?php if($this->debug) :
            echo $this->renderBacktrace();
         endif; ?>
      </p>
      </div>
      </div>
   </div>
   </div>

Kod HTML


Przykładowy kod CSS


Wynik