| 1 |
2
|
Manuela
|
<!--
|
| 2 |
|
|
@version $Id: pages_settings.htt 96 2017-04-11 15:31:04Z Luisehahne $
|
| 3 |
|
|
-->
|
| 4 |
|
|
<!-- BEGIN main_block -->
|
| 5 |
|
|
<!--
|
| 6 |
|
|
* template
|
| 7 |
|
|
* visibility
|
| 8 |
|
|
* language
|
| 9 |
|
|
* searching
|
| 10 |
|
|
* admin_groups
|
| 11 |
|
|
* admin_users
|
| 12 |
|
|
* viewing_groups
|
| 13 |
|
|
* viewing_users
|
| 14 |
|
|
-->
|
| 15 |
|
|
<table class="header-info">
|
| 16 |
|
|
<tbody>
|
| 17 |
|
|
<tr >
|
| 18 |
|
|
<td class="header-modify-page" ><h2>{HEADING_MODIFY_PAGE}</h2></td>
|
| 19 |
|
|
<td class="header-page_id" style="">ID: {PAGE_ID}</td>
|
| 20 |
|
|
<td class="header-current-page">{TEXT_CURRENT_PAGE}:<b title="{PAGE_TITLE}">{MENU_TITLE}</b>
|
| 21 |
|
|
<!-- BEGIN show_section_block -->
|
| 22 |
|
|
<span >-</span>
|
| 23 |
|
|
<a href="{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}">{TEXT_MANAGE_SECTIONS}</a>
|
| 24 |
|
|
<!-- END show_section_block -->
|
| 25 |
|
|
<!-- BEGIN show_modify_block -->
|
| 26 |
|
|
-
|
| 27 |
|
|
<a href="{ADMIN_URL}/pages/modify.php?page_id={PAGE_IDKEY}" style="{}">{HEADING_MODIFY_PAGE}</a>
|
| 28 |
|
|
<!-- END show_modify_block -->
|
| 29 |
|
|
<span style="color:#999;" class="{CLASS_DISPLAY_MODIFIED}"><br />
|
| 30 |
|
|
{LAST_MODIFIED} {MODIFIED_BY}, {MODIFIED_WHEN}
|
| 31 |
|
|
</span>
|
| 32 |
|
|
</td>
|
| 33 |
|
|
</tr>
|
| 34 |
|
|
</tbody>
|
| 35 |
|
|
</table>
|
| 36 |
|
|
|
| 37 |
|
|
<!-- BEGIN show_settings_block -->
|
| 38 |
|
|
<!-- END show_settings_block -->
|
| 39 |
|
|
<form name="settings" action="settings2.php" method="post">
|
| 40 |
|
|
{FTAN}
|
| 41 |
|
|
<input type="hidden" name="page_id" value="{PAGE_ID}" />
|
| 42 |
|
|
<div class="block-outer col" style="width: 45%; min-width: 30.225em; float: left;padding: 0.825em;min-height: 43.00225em;">
|
| 43 |
|
|
<table class="table pages-settings" >
|
| 44 |
|
|
<thead>
|
| 45 |
|
|
<tr>
|
| 46 |
|
|
<th></th>
|
| 47 |
|
|
<th></th>
|
| 48 |
|
|
</tr>
|
| 49 |
|
|
</thead>
|
| 50 |
|
|
<tbody>
|
| 51 |
|
|
<tr>
|
| 52 |
|
|
<td>
|
| 53 |
|
|
<label>{TEXT_PAGE_TITLE}</label>
|
| 54 |
|
|
<span></span>
|
| 55 |
|
|
</td>
|
| 56 |
|
|
<td>
|
| 57 |
|
|
<input type="text" name="page_title" value="{PAGE_TITLE}" style="width: 99%;" />
|
| 58 |
|
|
</td>
|
| 59 |
|
|
</tr>
|
| 60 |
|
|
<tr>
|
| 61 |
|
|
<td>
|
| 62 |
|
|
<label>{TEXT_MENU_TITLE}</label>
|
| 63 |
|
|
<span></span>
|
| 64 |
|
|
</td>
|
| 65 |
|
|
<td>
|
| 66 |
|
|
<input type="text" name="menu_title" value="{MENU_TITLE}" style="width: 99%;" />
|
| 67 |
|
|
</td>
|
| 68 |
|
|
</tr>
|
| 69 |
|
|
<tr>
|
| 70 |
|
|
<td>
|
| 71 |
|
|
<label for="parent">{TEXT_PARENT}</label>
|
| 72 |
|
|
<span></span>
|
| 73 |
|
|
</td>
|
| 74 |
|
|
<td>
|
| 75 |
|
|
<select name="parent" style="width: 100%;" onchange="return disabled_hack_for_ie(this);">
|
| 76 |
|
|
<!-- BEGIN page_list_block2 -->
|
| 77 |
|
|
<option value="{ID}"{SELECTED} style="background: {FLAG_ROOT_ICON} no-repeat center left; padding-left: 20px;">{TITLE}</option>
|
| 78 |
|
|
<!-- END page_list_block2 -->
|
| 79 |
|
|
</select>
|
| 80 |
|
|
</td>
|
| 81 |
|
|
</tr>
|
| 82 |
|
|
<tr>
|
| 83 |
|
|
<td>
|
| 84 |
|
|
<label>{TEXT_SEO_TITLE}</label>
|
| 85 |
|
|
<span></span>
|
| 86 |
|
|
</td>
|
| 87 |
|
|
<td>
|
| 88 |
|
|
<input type="text" id="seo_title" name="seo_title" value="{SEO_TITLE}" style="width: 99%;"/>
|
| 89 |
|
|
</td>
|
| 90 |
|
|
</tr>
|
| 91 |
|
|
<tr>
|
| 92 |
|
|
<td>
|
| 93 |
|
|
<label>{TEXT_DESCRIPTION}</label>
|
| 94 |
|
|
<span></span>
|
| 95 |
|
|
</td>
|
| 96 |
|
|
<td>
|
| 97 |
|
|
<textarea name="description" rows="3" cols="1" style="width: 99%; ">{DESCRIPTION}</textarea>
|
| 98 |
|
|
</td>
|
| 99 |
|
|
</tr>
|
| 100 |
|
|
<tr>
|
| 101 |
|
|
<td>
|
| 102 |
|
|
<label>{TEXT_KEYWORDS}</label>
|
| 103 |
|
|
<span></span>
|
| 104 |
|
|
</td>
|
| 105 |
|
|
<td>
|
| 106 |
|
|
<textarea name="keywords" rows="3" cols="1" style="width: 99%; ">{KEYWORDS}</textarea>
|
| 107 |
|
|
</td>
|
| 108 |
|
|
</tr>
|
| 109 |
|
|
<tr class="border">
|
| 110 |
|
|
<td>
|
| 111 |
|
|
<label for="visibilities">{TEXT_VISIBILITY}</label>
|
| 112 |
|
|
<input id="visibilities" name="inherit[]" type="checkbox" value="visibility" {DISPLAY_ADVANCED} />
|
| 113 |
|
|
</td>
|
| 114 |
|
|
<td>
|
| 115 |
|
|
<select name="visibility" onchange="javascript: toggle_viewers();" style="width: 100%;">
|
| 116 |
|
|
<option value="public"{PUBLIC_SELECTED}>{TEXT_PUBLIC}</option>
|
| 117 |
|
|
<option value="private"{PRIVATE_SELECTED}>{TEXT_PRIVATE}</option>
|
| 118 |
|
|
<option value="registered"{REGISTERED_SELECTED}>{TEXT_REGISTERED}</option>
|
| 119 |
|
|
<option value="hidden"{HIDDEN_SELECTED}>{TEXT_HIDDEN}</option>
|
| 120 |
|
|
<option value="none"{NO_VIS_SELECTED}>{TEXT_NONE}</option>
|
| 121 |
|
|
</select>
|
| 122 |
|
|
</td>
|
| 123 |
|
|
</tr>
|
| 124 |
|
|
<tr>
|
| 125 |
|
|
<td>
|
| 126 |
|
|
<label>{TEXT_TARGET}</label>
|
| 127 |
|
|
<span></span>
|
| 128 |
|
|
</td>
|
| 129 |
|
|
<td>
|
| 130 |
|
|
<select name="target" style="width: 100%;" ><!-- value="{TARGET}" -->
|
| 131 |
|
|
<option value="_blank"{BLANK_SELECTED}>{TEXT_NEW_WINDOW}</option>
|
| 132 |
|
|
<option value="_self"{SELF_SELECTED}>{TEXT_SAME_WINDOW}</option>
|
| 133 |
|
|
<option value="_top"{TOP_SELECTED}>{TEXT_TOP_FRAME}</option>
|
| 134 |
|
|
</select>
|
| 135 |
|
|
</td>
|
| 136 |
|
|
</tr>
|
| 137 |
|
|
<tr>
|
| 138 |
|
|
<td>
|
| 139 |
|
|
<label for="template">{TEXT_TEMPLATE}</label>
|
| 140 |
|
|
<input id="template" name="inherit[]" type="checkbox" value="template" {DISPLAY_ADVANCED} />
|
| 141 |
|
|
</td>
|
| 142 |
|
|
<td>
|
| 143 |
|
|
<select name="template" style="width: 100%;">
|
| 144 |
|
|
<option value="">{TEXT_SYSTEM_DEFAULT}</option>
|
| 145 |
|
|
<option value="">----------------------</option>
|
| 146 |
|
|
<!-- BEGIN template_list_block -->
|
| 147 |
|
|
<option value="{VALUE}"{SELECTED}>{NAME}</option>
|
| 148 |
|
|
<!-- END template_list_block -->
|
| 149 |
|
|
</select>
|
| 150 |
|
|
</td>
|
| 151 |
|
|
</tr>
|
| 152 |
|
|
<tr style="{DISPLAY_MENU_LIST}">
|
| 153 |
|
|
<td>
|
| 154 |
|
|
<label for="menu">{TEXT_MENU}</label>
|
| 155 |
|
|
<input id="menu" name="inherit[]" type="checkbox" value="menu" {DISPLAY_ADVANCED} />
|
| 156 |
|
|
</td>
|
| 157 |
|
|
<td>
|
| 158 |
|
|
<select name="menu" style="width: 100%;">
|
| 159 |
|
|
<!-- BEGIN menu_list_block -->
|
| 160 |
|
|
<option value="{VALUE}"{SELECTED}>{NAME}</option>
|
| 161 |
|
|
<!-- END menu_list_block -->
|
| 162 |
|
|
</select>
|
| 163 |
|
|
</td>
|
| 164 |
|
|
</tr>
|
| 165 |
|
|
<tr style="{DISPLAY_LANGUAGE_LIST}">
|
| 166 |
|
|
<td >
|
| 167 |
|
|
<label for="language">{TEXT_LANGUAGE}</label>
|
| 168 |
|
|
<input id="language" name="inherit[]" type="checkbox" value="language" {DISPLAY_ADVANCED} />
|
| 169 |
|
|
</td>
|
| 170 |
|
|
<td >
|
| 171 |
|
|
<select name="language" style="width: 100%;">
|
| 172 |
|
|
<!-- BEGIN language_list_block -->
|
| 173 |
|
|
<option value="{VALUE}"{SELECTED} style="background: {FLAG_LANG_ICONS} no-repeat center left; padding-left: 20px;">{NAME}</option>
|
| 174 |
|
|
<!-- END language_list_block -->
|
| 175 |
|
|
</select>
|
| 176 |
|
|
</td>
|
| 177 |
|
|
</tr>
|
| 178 |
|
|
<!-- insert page_code 20090904-->
|
| 179 |
|
|
<tr{DISPLAY_CODE_PAGE_LIST}>
|
| 180 |
|
|
<td >
|
| 181 |
|
|
<label title="{TEXT_LANGUAGE} {TEXT_PAGE_REORG}">{TEXT_PAGE_CODE}</label>
|
| 182 |
|
|
<span></span>
|
| 183 |
|
|
</td>
|
| 184 |
|
|
<td class="list_page_code">
|
| 185 |
|
|
<select name="page_code" class="value_page_code" style="width: 100%;">
|
| 186 |
|
|
<!-- BEGIN page_code_list_block -->
|
| 187 |
|
|
<option value="{VALUE}"{SELECTED} style="background: {FLAG_CODE_ICON} no-repeat center left; padding-left: 20px;"> {PAGE_VALUE}</option>
|
| 188 |
|
|
<!-- END page_code_list_block -->
|
| 189 |
|
|
</select>
|
| 190 |
|
|
</td>
|
| 191 |
|
|
</tr>
|
| 192 |
|
|
<!-- page code -->
|
| 193 |
|
|
<tr>
|
| 194 |
|
|
<td>
|
| 195 |
|
|
<label for="searching">{TEXT_SEARCHING}</label>
|
| 196 |
|
|
<input id="searching" name="inherit[]" type="checkbox" value="searching" {DISPLAY_ADVANCED} />
|
| 197 |
|
|
</td>
|
| 198 |
|
|
<td>
|
| 199 |
|
|
<select name="searching" style="width: 100%;">
|
| 200 |
|
|
<option value="1">{TEXT_ENABLED}</option>
|
| 201 |
|
|
<option value="0"{SEARCHING_DISABLED}>{TEXT_DISABLED}</option>
|
| 202 |
|
|
</select>
|
| 203 |
|
|
</td>
|
| 204 |
|
|
</tr>
|
| 205 |
|
|
<!--
|
| 206 |
|
|
<tr>
|
| 207 |
|
|
<td>Inherit Settings:</td>
|
| 208 |
|
|
<td><input name="inherit" type="checkbox" value="all"></td>
|
| 209 |
|
|
</tr>
|
| 210 |
|
|
-->
|
| 211 |
|
|
<tr class="submit">
|
| 212 |
|
|
<td >
|
| 213 |
|
|
<input type="submit" name="submit" value="{TEXT_SAVE} {SECTION_SETTINGS}" style="width: 117px;" />
|
| 214 |
|
|
</td>
|
| 215 |
|
|
<td colspan="4">
|
| 216 |
|
|
<input name="pagetree" type="submit" value="{TEXT_SAVE} & {TEXT_BACK}" style="min-width: 100px; margin-top: 5px;" />
|
| 217 |
|
|
<input type="reset" name="reset" value="{TEXT_RESET}" style="width: 117px;" />
|
| 218 |
|
|
</td>
|
| 219 |
|
|
</tr>
|
| 220 |
|
|
</tbody>
|
| 221 |
|
|
</table>
|
| 222 |
|
|
</div>
|
| 223 |
|
|
|
| 224 |
|
|
<div class="block-outer col" style="width: 45%; float: left; min-width: 30.225em; min-height: 47.425em; margin-left: 3.225em;">
|
| 225 |
|
|
<table class="access pages-settings" style="width: 100%;">
|
| 226 |
|
|
<tbody>
|
| 227 |
|
|
<tr>
|
| 228 |
|
|
<td style="padding-left: 0.925em; padding-top: 0.525em; width: 48%;">
|
| 229 |
|
|
<label class="access" for="admin_groups">{TEXT_ADMINISTRATORS}</label>
|
| 230 |
|
|
<ul style="list-style-type: none; margin: 0; padding: 0;">
|
| 231 |
|
|
<!-- BEGIN group_list_block -->
|
| 232 |
|
|
<li>
|
| 233 |
|
|
<input type="checkbox" name="admin_groups[]" id="admin_group_{ID}" value="{ID}"{CHECKED}{DISABLED} />
|
| 234 |
|
|
<label for="admin_group_{TOGGLE}">{NAME}</label>
|
| 235 |
|
|
</li>
|
| 236 |
|
|
<!-- END group_list_block -->
|
| 237 |
|
|
</ul>
|
| 238 |
|
|
</td>
|
| 239 |
|
|
<td style="padding-left: 0.925em; padding-top: 0.525em; border-left: solid .0125em #ccc; width: 49%;">
|
| 240 |
|
|
<div id="allowed_viewers" style="{DISPLAY_VIEWERS}">
|
| 241 |
|
|
<label class="access" for="viewing_groups">{TEXT_ALLOWED_VIEWERS}</label>
|
| 242 |
|
|
<ul style="list-style-type:none;margin:0;padding:0;">
|
| 243 |
|
|
<!-- BEGIN group_list_block2 -->
|
| 244 |
|
|
<li>
|
| 245 |
|
|
<input type="checkbox" name="viewing_groups[]" id="viewing_group_{ID}" value="{ID}"{CHECKED}{DISABLED} />
|
| 246 |
|
|
<label for="viewing_group_{TOGGLE}">{NAME}</label>
|
| 247 |
|
|
</li>
|
| 248 |
|
|
<!-- END group_list_block2 -->
|
| 249 |
|
|
</ul>
|
| 250 |
|
|
</div>
|
| 251 |
|
|
</td>
|
| 252 |
|
|
</tr>
|
| 253 |
|
|
</tbody>
|
| 254 |
|
|
</table>
|
| 255 |
|
|
</div>
|
| 256 |
|
|
</form>
|
| 257 |
|
|
<script src="{ADMIN_URL}/pages/page_settings.js" type="text/javascript"></script>
|
| 258 |
|
|
<!-- END main_block -->
|