Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 202 for Button (0.16 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                            <button type="submit" class="btn btn-default" name="reset"
                                                    value="<la:message key="labels.crud_button_reset" />">
                                                <la:message key="labels.crud_button_reset"/>
                                            </button>
                                        </div>
                                    </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp

                                <button type="submit" class="btn btn-success" name="upload"
                                        value="<la:message key="labels.elevate_word_button_upload" />">
                                    <em class="fa fa-upload">
                                    <la:message
                                            key="labels.elevate_word_button_upload"/>
                                </button>
    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)
  3. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp

                                    <button type="submit" class="btn btn-primary" name="download"
                                            value="<la:message key="labels.dict_kuromoji_button_download" />">
                                        <em class="fa fa-download">
                                        <la:message key="labels.dict_kuromoji_button_download"/>
                                    </button>
                                </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp

                                    <button type="submit" class="btn btn-success"
                                            value="<la:message key="labels.dict_kuromoji_button_upload" />">
                                        <em class="fa fa-upload">
                                        <la:message key="labels.dict_kuromoji_button_upload"/>
                                    </button>
                                </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.2K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/adminlte.min.js

    lte.pushmenu",n)),"string"==typeof i&&i.match(/collapse|expand|toggle/)&&n[i]()}))},e}();return t(document).on("click",a.TOGGLE_BUTTON,(function(e){e.preventDefault();var i=e.currentTarget;"pushmenu"!==t(i).data("widget")&&(i=t(i).closest(a.TOGGLE_BUTTON)),d._jQueryInterface.call(t(i),"toggle")})),t(window).on("load",(function(){d._jQueryInterface.call(t(a.TOGGLE_BUTTON))})),t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=n,d._jQueryInterface},d}(jQu...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 23.7K bytes
    - Viewed (3)
  6. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_download.jsp

                                    <button type="submit" class="btn btn-primary" name="download"
                                            value="<la:message key="labels.dict_mapping_button_download" />">
                                        <em class="fa fa-download">
                                        <la:message key="labels.dict_mapping_button_download"/>
                                    </button>
                                </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.9K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_download.jsp

                                    <button type="submit" class="btn btn-primary" name="download"
                                            value="<la:message key="labels.dict_stemmeroverride_button_download" />">
                                        <em class="fa fa-download">
                                        <la:message key="labels.dict_stemmeroverride_button_download"/>
                                    </button>
                                </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp

                                    <button type="submit" class="btn btn-primary" name="download"
                                            value="<la:message key="labels.dict_stopwords_button_download" />">
                                        <em class="fa fa-download">
                                        <la:message key="labels.dict_stopwords_button_download"/>
                                    </button>
                                </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.9K bytes
    - Viewed (0)
  9. docs_src/websockets/tutorial003_py39.py

            <h1>WebSocket Chat</h1>
            <h2>Your ID: <span id="ws-id"></span></h2>
            <form action="" onsubmit="sendMessage(event)">
                <input type="text" id="messageText" autocomplete="off"/>
                <button>Send</button>
            </form>
            <ul id='messages'>
            </ul>
            <script>
                var client_id = Date.now()
                document.querySelector("#ws-id").textContent = client_id;
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 18 12:29:59 GMT 2023
    - 2.5K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    									</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>
    						</div>
    					</div>
    				</la:form>
    			</section>
    		</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)
Back to top