|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TITLE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_TITLE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label>{L_NAME}:</label>
|
|
|
4c79b5 |
{NAME}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="new_id">{L_REPLACE}:</label> {L_REPLACE_EXPLAIN}
|
|
|
4c79b5 |
<select name="new_id">{S_REPLACE_OPTIONS}</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<input class="button1" type="submit" name="update" value="{L_DELETE}" />
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TITLE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_IMAGESET_UPDATED}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_NO_IMAGE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<script type="text/javascript" defer="defer">
|
|
|
4c79b5 |
//
|
|
|
4c79b5 |
function update_image(newimage)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
document.getElementById('newimg').src = (newimage) ? '../styles/{A_NAME}/imageset/' + encodeURI(newimage) : 'images/no_image.png';
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
// ]]>
|
|
|
4c79b5 |
</script>
|
|
|
4c79b5 |
<script type="text/javascript">
|
|
|
4c79b5 |
//
|
|
|
4c79b5 |
/**
|
|
|
4c79b5 |
* Handle displaying/hiding the dimension fields
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
function display_options(value)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
if (value == 0)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
dE('img_dimensions', -1);
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
else
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
dE('img_dimensions', 1);
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/**
|
|
|
4c79b5 |
* Init the wanted display functionality if javascript is enabled.
|
|
|
4c79b5 |
* If javascript is not available, the user is still able to properly administrate.
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
onload = function()
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dE('img_dimensions', -1);
|
|
|
4c79b5 |
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
// ]]>
|
|
|
4c79b5 |
</script>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="quick" style="text-align: left;">
|
|
|
4c79b5 |
<legend>{L_SELECT_IMAGE}</legend>
|
|
|
4c79b5 |
{L_SELECT_IMAGE}: <select name="imgname" onchange="this.form.submit();">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<option class="sep" value="" disabled="disabled">{category.NAME}</option>
|
|
|
4c79b5 |
<option value="{category.images.VALUE}"<!-- IF category.images.SELECTED--> selected="selected"> {category.images.TEXT}</option>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</select> <input class="button1" type="submit" value="{L_SELECT}" tabindex="100" />
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_EDIT_IMAGESET}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label>{L_CURRENT_IMAGE}:</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label>{L_SELECTED_IMAGE}:</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_IMAGE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="imgpath">{L_IMAGE}:</label>
|
|
|
4c79b5 |
<select id="imgpath" name="imgpath" onchange="update_image(this.options[selectedIndex].value);"><option value=""<!-- IF not IMAGE_SELECT--> selected="selected">{L_NO_IMAGE}</option>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<option class="sep" value="">{L_LOCALISED_IMAGES}{L_GLOBAL_IMAGES}</option>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<option value="{imagesetlist.images.VALUE}"<!-- IF imagesetlist.images.SELECTED--> selected="selected">{imagesetlist.images.TEXT}</option>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="imgsize">{L_INCLUDE_DIMENSIONS}:</label> {L_DIMENSIONS_EXPLAIN}
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="imgsize" id="imgsize" onclick="display_options(1);" value="1"<!-- IF IMAGE_SIZE --> checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="imgsize" onclick="display_options(0);" value="0"<!-- IF not IMAGE_SIZE --> checked="checked" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="imgwidth">{L_IMAGE_WIDTH}:</label> {L_AUTOMATIC_EXPLAIN}
|
|
|
4c79b5 |
<input type="text" name="imgwidth" value="{IMAGE_SIZE}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="imgheight">{L_IMAGE_HEIGHT}:</label> {L_AUTOMATIC_EXPLAIN}
|
|
|
4c79b5 |
<input type="text" name="imgheight" value="{IMAGE_HEIGHT}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="submit-buttons">
|
|
|
4c79b5 |
<legend>{L_SUBMIT}</legend>
|
|
|
4c79b5 |
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" value="{L_RESET}" />
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EDIT}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EDIT_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_SELECTED}: {SELECTED_TEMPLATE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_SELECT}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="template_file">{L_FILE}:</label>
|
|
|
4c79b5 |
<select id="template_file" name="template_file" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_TEMPLATES}</select> <input class="button2" type="submit" value="{L_SELECT}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<script type="text/javascript" defer="defer">
|
|
|
4c79b5 |
//
|
|
|
4c79b5 |
|
|
|
4c79b5 |
function change_editor_height(height)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
height = Number(height);
|
|
|
4c79b5 |
|
|
|
4c79b5 |
if (isNaN(height))
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
return;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
editor = document.getElementById('template_data');
|
|
|
4c79b5 |
editor.rows = Math.max(5, Math.min(height, 999));
|
|
|
4c79b5 |
|
|
|
4c79b5 |
append_text_rows('acp_styles', height);
|
|
|
4c79b5 |
append_text_rows('acp_template', height);
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
function append_text_rows(form_name, value)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
value = Number(value);
|
|
|
4c79b5 |
|
|
|
4c79b5 |
if (isNaN(value))
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
return;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
url = document.getElementById(form_name).action;
|
|
|
4c79b5 |
|
|
|
4c79b5 |
// Make sure & is actually... &
|
|
|
4c79b5 |
url = url.replace(/&/g, '&';;
|
|
|
4c79b5 |
|
|
|
4c79b5 |
var_start = url.indexOf('&text_rows=');
|
|
|
4c79b5 |
if (var_start == -1)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
document.getElementById(form_name).action = url + "&text_rows=" + value;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
else
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
url_start = url.substring(0, var_start + 1);
|
|
|
4c79b5 |
var_end = url.substring(var_start + 1).indexOf('&';;
|
|
|
4c79b5 |
if (var_end == -1)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
document.getElementById(form_name).action = url_start + "text_rows=" + value;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
else
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
document.getElementById(form_name).action = url_start + url.substring(var_end + var_start + 2) + "&text_rows=" + value;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
// ]]>
|
|
|
4c79b5 |
</script>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_template" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_EDITOR}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label>{L_SELECTED_FILE}:</label>
|
|
|
4c79b5 |
{TEMPLATE_FILE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="text_rows">{L_EDITOR_HEIGHT}:</label>
|
|
|
4c79b5 |
<input id="text_rows" type="text" maxlength="3" value="{TEXT_ROWS}" /> <input class="button2" type="button" name="update" onclick="change_editor_height(this.form.text_rows.value);" value="{L_UPDATE}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<textarea id="template_data" name="template_data" style="font-family:'Courier New', monospace;font-size:9pt;line-height:125%;width:100%;" cols="80" rows="{TEXT_ROWS}">{TEMPLATE_DATA}</textarea>
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="submit-buttons">
|
|
|
4c79b5 |
<legend>{L_SUBMIT}</legend>
|
|
|
4c79b5 |
{S_HIDDEN_FIELDS}
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
<input class="button1" id="save" type="submit" name="save" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TEMPLATE_CACHE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TEMPLATE_CACHE_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form name="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
<fieldset class="tabulated">
|
|
|
4c79b5 |
<legend>{L_TEMPLATE_CACHE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_CACHE_FILENAME}
|
|
|
4c79b5 |
{L_CACHE_FILESIZE}
|
|
|
4c79b5 |
{L_CACHE_CACHED}
|
|
|
4c79b5 |
{L_CACHE_MODIFIED}
|
|
|
4c79b5 |
{L_MARK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{file.FILENAME_PATH}
|
|
|
4c79b5 |
{file.FILESIZE}
|
|
|
4c79b5 |
{file.CACHED}
|
|
|
4c79b5 |
{file.MODIFIED}
|
|
|
4c79b5 |
<input type="checkbox" class="radio" name="delete[]" value="{file.FILENAME}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TEMPLATE_CACHE_EMPTY}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_MARK_ALL} :: {L_UNMARK_ALL}
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
<input class="button1" type="submit" id="submit" name="submit" value="{L_DELETE_MARKED}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TITLE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_WARNING}
|
|
|
4c79b5 |
{ERROR_MSG}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_TITLE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label>{L_NAME}:</label>
|
|
|
4c79b5 |
{NAME}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="inc_template">{L_INCLUDE_TEMPLATE}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="inc_template" name="inc_template" value="1" checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="inc_template" value="0" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="inc_theme">{L_INCLUDE_THEME}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="inc_theme" name="inc_theme" value="1" checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="inc_theme" value="0" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="inc_imageset">{L_INCLUDE_IMAGESET}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="inc_imageset" name="inc_imageset" value="1" checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="inc_imageset" value="0" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="store">{L_DOWNLOAD_STORE}:</label> {L_DOWNLOAD_STORE_EXPLAIN}
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="store" name="store" value="1" checked="checked" /> {L_EXPORT_STORE}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="store" value="0" /> {L_EXPORT_DOWNLOAD}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="format">{L_ARCHIVE_FORMAT}:</label>
|
|
|
4c79b5 |
{FORMAT_BUTTONS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TITLE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_NAME}
|
|
|
4c79b5 |
{L_STYLE_USED_BY}
|
|
|
4c79b5 |
{L_OPTIONS}
|
|
|
4c79b5 |
{L_ACTIONS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_INSTALLED}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{installed.NAME} *
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{installed.STYLE_COUNT}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{installed.S_OPTIONS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{installed.L_STYLE_ACT_DEACT} |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{installed.S_ACTIONS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
| {L_PREVIEW}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_UNINSTALLED}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_NO_UNINSTALLED}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<td<!-- IF S_STYLE --> colspan="2">{uninstalled.NAME} {L_COPYRIGHT}: {uninstalled.COPYRIGHT}
|
|
|
4c79b5 |
{L_INSTALL}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="quick">
|
|
|
4c79b5 |
<legend>{L_CREATE}</legend>
|
|
|
4c79b5 |
{L_CREATE}: <input type="text" name="name" value="" /> {L_FROM} <select name="basis">{S_BASIS_OPTIONS}</select> <input class="button2" type="submit" name="add" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
« {L_BACK}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_TITLE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_WARNING}
|
|
|
4c79b5 |
{ERROR_MSG}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_styles" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_TITLE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="name">{L_NAME}:</label>
|
|
|
4c79b5 |
{NAME}<input type="text" id="name" name="name" value="{NAME}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="copyright">{L_COPYRIGHT}:</label>
|
|
|
4c79b5 |
{COPYRIGHT}<input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="inheriting">{L_INHERITING_FROM}:</label>
|
|
|
4c79b5 |
{S_SUPERTEMPLATE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="template_id">{L_STYLE_TEMPLATE}:</label>
|
|
|
4c79b5 |
{TEMPLATE_NAME}<select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="theme_id">{L_STYLE_THEME}:</label>
|
|
|
4c79b5 |
{THEME_NAME}<select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="imageset_id">{L_STYLE_IMAGESET}:</label>
|
|
|
4c79b5 |
{IMAGESET_NAME}<select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="store_db">{L_LOCATION}:</label> {L_LOCATION_DISABLED_EXPLAIN}{L_LOCATION_EXPLAIN}
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked" disabled="disabled" />{L_STORE_FILESYSTEM}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked" disabled="disabled" /> {L_STORE_DATABASE}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_OPTIONS}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="style_active">{L_STYLE_ACTIVE}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="style_active" value="1"<!-- IF S_STYLE_ACTIVE --> id="style_active" checked="checked" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="style_active" value="0"<!-- IF not S_STYLE_ACTIVE --> id="style_active" checked="checked" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="style_default">{L_STYLE_DEFAULT}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="style_default" value="1" /> {L_YES}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" id="style_default" name="style_default" value="0" checked="checked" /> {L_NO}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="submit-buttons">
|
|
|
4c79b5 |
<legend>{L_SUBMIT}</legend>
|
|
|
4c79b5 |
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|