Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 562 for editable (0.37 sec)

  1. src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp

    									<la:link styleClass="btn btn-default" href="list/${parentId}">
    										<em class="fa fa-arrow-circle-left">
    										<la:message key="labels.crud_button_back" />
    									</la:link>
    									<c:if test="${editable}">
    										<button type="submit" class="btn btn-success" name="updateTags"
    											value="<la:message key="labels.crud_button_update" />"
    										>
    											<em class="fa fa-pencil-alt">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 26 01:48:41 GMT 2022
    - 4.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    										<input id="requestFile" type="file" name="requestFile" class="form-control-file" />
    									</div>
    								</div>
    							</div>
    							<div class="card-footer">
    								<c:if test="${editable}">
    									<button type="submit" class="btn btn-primary" name="upload">
    										<em class="fa fa-upload">
    										<la:message key="labels.esreq_button_upload" />
    									</button>
    								</c:if>
    							</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 20 09:26:42 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

                                    </p>
                                </div>
                                <div class="card-footer">
                                    <c:if test="${editable}">
                                        <button type="submit" class="btn btn-primary"
                                                name="crawlingConfigForm"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 3.5K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp

                                <div class="data-wrapper">
                                    <div class="row">
                                        <div class="col-sm-12">
                                            <c:if test="${editable}">
                                                <la:form action="/admin/backup/upload/" enctype="multipart/form-data"
                                                         styleClass="form-inline">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 5.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/design/admin_design_edit.jsp

                            </la:info>
                            <la:errors property="_global"/>
                        </div>
                        <div class="card card-outline card-success">
                            <c:if test="${editable}">
                                <la:form action="/admin/design/">
                                    <div class="card-header">
                                        <h3 class="card-title">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 3.7K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp

                                    </la:info>
                                    <la:errors/>
                                </div>
                                <c:if test="${editable}">
                                    <div class="form-group row">
                                        <label for="elevateWordFile" class="col-sm-3 text-sm-right col-form-label"><la:message
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.5K bytes
    - Viewed (0)
  7. maven-compat/src/main/mdo/paramdoc.mdo

              <type>String</type>
            </field>
            <field>
              <version>1.0.0</version>
              <name>editable</name>
              <description>Whether the value of this expression can be changed.</description>
              <type>boolean</type>
              <defaultValue>true</defaultValue>
            </field>
          </fields>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Aug 21 15:04:07 GMT 2009
    - 5.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp

                                    </la:info>
                                    <la:errors/>
                                </div>
                                <c:if test="${editable}">
                                <div class="form-group row">
                                    <label for="badWordFile" class="col-sm-3 text-sm-right col-form-label"><la:message
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.4K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

                                                        <td>${f:h(artifact.version)}</td>
                                                        <td>
                                                            <c:if test="${editable}">
                                                                <div class="text-center">
                                                                    <button type="button" class="btn btn-danger btn-xs"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                                            <la:message key="labels.crawling_info_button_back"/>
                                        </button>
                                        <c:if test="${editable}">
                                            <button type="button" class="btn btn-danger" name="delete"
                                                    data-toggle="modal" data-target="#confirmToDelete"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
Back to top