[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> templates.manager.admin.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>Admin Template Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body>
   8  <strong class="title">Admin Template&nbsp;Manager</strong>
   9  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  10       <tr>
  11            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  12            <td width="84%" valign="top" class="data"><p>Using Template Manager
  13                      you can&nbsp;view all the installed templates. You can also
  14                      assign and edit Templates. Templates affect the way your
  15                      site looks. You have to set one as the default. You can assign
  16                      other templates to Menu Items/pages you choose. That way,
  17                      you can change if you wish, the way your site looks, based
  18                      on the context. Select a template by checking the radio button
  19                      next to its name. </p>
  20                 <strong>Display
  21                 Columns</strong>
  22                 <ul>
  23                      <li><strong>Name</strong>: This is the name of the template.
  24                           If you mouseover this name -and the &#39;Preview template&#39; on
  25                           top right of the list is checked-, a preview of the
  26                      template is displayed.&nbsp;</li>
  27                      <li><strong>Default</strong>:
  28                           This is the template that is currently published as
  29                      the site template (only one can be published at a time).&nbsp;</li>
  30                      <li><strong>Version</strong>:
  31                      This is the template version.&nbsp;</li>
  32                      <li><strong>Date</strong>:
  33                      This is the creation date of the template.&nbsp;</li>
  34                      <li><strong>Author
  35                      URL</strong>: A URL provided by the author.&nbsp;</li>
  36            </ul></td>
  37       </tr>
  38       <tr>
  39            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  40            <td valign="top" class="data">n/a</td>
  41       </tr>
  42       <tr>
  43            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  44            <td valign="top" class="data">n/a</td>
  45       </tr>
  46       <tr>
  47            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  48            <td valign="top" class="data">n/a</td>
  49       </tr>
  50       <tr>
  51            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  52            <td valign="top" class="data"><ul>
  53                 <li><strong>Default</strong>: Assigns this
  54                           default template to all Menu Items/pages. That will
  55                      be the main template. It will be used, unless it is overridden
  56                      by an assigned template.</li>
  57                 <li><strong>New</strong>:
  58                      Lets upload/install a new template to your site.&nbsp;</li>
  59                 <li><strong>Edit
  60                                HTML</strong>: Lets edit the templates/the-template-chosen/index.php
  61                                file. This is the file loaded in the FrontEnd when
  62                                a user opens your site.</li>
  63                 <li><strong>Edit CSS</strong>: Lets edit the
  64                                templates/the-template-chosen/css/template_css.css
  65                      file which contains the CSS classes definitions for this
  66                      specific template.&nbsp;</li>
  67                 <li><strong>Delete</strong>:
  68                           Lets you delete a template. You will be asked to confirm
  69                           the delete operation. Select &#39;Yes&#39; to
  70                           delete or &#39;No&#39; to cancel. The template will
  71                           be&nbsp;permanently
  72                      deleted from the database.</li>
  73            </ul>               
  74            </td>
  75       </tr></table>
  76  
  77  
  78  
  79  </body></html>