[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> templates.edit-html.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>Templates - Edit HTML</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Templates: Edit
   8  HTML</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">From this screen, you can
  13                 edit the contents of the&nbsp;index.php file, for the selected
  14                 template.&nbsp;Please remember that setting of this file, together
  15                 with the&nbsp;template_css.css file, &nbsp;control the appearance&nbsp;of
  16                 your template.For changes to be saved,&nbsp;index.php file must
  17                 be writable. You can make it writable, by changing its permissions
  18                 using an FTP client.During saving, you can set its permissions
  19                 back to unwritable, by checking the &#39;Make unwritable after
  20                 saving&#39; option. Alternatively you can make changes to this
  21                 file, by downloading to your computer, editing it with your favourite
  22            editor and uploading, replacing the old file.</td>
  23       </tr>
  24       <tr>
  25            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  26            <td valign="top" class="data">n/a</td>
  27       </tr>
  28       <tr>
  29            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  30            <td valign="top" class="data">n/a</td>
  31       </tr>
  32       <tr>
  33            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  34            <td valign="top" class="data"><p>n/a</p></td>
  35       </tr>
  36       <tr>
  37            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  38            <td valign="top" class="data"><ul>
  39                 <li><strong>Save</strong>: Save your changes. </li>
  40                 <li><strong>Cancel</strong>: Cancel the present operation without
  41                      saving.</li>
  42            </ul></td>
  43       </tr></table>
  44  
  45  </body></html>