Removed /skins/green...*.css entries from this templates
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="/skins/green/style.css" media="screen"/>
|
||||
<link rel="stylesheet" type="text/css" href="/skins/green/printstyle.css" media="print"/>
|
||||
<TITLE>krlos</TITLE>
|
||||
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#999999" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" rightmargin="0">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Ajax upload demo</title>
|
||||
<link rel="stylesheet" type="text/css" href="/skins/green/style.css"/>
|
||||
<style>
|
||||
li {list-style-type: none;margin: 2; padding: 0; }
|
||||
body{
|
||||
background:#fff;
|
||||
}
|
||||
#uxfiles{
|
||||
font-size:10px;border-width: 1px; border-style: solid; border-color: #000;
|
||||
font-size:10px;border-width: 1px; border-style: solid; border-color: #000;
|
||||
padding:2px;
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
@@ -29,11 +27,11 @@ $(document).ready(function(){
|
||||
var button = $('#button1'), interval;
|
||||
new AjaxUpload(button,{
|
||||
action: 'processes_doUpload', // I disabled uploads in this example for security reasons
|
||||
//action: 'upload.htm',
|
||||
//action: 'upload.htm',
|
||||
name: 'form',
|
||||
onSubmit : function(file, ext){
|
||||
|
||||
if(cClient.browser != 'msie'){
|
||||
if(cClient.browser != 'msie'){
|
||||
$("#uxmsg").html('Uploading...');
|
||||
$("#uxmsg").fadeIn(2000);
|
||||
//this.disable();
|
||||
@@ -50,9 +48,9 @@ $(document).ready(function(){
|
||||
|
||||
var text = button.text();
|
||||
if (text.length < 13){
|
||||
button.text(text + '.');
|
||||
button.text(text + '.');
|
||||
} else {
|
||||
button.text('Uploading');
|
||||
button.text('Uploading');
|
||||
}
|
||||
|
||||
}, 200);
|
||||
@@ -83,7 +81,7 @@ $(document).ready(function(){
|
||||
$('#button1').attr('disabled',false);
|
||||
//alert(document.getElementById('button1').id);
|
||||
//parent.xReaload();
|
||||
//setTimeout('xclear()', 4000);
|
||||
//setTimeout('xclear()', 4000);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="{siteUrl}/skins/green/style.css"/>
|
||||
<script type="text/javascript" src="{siteUrl}/jscore/labels/{sysLang}.js"></script>
|
||||
<script type="text/javascript" src="{siteUrl}/js/maborak/core/maborak.js"></script>
|
||||
<script type="text/javascript" src="{siteUrl}/js/jscalendar/lang/calendar-{sysLang}.js"></script>
|
||||
@@ -9,13 +8,13 @@
|
||||
<script type="text/javascript" src="{siteUrl}/jsform/{dynFileName}.js"></script>
|
||||
<!-- START BLOCK : grid_uids -->
|
||||
<script type="text/javascript" src="{siteUrl}/jsform/{gridFileName}.js"></script>
|
||||
<!-- END BLOCK : grid_uids -->
|
||||
<!-- END BLOCK : grid_uids -->
|
||||
<script type="text/javascript">
|
||||
var leimnud = new maborak();
|
||||
leimnud.make();
|
||||
leimnud.Package.Load("panel,validator,app,rpc,fx,drag,drop,dom,abbr",{ Instance:leimnud,Type:"module" });
|
||||
leimnud.exec(leimnud.fix.memoryLeak);
|
||||
if(leimnud.browser.isIphone)
|
||||
if(leimnud.browser.isIphone)
|
||||
{ leimnud.iphone.make(); }
|
||||
leimnud.event.add(window,"load",function(){ loadForm_{formId}("{siteUrl}/sys{sysSys}/{sysLang}/{sysSkin}/gulliver/defaultAjaxDynaform")});
|
||||
</script>
|
||||
@@ -23,9 +22,9 @@
|
||||
<script type="text/javascript">
|
||||
var aux1 = window.location.href.split("?");
|
||||
if(aux1[1]){
|
||||
if(aux1[1]!=""){
|
||||
if(aux1[1]!=""){
|
||||
var aux2 = aux1[1].split("&");
|
||||
for(var i=0; i<=aux2.length; i++){
|
||||
for(var i=0; i<=aux2.length; i++){
|
||||
if(aux2[i]=="__flag__=1"){
|
||||
alert("Request sent!");
|
||||
}
|
||||
@@ -33,10 +32,10 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
{scriptCode}
|
||||
{scriptCode}
|
||||
|
||||
<input type="hidden" name="PRO_UID" value="{processUid}">
|
||||
<input type="hidden" name="TASKS" value="{taskUid}">
|
||||
|
||||
Reference in New Issue
Block a user