Ignore:
Timestamp:
Jan 23, 2007, 9:38:04 PM (17 years ago)
Author:
vdigital
Message:

ws_status is now removed from config table. It will be replaced by ws_access_control managed in config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/ws_checker.tpl

    r1661 r1745  
    1313</ul>
    1414<!-- END update_result -->
    15 
    16 
    17 <!-- Set Web Services : Open/Disable -->
    18 <form method="post" name="ws_status" action="{F_STATUS_ACTION}">
    19   <!-- Current status -->
    20   <fieldset>
    21     <legend>{lang:ws_set_status} : <strong>{L_CURRENT_STATUS}</strong></legend>
    22     <table>
    23       <tr>
    24         <td width="70%">
    25           {lang:ws set to}  &nbsp; &nbsp; &nbsp;
    26           <label><input type="radio" name="ws_status" value="true"
    27             {STATUS_YES} /> {lang:ws_enable}
    28           </label> &nbsp; &nbsp; &nbsp;
    29           <label><input type="radio" name="ws_status" value="false"
    30             {STATUS_NO} /> {lang:ws_disable}
    31           </label>
    32         </td>
    33         <td width="4%">
    34           &nbsp;
    35         </td>
    36         <td>
    37           <input type="submit" value="{lang:submit}" 
    38             style="width: 10em; padding-top: 3px;" 
    39             name="wss_submit" {TAG_INPUT_ENABLED} />
    40         </td>
    41       </tr>
    42     </table>
    43   </fieldset>
    44 </form>
    45 
    4615
    4716<!-- Add Access -->
     
    11584
    11685    <!-- Open service is postponed by n days -->
     86    <!-- In comment currently
    11787      <tr>
    11888        <td>
     
    130100          </select>
    131101        </td>
    132       </tr>
     102      </tr> -->
    133103
    134104    <!-- Opened service only for n days -->
     
    151121
    152122    <!-- High resolution information will be returned -->
     123    <!-- In comment currently
    153124      <tr>
    154125        <td>
     
    166137          </label> 
    167138        </td>
    168       </tr>
     139      </tr> -->
    169140
    170141    <!-- Normal size information will be returned -->
     142    <!-- In comment currently
    171143      <tr>
    172144        <td>
     
    184156          </label>
    185157        </td>
    186       </tr>
     158      </tr> -->
    187159
    188160    <!-- Idendify your partner (name / website / phone) as you want -->
     
    229201        <th>{lang:ws_KeyName}</th>
    230202        <th>{lang:ws_Access}</th>
    231         <th>{lang:ws_Start}</th>
     203        <!-- <th>{lang:ws_Start}</th> -->
    232204        <th>{lang:ws_End}</th>
    233205        <th>{lang:ws_Request}</th>
    234         <th>{lang:ws_High}</th>
    235         <th>{lang:ws_Normal}</th>
     206        <!-- <th>{lang:ws_High}</th> -->
     207        <!-- <th>{lang:ws_Normal}</th> -->
    236208        <th>{lang:ws_Limit}</th>
    237209        <th>{lang:ws_Comment}</th>
     
    245217        <td><label for="selection-{acc_list.access.ID}">{acc_list.access.NAME}</label></td>
    246218        <td>{acc_list.access.ACCESS}</td>
    247         <td>{acc_list.access.START}</td>
     219        <!-- <td>{acc_list.access.START}</td> -->
    248220        <td>{acc_list.access.END}</td>
    249221        <td>{acc_list.access.FORCE}</td>
    250         <td>{acc_list.access.HIGH}</td>
    251         <td>{acc_list.access.NORMAL}</td>
     222        <!-- <td>{acc_list.access.HIGH}</td> -->
     223        <!-- <td>{acc_list.access.NORMAL}</td> -->
    252224        <td>{acc_list.access.LIMIT}</td>
    253225        <td>{acc_list.access.COMMENT}</td>
Note: See TracChangeset for help on using the changeset viewer.