diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/advanced_feature.tpl | 30 | ||||
-rw-r--r-- | template/yoga/admin/default-layout.css | 354 | ||||
-rw-r--r-- | template/yoga/admin/tabsheet.tpl | 12 | ||||
-rw-r--r-- | template/yoga/admin/ws_checker.tpl | 458 |
4 files changed, 427 insertions, 427 deletions
diff --git a/template/yoga/admin/advanced_feature.tpl b/template/yoga/admin/advanced_feature.tpl index ac0143e53..5d9e6a73b 100644 --- a/template/yoga/admin/advanced_feature.tpl +++ b/template/yoga/admin/advanced_feature.tpl @@ -1,15 +1,15 @@ -<!-- $Id: advanced_feature.tpl 1111 2006-03-28 21:05:12Z rub $ -->
-<div class="titrePage">
- <ul class="categoryActions">
- <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
- </ul>
- <h2>{lang:Advanced_features}</h2>
-</div>
-
-<ul>
- <!-- BEGIN advanced_features -->
- <!-- BEGIN advanced_feature -->
- <li><a href="{advanced_features.advanced_feature.URL}" {TAG_INPUT_ENABLED}>{advanced_features.advanced_feature.CAPTION}</a></li>
- <!-- END advanced_feature -->
- <!-- END advanced_features -->
-</ul>
+<!-- $Id: advanced_feature.tpl 1111 2006-03-28 21:05:12Z rub $ --> +<div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> + </ul> + <h2>{lang:Advanced_features}</h2> +</div> + +<ul> + <!-- BEGIN advanced_features --> + <!-- BEGIN advanced_feature --> + <li><a href="{advanced_features.advanced_feature.URL}" {TAG_INPUT_ENABLED}>{advanced_features.advanced_feature.CAPTION}</a></li> + <!-- END advanced_feature --> + <!-- END advanced_features --> +</ul> diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index d6510b133..80db22cfe 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -1,177 +1,177 @@ -/* $Id: */
-BODY#theAdminPage #theHeader P {
- display: none;
-}
-
-/* History tables */
-TABLE.table2 {
- border: 1px solid black;
- margin: 1em auto;
- padding: 0;
-}
-
-TABLE.table2 TD, TABLE.table2 TH {
- padding: 0 1em;
-}
-
-TABLE.table2 TR {
- text-align: left;
-}
-
-TABLE.table2 TR.throw {
- text-align: center;
-}
-
-.hour {
- white-space: pre;
-}
-
-.number {
- text-align: right;
-}
-
-TABLE#dailyStats {
- width: 60%;
-}
-
-TABLE#detailedStats {
- width: 99%;
-}
-
-/* categoryOrdering */
-SELECT.categoryList {
- width: 100%;
-}
-
-FORM#categoryOrdering {
- padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
- padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
-}
-FORM#categoryOrdering p {
- text-align: left;
- margin-top: 1em;
- margin-bottom: 1em;
-}
-UL.categoryUl {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-LI.categoryLi {
- border: 1px solid gray;
- padding: 0px 5px;
- margin-bottom: 5px;
-}
-
-FORM#categoryOrdering UL.categoryActions {
- float: right;
- margin-top: 5px;
-}
-/* */
-
-FORM#catModify TABLE { width: auto; }
-
-FIELDSET.elementEdit A {
- display: block;
- float: right;
-}
-
-TABLE.doubleSelect {
- text-align: center;
- margin: 0 auto;
- width: 100%;
-}
-
-TABLE.doubleSelect TD {
- padding: 0 5px;
- width: 50%;
-}
-
-TABLE.doubleSelect SELECT.categoryList {
- width: 100%;
-}
-
-FORM#categoryPermissions LI {
- display:inline;
- white-space: nowrap;
-}
-
-FIELDSET#mainConf SPAN.property {
- width: 25%;
-}
-FIELDSET#mainConf TEXTAREA.description {
- width: 70%;
-}
-
-/* PWG Links Menu is fixed Graphic charts */
-.pwgmenu {
- display: table;
- list-style-type: none;
- list-style-image: none; /* for firefox */
- white-space: nowrap;
- position: relative;
- text-decoration : none;
- font-family: verdana, arial, helvetica, sans-serif;
- font-size: 70%;
- line-height: 1.1em;
- width: 66em;
- margin: 1px 8px 1px auto;
- padding: 3px;
- background: transparent;
-}
-.pwgmenu li {
- float: left;
- width: 10em !important;
- text-align: center;
- margin: 0 6px;
- padding: 0;
-
-}
-.pwgmenu a {
- width: 9em !important;
- display: block;
- padding: 4px 8px;
- background: #69c; /* PWG Graphic charts */
- color: white;
- text-align: center;
- text-decoration: none;
- font-weight: bold;
- border: 1px solid #fff; /* Why bordered? in case of #69c background */
-}
-.pwgmenu a:hover {
- background: #f92;
- color: white;
-} /* PWG Graphic charts */
-
-
-.statBar {
- height: 10px;
- background-color: #66f;
- border: 1px solid black;
-}
-
-/* Tabsheet */
-ul.tabsheet {
- display: table;
- list-style-type: none;
- list-style-image: none; /* for firefox */
- white-space: nowrap;
- margin-left: auto; margin-right: auto;
- text-decoration : none;
- background: transparent;
- border-bottom: 1px solid #fff;
-}
-
-ul.tabsheet li {
- float: left;
- text-align: center;
- margin: 0 6px;
- color: white;
- font-size: 110%;
- font-weight: bold;
- padding: 4px 8px;
- border: 1px solid #fff;
- border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
- padding: 5px 2em 2px 2em;
-}
+/* $Id: */ +BODY#theAdminPage #theHeader P { + display: none; +} + +/* History tables */ +TABLE.table2 { + border: 1px solid black; + margin: 1em auto; + padding: 0; +} + +TABLE.table2 TD, TABLE.table2 TH { + padding: 0 1em; +} + +TABLE.table2 TR { + text-align: left; +} + +TABLE.table2 TR.throw { + text-align: center; +} + +.hour { + white-space: pre; +} + +.number { + text-align: right; +} + +TABLE#dailyStats { + width: 60%; +} + +TABLE#detailedStats { + width: 99%; +} + +/* categoryOrdering */ +SELECT.categoryList { + width: 100%; +} + +FORM#categoryOrdering { + padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */ + padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */ +} +FORM#categoryOrdering p { + text-align: left; + margin-top: 1em; + margin-bottom: 1em; +} +UL.categoryUl { + list-style: none; + padding: 0; + margin: 0; +} + +LI.categoryLi { + border: 1px solid gray; + padding: 0px 5px; + margin-bottom: 5px; +} + +FORM#categoryOrdering UL.categoryActions { + float: right; + margin-top: 5px; +} +/* */ + +FORM#catModify TABLE { width: auto; } + +FIELDSET.elementEdit A { + display: block; + float: right; +} + +TABLE.doubleSelect { + text-align: center; + margin: 0 auto; + width: 100%; +} + +TABLE.doubleSelect TD { + padding: 0 5px; + width: 50%; +} + +TABLE.doubleSelect SELECT.categoryList { + width: 100%; +} + +FORM#categoryPermissions LI { + display:inline; + white-space: nowrap; +} + +FIELDSET#mainConf SPAN.property { + width: 25%; +} +FIELDSET#mainConf TEXTAREA.description { + width: 70%; +} + +/* PWG Links Menu is fixed Graphic charts */ +.pwgmenu { + display: table; + list-style-type: none; + list-style-image: none; /* for firefox */ + white-space: nowrap; + position: relative; + text-decoration : none; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 70%; + line-height: 1.1em; + width: 66em; + margin: 1px 8px 1px auto; + padding: 3px; + background: transparent; +} +.pwgmenu li { + float: left; + width: 10em !important; + text-align: center; + margin: 0 6px; + padding: 0; + +} +.pwgmenu a { + width: 9em !important; + display: block; + padding: 4px 8px; + background: #69c; /* PWG Graphic charts */ + color: white; + text-align: center; + text-decoration: none; + font-weight: bold; + border: 1px solid #fff; /* Why bordered? in case of #69c background */ +} +.pwgmenu a:hover { + background: #f92; + color: white; +} /* PWG Graphic charts */ + + +.statBar { + height: 10px; + background-color: #66f; + border: 1px solid black; +} + +/* Tabsheet */ +ul.tabsheet { + display: table; + list-style-type: none; + list-style-image: none; /* for firefox */ + white-space: nowrap; + margin-left: auto; margin-right: auto; + text-decoration : none; + background: transparent; + border-bottom: 1px solid #fff; +} + +ul.tabsheet li { + float: left; + text-align: center; + margin: 0 6px; + color: white; + font-size: 110%; + font-weight: bold; + padding: 4px 8px; + border: 1px solid #fff; + border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ + padding: 5px 2em 2px 2em; +} diff --git a/template/yoga/admin/tabsheet.tpl b/template/yoga/admin/tabsheet.tpl index 257cfd13e..55cdd14ea 100644 --- a/template/yoga/admin/tabsheet.tpl +++ b/template/yoga/admin/tabsheet.tpl @@ -1,6 +1,6 @@ -<!-- $Id$ -->
-<ul class="tabsheet">
-<!-- BEGIN tab -->
- <li class="{tab.CLASSNAME}"><a href="{tab.URL}">{tab.CAPTION}</a></li>
-<!-- END tab -->
-</ul>
+<!-- $Id$ --> +<ul class="tabsheet"> +<!-- BEGIN tab --> + <li class="{tab.CLASSNAME}"><a href="{tab.URL}">{tab.CAPTION}</a></li> +<!-- END tab --> +</ul> diff --git a/template/yoga/admin/ws_checker.tpl b/template/yoga/admin/ws_checker.tpl index db11059b1..55ab45ea9 100644 --- a/template/yoga/admin/ws_checker.tpl +++ b/template/yoga/admin/ws_checker.tpl @@ -1,229 +1,229 @@ -<!-- $Id: ws_checker.tpl 939 2005-11-17 20:13:36Z VDigital $ -->
-
-<div class="titrePage">
- <ul class="categoryActions">
- <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
- </ul>
- <h2>{lang:title_wscheck} - {lang:web_services}</h2>
-</div>
-
-<!-- BEGIN update_result -->
-<ul>
- {update_result.UPD_ELEMENT}
-</ul>
-<!-- END update_result -->
-
-<!-- Add Access -->
-<form method="post" name="adding_access" action="{F_STATUS_ACTION}">
- <!-- Current Default -->
- <fieldset>
- <legend>{lang:ws_adding_legend}</legend>
- <table>
- <!-- Access key -->
- <tr>
- <td>
- <label for="KeyName">{lang:Confidential partner key} </label>
- </td>
- <td>
- <input type="text" maxlength="35" size="35" name="add_partner"
- id="add_partner" value="{F_ADD_PARTNER}"
- title="{lang:Basis of access key calculation}" />
- </td>
- </tr>
-
- <!-- Target (cat/ids, tag/ids, or list/ids ids=id,id-id,...) -->
- <tr>
- <td>
- <label for="Access">{lang:Target}</label>
- </td>
- <td>
- <input type="text" maxlength="128" size="35" name="add_target"
- id="add_target" value="{F_ADD_ACCESS}"
- title="{lang:Facultative and restrictive option}" />
- <i><small> ({lang:Access: see help text for more})
- </small></i>
- </td>
- </tr>
-
- <!-- Restricted access to specific request -->
- <tr>
- <td>
- <label for="add_request">{lang:Restrict access to}</label>
- </td>
- <td>
- <select name="add_request" id="add_request" style="width: 18em"
- onfocus="this.className='focus';"
- onblur="this.className='nofocus';">
- <!-- BEGIN add_request -->
- <option value="{add_request.VALUE}"
- {add_request.SELECTED}>{add_request.CONTENT}
- </option>
- <!-- END add_request -->
- </select>
- <i><small> ({lang:ws_Methods})</small></i>
- </td>
- </tr>
-
- <!-- Limit number of images information to be return -->
- <tr>
- <td>
- <label for="add_limit">{lang:Returned images limit}</label>
- </td>
- <td>
- <select name="add_limit" id="add_limit" style="width: 10em"
- onfocus="this.className='focus';"
- onblur="this.className='nofocus';">
- <!-- BEGIN add_limit -->
- <option value="{add_limit.VALUE}"
- {add_limit.SELECTED}>{add_limit.CONTENT}
- </option>
- <!-- END add_limit -->
- </select>
- </td>
- </tr>
-
- <!-- Open service is postponed by n days -->
- <!-- In comment currently
- <tr>
- <td>
- <label for="add_start">{lang:Postponed availability in days}</label>
- </td>
- <td>
- <select name="add_start" id="add_start" style="width: 10em"
- onfocus="this.className='focus';"
- onblur="this.className='nofocus';">
- <!-- BEGIN add_start -->
- <option value="{add_start.VALUE}"
- {add_start.SELECTED}>{add_start.CONTENT}
- </option>
- <!-- END add_start -->
- </select>
- </td>
- </tr> -->
-
- <!-- Opened service only for n days -->
- <tr>
- <td>
- <label for="add_end">{lang:Duration in days}</label>
- </td>
- <td>
- <select name="add_end" id="add_end" style="width: 10em"
- onfocus="this.className='focus';"
- onblur="this.className='nofocus';">
- <!-- BEGIN add_end -->
- <option value="{add_end.VALUE}"
- {add_end.SELECTED}>{add_end.CONTENT}
- </option>
- <!-- END add_end -->
- </select>
- </td>
- </tr>
-
- <!-- Idendify your partner (name / website / phone) as you want -->
- <tr>
- <td>
- <label for="add_Comment">{lang:ws_Comment}</label>
- <br />
- </td>
- <td>
- <textarea name="add_comment" id="add_comment"
- rows="4" cols="80">{lang:Comment to identify your partner clearly}</textarea>
- </td>
- </tr>
-
- <!-- Add submit button -->
- <tr>
- <td>
- </td>
- <td>
- <input class="submit" type="submit" name="wsa_submit" style="width: 10em; padding-top: 3px;"
- value="{lang:Submit}" {TAG_INPUT_ENABLED}
- title="{lang:Add this access definition}" />
- </td>
- </tr>
- </table>
- </fieldset>
-</form>
-
-<!-- BEGIN acc_list -->
-<!-- Access list -->
-<form method="post" name="preferences" action="{F_STATUS_ACTION}">
- <input type="hidden" name="partner_prev" value="{F_PREV_PARTNER}">
- <input type="hidden" name="request_prev" value="{F_PREV_REQUEST}">
- <input type="hidden" name="high_prev" value="{F_PREV_HIGH}">
- <input type="hidden" name="normal_prev" value="{F_PREV_NORMAL}">
- <input type="hidden" name="order_prev" value="{F_PREV_ORDER}">
- <input type="hidden" name="dir5n_prev" value="{F_PREV_DIR5N}">
- <!-- Delete / Update Selected -->
- <fieldset>
- <legend>{lang:ws_update_legend}</legend>
- <table class="table2">
- <tr class="throw">
- <th> </th>
- <th>{lang:ws_KeyName}</th>
- <th>{lang:ws_Access}</th>
- <th>{lang:ws_End}</th>
- <th>{lang:ws_Request}</th>
- <th>{lang:ws_Limit}</th>
- <th>{lang:ws_Comment}</th>
- </tr>
- <!-- BEGIN access -->
- <tr class="{acc_list.access.CLASS}">
- <td>
- <input type="radio" name="selection"
- value="{acc_list.access.ID}" id="selection-{acc_list.access.ID}">
- </td>
- <td><label for="selection-{acc_list.access.ID}">{acc_list.access.NAME}</label></td>
- <td>{acc_list.access.TARGET}</td>
- <td>{acc_list.access.END}</td>
- <td>{acc_list.access.REQUEST}</td>
- <td>{acc_list.access.LIMIT}</td>
- <td>{acc_list.access.COMMENT}</td>
- </tr>
- <!-- END user -->
- </table>
-
- <table>
- <tr>
- <td>
- {lang:ws_delete_legend}
- </td>
- <td>
- <input type="radio" name="delete_confirmation"
- value="true">
- <input class="submit" type="submit" name="wsX_submit" style="width: 10em; padding-top: 3px;"
- value="{lang:Delete}" {TAG_INPUT_ENABLED}>
- </td>
- </tr>
- </table>
- <hr>
- <table>
- <tr>
- <td>
- <span class="property">
- <label for="upd_end">{lang:Modify End from Now +} </label>
- </span>
- <select name="upd_end" id="upd_end" style="width: 10em"
- onfocus="this.className='focus';"
- onblur="this.className='nofocus';">
- <!-- BEGIN upd_end -->
- <option value="{acc_list.upd_end.VALUE}" {acc_list.upd_end.SELECTED}>
- {acc_list.upd_end.CONTENT}
- </option>
- <!-- END upd_end -->
- </select>
- <input class="submit" type="submit" name="wsu_submit" style="width: 10em; padding-top: 3px;"
- value="{lang:Submit}" {TAG_INPUT_ENABLED}>
- </td>
- <td>
- <i><small> ({lang:Web Services availability duration in days})</small></i>
- </td>
- </tr>
- </table>
-
- </fieldset>
-</form>
-<!-- BEGIN ws_status -->
- <h3>{acc_list.ws_status.VALUE}</h3>
-<!-- END ws_status -->
-<!-- END acc_list -->
+<!-- $Id: ws_checker.tpl 939 2005-11-17 20:13:36Z VDigital $ --> + +<div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> + </ul> + <h2>{lang:title_wscheck} - {lang:web_services}</h2> +</div> + +<!-- BEGIN update_result --> +<ul> + {update_result.UPD_ELEMENT} +</ul> +<!-- END update_result --> + +<!-- Add Access --> +<form method="post" name="adding_access" action="{F_STATUS_ACTION}"> + <!-- Current Default --> + <fieldset> + <legend>{lang:ws_adding_legend}</legend> + <table> + <!-- Access key --> + <tr> + <td> + <label for="KeyName">{lang:Confidential partner key} </label> + </td> + <td> + <input type="text" maxlength="35" size="35" name="add_partner" + id="add_partner" value="{F_ADD_PARTNER}" + title="{lang:Basis of access key calculation}" /> + </td> + </tr> + + <!-- Target (cat/ids, tag/ids, or list/ids ids=id,id-id,...) --> + <tr> + <td> + <label for="Access">{lang:Target}</label> + </td> + <td> + <input type="text" maxlength="128" size="35" name="add_target" + id="add_target" value="{F_ADD_ACCESS}" + title="{lang:Facultative and restrictive option}" /> + <i><small> ({lang:Access: see help text for more}) + </small></i> + </td> + </tr> + + <!-- Restricted access to specific request --> + <tr> + <td> + <label for="add_request">{lang:Restrict access to}</label> + </td> + <td> + <select name="add_request" id="add_request" style="width: 18em" + onfocus="this.className='focus';" + onblur="this.className='nofocus';"> + <!-- BEGIN add_request --> + <option value="{add_request.VALUE}" + {add_request.SELECTED}>{add_request.CONTENT} + </option> + <!-- END add_request --> + </select> + <i><small> ({lang:ws_Methods})</small></i> + </td> + </tr> + + <!-- Limit number of images information to be return --> + <tr> + <td> + <label for="add_limit">{lang:Returned images limit}</label> + </td> + <td> + <select name="add_limit" id="add_limit" style="width: 10em" + onfocus="this.className='focus';" + onblur="this.className='nofocus';"> + <!-- BEGIN add_limit --> + <option value="{add_limit.VALUE}" + {add_limit.SELECTED}>{add_limit.CONTENT} + </option> + <!-- END add_limit --> + </select> + </td> + </tr> + + <!-- Open service is postponed by n days --> + <!-- In comment currently + <tr> + <td> + <label for="add_start">{lang:Postponed availability in days}</label> + </td> + <td> + <select name="add_start" id="add_start" style="width: 10em" + onfocus="this.className='focus';" + onblur="this.className='nofocus';"> + <!-- BEGIN add_start --> + <option value="{add_start.VALUE}" + {add_start.SELECTED}>{add_start.CONTENT} + </option> + <!-- END add_start --> + </select> + </td> + </tr> --> + + <!-- Opened service only for n days --> + <tr> + <td> + <label for="add_end">{lang:Duration in days}</label> + </td> + <td> + <select name="add_end" id="add_end" style="width: 10em" + onfocus="this.className='focus';" + onblur="this.className='nofocus';"> + <!-- BEGIN add_end --> + <option value="{add_end.VALUE}" + {add_end.SELECTED}>{add_end.CONTENT} + </option> + <!-- END add_end --> + </select> + </td> + </tr> + + <!-- Idendify your partner (name / website / phone) as you want --> + <tr> + <td> + <label for="add_Comment">{lang:ws_Comment}</label> + <br /> + </td> + <td> + <textarea name="add_comment" id="add_comment" + rows="4" cols="80">{lang:Comment to identify your partner clearly}</textarea> + </td> + </tr> + + <!-- Add submit button --> + <tr> + <td> + </td> + <td> + <input class="submit" type="submit" name="wsa_submit" style="width: 10em; padding-top: 3px;" + value="{lang:Submit}" {TAG_INPUT_ENABLED} + title="{lang:Add this access definition}" /> + </td> + </tr> + </table> + </fieldset> +</form> + +<!-- BEGIN acc_list --> +<!-- Access list --> +<form method="post" name="preferences" action="{F_STATUS_ACTION}"> + <input type="hidden" name="partner_prev" value="{F_PREV_PARTNER}"> + <input type="hidden" name="request_prev" value="{F_PREV_REQUEST}"> + <input type="hidden" name="high_prev" value="{F_PREV_HIGH}"> + <input type="hidden" name="normal_prev" value="{F_PREV_NORMAL}"> + <input type="hidden" name="order_prev" value="{F_PREV_ORDER}"> + <input type="hidden" name="dir5n_prev" value="{F_PREV_DIR5N}"> + <!-- Delete / Update Selected --> + <fieldset> + <legend>{lang:ws_update_legend}</legend> + <table class="table2"> + <tr class="throw"> + <th> </th> + <th>{lang:ws_KeyName}</th> + <th>{lang:ws_Access}</th> + <th>{lang:ws_End}</th> + <th>{lang:ws_Request}</th> + <th>{lang:ws_Limit}</th> + <th>{lang:ws_Comment}</th> + </tr> + <!-- BEGIN access --> + <tr class="{acc_list.access.CLASS}"> + <td> + <input type="radio" name="selection" + value="{acc_list.access.ID}" id="selection-{acc_list.access.ID}"> + </td> + <td><label for="selection-{acc_list.access.ID}">{acc_list.access.NAME}</label></td> + <td>{acc_list.access.TARGET}</td> + <td>{acc_list.access.END}</td> + <td>{acc_list.access.REQUEST}</td> + <td>{acc_list.access.LIMIT}</td> + <td>{acc_list.access.COMMENT}</td> + </tr> + <!-- END user --> + </table> + + <table> + <tr> + <td> + {lang:ws_delete_legend} + </td> + <td> + <input type="radio" name="delete_confirmation" + value="true"> + <input class="submit" type="submit" name="wsX_submit" style="width: 10em; padding-top: 3px;" + value="{lang:Delete}" {TAG_INPUT_ENABLED}> + </td> + </tr> + </table> + <hr> + <table> + <tr> + <td> + <span class="property"> + <label for="upd_end">{lang:Modify End from Now +} </label> + </span> + <select name="upd_end" id="upd_end" style="width: 10em" + onfocus="this.className='focus';" + onblur="this.className='nofocus';"> + <!-- BEGIN upd_end --> + <option value="{acc_list.upd_end.VALUE}" {acc_list.upd_end.SELECTED}> + {acc_list.upd_end.CONTENT} + </option> + <!-- END upd_end --> + </select> + <input class="submit" type="submit" name="wsu_submit" style="width: 10em; padding-top: 3px;" + value="{lang:Submit}" {TAG_INPUT_ENABLED}> + </td> + <td> + <i><small> ({lang:Web Services availability duration in days})</small></i> + </td> + </tr> + </table> + + </fieldset> +</form> +<!-- BEGIN ws_status --> + <h3>{acc_list.ws_status.VALUE}</h3> +<!-- END ws_status --> +<!-- END acc_list --> |