[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> templates.manager.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>Template Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Template&nbsp;Manager</strong>
   8  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
   9       <tr>
  10            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  11            <td width="84%" valign="top" class="data"><p>Using Template Manager
  12                      you can&nbsp;view and manage all the installed templates.
  13                      Templates your site's appearance. You have to set one template
  14                      as the default but you can assign other templates to Menu
  15                      Items/pages you choose. Select a template
  16                      by checking the radio button next to its name. </p>
  17                 <p><strong>Display
  18                      Columns</strong>
  19                 </p>
  20                 <ul>
  21                      <li><strong>Name</strong>: This is the name of the template.
  22                           If you mouseover this name - and the &#39;Preview template&#39; on
  23                           top right of the list is checked - a preview of the
  24                      template pops up.&nbsp;</li>
  25                      <li><strong>Default</strong>:
  26                           Indicates which template is currently published
  27                           as the default template (only one can be published at
  28                           a time).&nbsp;</li>
  29                      <li><strong>Assigned</strong>:
  30                           This tells us whether the template is dynamically assigned
  31                      to one of the pages on the site.&nbsp;</li>
  32                      <li><strong>Author</strong>: The name of the template's author,
  33                           as per the XML file. </li>
  34                      <li><strong>Version</strong>:
  35                           The template's version.&nbsp;</li>
  36                      <li><strong>Date</strong>:
  37                      The creation date of the template.&nbsp;</li>
  38                      <li><strong>Author
  39                      URL</strong>: A URL provided by the author.&nbsp;</li>
  40            </ul></td>
  41       </tr>
  42       <tr>
  43            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  44            <td valign="top" class="data">n/a</td>
  45       </tr>
  46       <tr>
  47            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  48            <td valign="top" class="data">n/a</td>
  49       </tr>
  50       <tr>
  51            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  52            <td valign="top" class="data"><ul>
  53                 <li><strong>Preview Template</strong>: Select to enable pop
  54                           up previews of the templates on mouseover of the template's name. </li>
  55            </ul></td>
  56       </tr>
  57       <tr>
  58            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  59            <td valign="top" class="data"><ul>
  60                 <li><strong>Default</strong>: Assigns the template to the default
  61                      role. The default template will be
  62                      used for all pages unless it is overridden by an assigned
  63                      template.</li>
  64                 <li><strong>Assign</strong>: Opens a page where you
  65                           can assign a template to specific Menu Items/pages.
  66                      This will override the default template for the pages chosen.</li>
  67                 <li><strong>New</strong>:
  68                           Links to the Universal Installer. Lets upload/install
  69                      a new template to your site.&nbsp;</li>
  70                 <li><strong>Edit
  71                                HTML</strong>: Edit the template's index.php
  72                                file in your browser window.</li>
  73                 <li><strong>Edit CSS</strong>: Edit the
  74                                template's template_css.css
  75                      file in your browser window.&nbsp;</li>
  76                 <li><strong>Delete</strong>:
  77                           Delete a template. You will be asked to confirm
  78                           the delete operation. Select &#39;Yes&#39; to
  79                           delete or &#39;No&#39; to cancel. The template will
  80                           be&nbsp;permanently
  81                      deleted from the database.</li>
  82            </ul>               </td>
  83       </tr></table>
  84  
  85  
  86  
  87  </body></html>