mirror of
https://github.com/nicobo/regexcite.git
synced 2026-02-22 18:27:18 +01:00
GWT 2.4
This commit is contained in:
parent
86ec55dac6
commit
23276638a8
3
RegExcite/.settings/com.google.gdt.eclipse.core.prefs
Normal file
3
RegExcite/.settings/com.google.gdt.eclipse.core.prefs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#Mon Oct 17 22:29:49 CEST 2011
|
||||
eclipse.preferences.version=1
|
||||
launchConfigExternalUrlPrefix=
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
#Sat May 23 00:48:42 CEST 2009
|
||||
#Sat Oct 08 12:18:47 CEST 2011
|
||||
eclipse.preferences.version=1
|
||||
gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48L2d3dC1jb21waWxlLXNldHRpbmdzPg\=\=
|
||||
filesCopiedToWebInfLib=gwt-servlet.jar
|
||||
gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48ZW50cnktcG9pbnQtbW9kdWxlPm9yZy5kcmVhbXNvZnQucmVnZXhjaXRlLlJlZ0V4Y2l0ZTwvZW50cnktcG9pbnQtbW9kdWxlPjwvZ3d0LWNvbXBpbGUtc2V0dGluZ3M+
|
||||
|
|
|
|||
|
|
@ -1,13 +1,29 @@
|
|||
<!doctype html>
|
||||
<!-- The DOCTYPE declaration above will set the -->
|
||||
<!-- browser's rendering engine into -->
|
||||
<!-- "Standards Mode". Replacing this declaration -->
|
||||
<!-- with a "Quirks Mode" doctype is not supported. -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RegExcite</title>
|
||||
<script language="javascript" src="RegEx3Compressed.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="regexcite/regexcite.nocache.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="RegExcite.css">
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
||||
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>RegExcite</title>
|
||||
<script language="javascript" src="RegEx3Compressed.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="RegExcite.css">
|
||||
<script type="text/javascript" language="javascript" src="regexcite/regexcite.nocache.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- OPTIONAL: include this if you want history support -->
|
||||
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
||||
|
||||
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
||||
<noscript>
|
||||
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
|
||||
Your web browser must have JavaScript enabled
|
||||
in order for this application to display correctly.
|
||||
</div>
|
||||
</noscript>
|
||||
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td height="0.5%"> <b>RegEx</b><sub style='color: red;'>Cite</sub></td>
|
||||
</tr>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue