Line 20 | Line 20 |
---|
</dl> <dl> <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt>
|
</dl> <dl> <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt>
|
<dd><select name="new_id">{S_REPLACE_OPTIONS}</select></dd>
| <dd><select id="new_id" name="new_id">{S_REPLACE_OPTIONS}</select></dd>
|
</dl>
|
</dl>
|
| <!-- IF S_DELETE_STYLE --> <hr /> <dl> <dt><label for="new_template_id">{L_DELETE_TEMPLATE}:</label><br /><span>{L_REPLACE_TEMPLATE_EXPLAIN}</span></dt> <dd><select id="new_template_id" name="new_template_id">{S_REPLACE_TEMPLATE_OPTIONS}</select></dd> </dl> <dl> <dt><label for="new_theme_id">{L_DELETE_THEME}:</label><br /><span>{L_REPLACE_THEME_EXPLAIN}</span></dt> <dd><select id="new_theme_id" name="new_theme_id">{S_REPLACE_THEME_OPTIONS}</select></dd> </dl> <dl> <dt><label for="new_imageset_id">{L_DELETE_IMAGESET}:</label><br /><span>{L_REPLACE_IMAGESET_EXPLAIN}</span></dt> <dd><select id="new_imageset_id" name="new_imageset_id">{S_REPLACE_IMAGESET_OPTIONS}</select></dd> </dl> <!-- ENDIF -->
|
<p class="quick"> <input class="button1" type="submit" name="update" value="{L_DELETE}" />
| <p class="quick"> <input class="button1" type="submit" name="update" value="{L_DELETE}" />
|
Line 54 | Line 69 |
---|
// <![CDATA[ function update_image(newimage) {
|
// <![CDATA[ function update_image(newimage) {
|
document.getElementById('newimg').src = (newimage) ? '../styles/{A_NAME}/imageset/' + encodeURI(newimage) : 'images/no_image.png';
| document.getElementById('newimg').src = (newimage) ? '../styles/{A_PATH}/imageset/' + encodeURI(newimage) : 'images/no_image.png';
|
} // ]]> </script>
| } // ]]> </script>
|
Line 77 | Line 92 |
---|
/** * Init the wanted display functionality if javascript is enabled.
|
/** * Init the wanted display functionality if javascript is enabled.
|
* If javascript is not available, the user is still able to properly administrate.
| * If javascript is not available, the user is still able to properly administer.
|
*/ onload = function() {
| */ onload = function() {
|
Line 135 | Line 150 |
---|
<div id="img_dimensions"> <dl> <dt><label for="imgwidth">{L_IMAGE_WIDTH}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt>
|
<div id="img_dimensions"> <dl> <dt><label for="imgwidth">{L_IMAGE_WIDTH}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt>
|
<dd><input type="text" name="imgwidth" value="{IMAGE_SIZE}" /></dd>
| <dd><input id="imgwidth" type="text" name="imgwidth" value="{IMAGE_SIZE}" /></dd>
|
</dl> <dl> <dt><label for="imgheight">{L_IMAGE_HEIGHT}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt>
|
</dl> <dl> <dt><label for="imgheight">{L_IMAGE_HEIGHT}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt>
|
<dd><input type="text" name="imgheight" value="{IMAGE_HEIGHT}" /></dd>
| <dd><input id="imgheight" type="text" name="imgheight" value="{IMAGE_HEIGHT}" /></dd>
|
</dl> </div> </fieldset>
| </dl> </div> </fieldset>
|
Line 266 | Line 281 |
---|
<p>{L_TEMPLATE_CACHE_EXPLAIN}</p>
|
<p>{L_TEMPLATE_CACHE_EXPLAIN}</p>
|
<form name="acp_styles" method="post" action="{U_ACTION}">
| <form id="acp_styles" method="post" action="{U_ACTION}">
|
<fieldset class="tabulated"> <legend>{L_TEMPLATE_CACHE}</legend>
| <fieldset class="tabulated"> <legend>{L_TEMPLATE_CACHE}</legend>
|
Line 283 | Line 298 |
---|
<tbody> <!-- BEGIN file --> <!-- IF file.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
<tbody> <!-- BEGIN file --> <!-- IF file.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
<td><a href="{file.U_VIEWSOURCE}" onclick="popup(this.href, 750, 550, '_source'); return false;">{file.FILENAME}</a></td>
| <td><a href="{file.U_VIEWSOURCE}" onclick="popup(this.href, 750, 550, '_source'); return false;">{file.FILENAME_PATH}</a></td>
|
<td>{file.FILESIZE}</td> <td>{file.CACHED}</td> <td>{file.MODIFIED}</td>
| <td>{file.FILESIZE}</td> <td>{file.CACHED}</td> <td>{file.MODIFIED}</td>
|
Line 387 | Line 402 |
---|
<td class="row3" colspan="{$COLSPAN}"><strong>{L_INSTALLED}</strong></td> </tr> <!-- BEGIN installed -->
|
<td class="row3" colspan="{$COLSPAN}"><strong>{L_INSTALLED}</strong></td> </tr> <!-- BEGIN installed -->
|
| <!-- IF installed.S_INACTIVE and not $INACTIVE_STYLES --> <!-- DEFINE $INACTIVE_STYLES = 1 --> <tr> <td class="row3" colspan="{$COLSPAN}"><strong>{L_INACTIVE_STYLES}</strong></td> </tr> <!-- ENDIF -->
|
<tr> <td><strong>{installed.NAME}</strong><!-- IF installed.S_DEFAULT_STYLE --> *<!-- ENDIF --></td> <!-- IF S_STYLE -->
| <tr> <td><strong>{installed.NAME}</strong><!-- IF installed.S_DEFAULT_STYLE --> *<!-- ENDIF --></td> <!-- IF S_STYLE -->
|
Line 455 | Line 476 |
---|
<legend>{L_TITLE}</legend> <dl> <dt><label for="name">{L_NAME}:</label></dt>
|
<legend>{L_TITLE}</legend> <dl> <dt><label for="name">{L_NAME}:</label></dt>
|
<dd><!-- IF S_INSTALL --><b id="name">{NAME}</b><!-- ELSE --><input type="text" id="name" name="name" value="{NAME}" /><!-- ENDIF --></dd>
| <dd><!-- IF S_INSTALL --><strong id="name">{NAME}</strong><!-- ELSE --><input type="text" id="name" name="name" value="{NAME}" /><!-- ENDIF --></dd>
|
</dl> <dl> <dt><label for="copyright">{L_COPYRIGHT}:</label></dt>
|
</dl> <dl> <dt><label for="copyright">{L_COPYRIGHT}:</label></dt>
|
<dd><!-- IF S_INSTALL --><b id="copyright">{COPYRIGHT}</b><!-- ELSE --><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /><!-- ENDIF --></dd>
| <dd><!-- IF S_INSTALL --><strong id="copyright">{COPYRIGHT}</strong><!-- ELSE --><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /><!-- ENDIF --></dd>
|
</dl>
|
</dl>
|
| <!-- IF S_SUPERTEMPLATE --> <dl> <dt><label for="inheriting">{L_INHERITING_FROM}:</label></dt> <dd><strong id="inheriting">{S_SUPERTEMPLATE}</strong></dd> </dl> <!-- ENDIF -->
|
<!-- IF S_STYLE and not S_BASIS --> <dl> <dt><label for="template_id">{L_STYLE_TEMPLATE}:</label></dt>
|
<!-- IF S_STYLE and not S_BASIS --> <dl> <dt><label for="template_id">{L_STYLE_TEMPLATE}:</label></dt>
|
<dd><!-- IF S_INSTALL --><b id="template_id">{TEMPLATE_NAME}</b><!-- ELSE --><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select><!-- ENDIF --></dd>
| <dd><!-- IF S_INSTALL --><strong id="template_id">{TEMPLATE_NAME}</strong><!-- ELSE --><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select><!-- ENDIF --></dd>
|
</dl> <dl> <dt><label for="theme_id">{L_STYLE_THEME}:</label></dt>
|
</dl> <dl> <dt><label for="theme_id">{L_STYLE_THEME}:</label></dt>
|
<dd><!-- IF S_INSTALL --><b id="theme_id">{THEME_NAME}</b><!-- ELSE --><select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select><!-- ENDIF --></dd>
| <dd><!-- IF S_INSTALL --><strong id="theme_id">{THEME_NAME}</strong><!-- ELSE --><select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select><!-- ENDIF --></dd>
|
</dl> <dl> <dt><label for="imageset_id">{L_STYLE_IMAGESET}:</label></dt>
|
</dl> <dl> <dt><label for="imageset_id">{L_STYLE_IMAGESET}:</label></dt>
|
<dd><!-- IF S_INSTALL --><b id="imageset_id">{IMAGESET_NAME}</b><!-- ELSE --><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select><!-- ENDIF --></dd>
| <dd><!-- IF S_INSTALL --><strong id="imageset_id">{IMAGESET_NAME}</strong><!-- ELSE --><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select><!-- ENDIF --></dd>
|
</dl> <!-- ENDIF -->
|
</dl> <!-- ENDIF -->
|
<!-- IF S_TEMPLATE or S_THEME -->
| <!-- IF (S_TEMPLATE or S_THEME) and (S_LOCATION or not S_INSTALL) -->
|
<dl>
|
<dl>
|
<dt><label for="store_db">{L_LOCATION}:</label><br /><span>{L_LOCATION_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_FILESYSTEM}</label> <label><input type="radio" class="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_DATABASE}</label></dd>
| <dt><label for="store_db">{L_LOCATION}:</label><br /><span><!-- IF S_STORE_DB_DISABLED -->{L_LOCATION_DISABLED_EXPLAIN}<!-- ELSE -->{L_LOCATION_EXPLAIN}<!-- ENDIF --></span></dt> <dd><label><input type="radio" class="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> <!-- IF S_STORE_DB_DISABLED -->disabled="disabled" <!-- ENDIF --> />{L_STORE_FILESYSTEM}</label> <label><input type="radio" class="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> <!-- IF S_STORE_DB_DISABLED -->disabled="disabled" <!-- ENDIF -->/> {L_STORE_DATABASE}</label></dd>
|
</dl> <!-- ENDIF --> <!-- IF S_STYLE -->
| </dl> <!-- ENDIF --> <!-- IF S_STYLE -->
|