[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/setup/inc/ -> step4.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2009 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  ?><p class="title">phpwcms content values</p>
  24  <form action="setup.php?step=4" method="post"><table border="0" cellpadding="0" cellspacing="0" summary="">
  25            <tr>
  26              <td align="right" class="v10">&nbsp;</td>
  27              <td colspan="2" class="chatlist">this is the max size of files can
  28                be uploaded</td>
  29            </tr>
  30            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  31            <tr>
  32              <td align="right" class="v10">upload file size:&nbsp;</td>
  33              <td><input name="file_maxsize" type="text" class="f11b" id="file_maxsize" style="width:125px" value="<?php echo $phpwcms["file_maxsize"] ?>" size="30" maxlength="100"></td>
  34              <td class="chatlist"><em>&nbsp;default: 2 x 1024 x 1024 = 2097152
  35                  Bytes </em></td>
  36            </tr><tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  37            <tr>
  38              <td align="right" class="v10">&nbsp;</td>
  39              <td colspan="2" class="chatlist">the width of the frontend main content
  40                block<br />
  41                base value of creating image lists</td>
  42            </tr>
  43            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  44            <tr>
  45              <td align="right" class="v10">content width:&nbsp;</td>
  46              <td><input name="content_width" type="text" class="f11b" id="content_width" style="width:125px" value="<?php echo $phpwcms["content_width"] ?>" size="30" maxlength="100"></td>
  47              <td class="chatlist"><em>&nbsp;default: 538</em></td>
  48            </tr>
  49            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  50            <tr>
  51              <td align="right" class="v10">&nbsp;</td>
  52              <td colspan="2" class="chatlist">width and height of list image thumbnails</td>
  53            </tr>
  54            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  55            <tr>
  56              <td align="right" class="v10">list image:&nbsp;</td>
  57              <td><table border="0" cellpadding="0" cellspacing="0" summary="">
  58                <tr>
  59                  <td><input name="img_list_width" type="text" class="f11b" id="img_list_width" style="width:55px" value="<?php echo $phpwcms["img_list_width"] ?>" size="30" maxlength="100"></td>
  60                  <td class="v10">&nbsp;x&nbsp;</td>
  61                  <td><input name="img_list_height" type="text" class="f11b" id="img_list_height" style="width:55px" value="<?php echo $phpwcms["img_list_height"] ?>" size="30" maxlength="100"></td>
  62                </tr>
  63              </table></td>
  64              <td class="chatlist"><em>&nbsp;default: width 100 x height 75</em></td>
  65            </tr><tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  66            <tr>
  67              <td align="right" class="v10">&nbsp;</td>
  68              <td colspan="2" class="chatlist">width and height of preview images<br />
  69                recommend is to use the same width as main<br />
  70                content block - for better quality use larger<br />
  71                if the source image is smaller it will not be<br />
  72                sized to this larger values</td>
  73            </tr>
  74            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  75            <tr>
  76              <td align="right" class="v10">preview image:&nbsp;</td>
  77              <td><table border="0" cellpadding="0" cellspacing="0" summary="">
  78                <tr>
  79                  <td><input name="img_prev_width" type="text" class="f11b" id="img_prev_width" style="width:55px" value="<?php echo $phpwcms["img_prev_width"] ?>" size="30" maxlength="100">                </td>
  80                  <td class="v10">&nbsp;x&nbsp;</td>
  81                  <td><input name="img_prev_height" type="text" class="f11b" id="img_prev_height" style="width:55px" value="<?php echo $phpwcms["img_prev_height"] ?>" size="30" maxlength="100">                </td>
  82                </tr>
  83              </table></td>
  84              <td class="chatlist"><em>&nbsp;default: width 538 x height 400</em></td>
  85            </tr>
  86            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  87            <tr>
  88              <td align="right" class="v10">&nbsp;</td>
  89              <td colspan="2" class="chatlist">if there is no activities within
  90                the backend<br />
  91                you will be automaticly logged out after<br />
  92                that time (seconds)</td>
  93            </tr>
  94            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  95            <tr>
  96              <td align="right" class="v10">logout time:&nbsp;</td>
  97              <td><input name="max_time" type="text" class="f11b" id="max_time" style="width:125px" value="<?php echo $phpwcms["max_time"] ?>" size="30" maxlength="100"></td>
  98              <td class="chatlist"><em>&nbsp;default: 1800 seconds</em></td>
  99            </tr>
 100            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
 101            <tr>
 102              <td align="right" class="v10">&nbsp;</td>
 103              <td colspan="2" class="chatlist">if you would deliver compressed
 104                 web pages<br />
 105                 you should enable this. maybe your Apache is doing so <br />
 106                 diable this function or if  compression should be set off. </td>
 107            </tr>
 108            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
 109            <tr>
 110              <td align="right" class="v10">page&nbsp;compression:&nbsp;</td>
 111              <td><input name="compress_page" type="checkbox" id="compress_page" value="1" <?php echo ($phpwcms["compress_page"])?"checked":""?>></td>
 112              <td class="chatlist"><em>&nbsp;default: none</em></td>
 113            </tr>
 114            <tr>
 115              <td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td>
 116            </tr>
 117            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="15"></td></tr>
 118            <tr>
 119              <td align="right" class="v10">&nbsp;</td>
 120              <td colspan="2"><input name="Submit" type="submit" class="button10" value="send content values"></td>
 121            </tr>
 122  </table>
 123  <input name="do" type="hidden" value="1"></form>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7