Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 32 for carLicense (0.13 seconds)

  1. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                            <label for="attributes.carLicense" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                    key="labels.user_carLicense"/></label>
                                            <div class="col-sm-9">
                                                <la:errors property="attributes.carLicense"/>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 31.4K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                                <th><la:message key="labels.user_carLicense"/></th>
                                                <td>${f:h(attributes.carLicense)}<la:hidden
                                                        property="attributes.carLicense"/></td>
                                            </tr>
                                            <tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  3. src/main/resources/fess_config.properties

    # LDAP attribute for post office box.
    ldap.attr.postOfficeBox=postOfficeBox
    # LDAP attribute for initials.
    ldap.attr.initials=initials
    # LDAP attribute for car license.
    ldap.attr.carLicense=carLicense
    # LDAP attribute for mobile.
    ldap.attr.mobile=mobile
    # LDAP attribute for postal address.
    ldap.attr.postalAddress=postalAddress
    # LDAP attribute for city.
    ldap.attr.city=l
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_en.properties

    labels.user_postOfficeBox=Post Office Box
    labels.postOfficeBox=Post Office Box
    labels.user_initials=Initials
    labels.initials=Initials
    labels.user_carLicense=Car License
    labels.carLicense=Car License
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Postal Address
    labels.postalAddress=Postal Address
    labels.user_city=City
    labels.city=City
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. initials */
        String LDAP_ATTR_INITIALS = "ldap.attr.initials";
    
        /** The key of the configuration. e.g. carLicense */
        String LDAP_ATTR_CAR_LICENSE = "ldap.attr.carLicense";
    
        /** The key of the configuration. e.g. mobile */
        String LDAP_ATTR_MOBILE = "ldap.attr.mobile";
    
        /** The key of the configuration. e.g. postalAddress */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  6. src/main/resources/fess_label_zh_TW.properties

    labels.user_facsimileTelephoneNumber=傳真號碼
    labels.facsimileTelephoneNumber=傳真號碼
    labels.user_postOfficeBox=郵政信箱
    labels.postOfficeBox=郵政信箱
    labels.user_initials=首字母
    labels.initials=首字母
    labels.user_carLicense=駕駛執照
    labels.carLicense=駕駛執照
    labels.user_mobile=手機
    labels.mobile=手機
    labels.user_postalAddress=郵政地址
    labels.postalAddress=郵政地址
    labels.user_city=城市
    labels.city=城市
    labels.user_teletexTerminalIdentifier=電傳終端識別符
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.5K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_ru.properties

    labels.user_postOfficeBox=Почтовый ящик
    labels.postOfficeBox=Почтовый ящик
    labels.user_initials=Инициалы
    labels.initials=Инициалы
    labels.user_carLicense=Водительское удостоверение
    labels.carLicense=Водительское удостоверение
    labels.user_mobile=Мобильный телефон
    labels.mobile=Мобильный телефон
    labels.user_postalAddress=Почтовый адрес
    labels.postalAddress=Почтовый адрес
    labels.user_city=Город
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 66.6K bytes
    - Click Count (0)
  8. src/main/resources/fess_label_fr.properties

    labels.user_postOfficeBox=Boîte postale
    labels.postOfficeBox=Boîte postale
    labels.user_initials=Initiales
    labels.initials=Initiales
    labels.user_carLicense=Permis de conduire
    labels.carLicense=Permis de conduire
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Adresse postale
    labels.postalAddress=Adresse postale
    labels.user_city=Ville
    labels.city=Ville
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_it.properties

    labels.facsimileTelephoneNumber=Numero di fax
    labels.user_postOfficeBox=Casella postale
    labels.postOfficeBox=Casella postale
    labels.user_initials=Iniziali
    labels.initials=Iniziali
    labels.user_carLicense=Patente di guida
    labels.carLicense=Patente di guida
    labels.user_mobile=Cellulare
    labels.mobile=Cellulare
    labels.user_postalAddress=Indirizzo postale
    labels.postalAddress=Indirizzo postale
    labels.user_city=Città
    labels.city=Città
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_zh_CN.properties

    labels.user_facsimileTelephoneNumber=传真号码
    labels.facsimileTelephoneNumber=传真号码
    labels.user_postOfficeBox=邮政信箱
    labels.postOfficeBox=邮政信箱
    labels.user_initials=首字母
    labels.initials=首字母
    labels.user_carLicense=驾驶执照
    labels.carLicense=驾驶执照
    labels.user_mobile=手机
    labels.mobile=手机
    labels.user_postalAddress=邮政地址
    labels.postalAddress=邮政地址
    labels.user_city=城市
    labels.city=城市
    labels.user_teletexTerminalIdentifier=电传终端标识符
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.3K bytes
    - Click Count (0)
Back to Top