r8883@llin: dpavlin | 2005-11-14 21:39:14 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 15 Nov 2005 14:31:03 +0000 (14:31 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 15 Nov 2005 14:31:03 +0000 (14:31 +0000)
 fade initial idle status

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@61 07558da8-63fa-0310-ba24-9fe276d99e06

web/browse.cgi

index 44bf8f5..6f29b2c 100755 (executable)
@@ -123,9 +123,7 @@ iwfHideGentlyDelay('div_status', 2, 2000, 1);
 <action type='html' target='div_template' errorCode='' errorMessage='' >
 <pre>}, Dumper($q->Vars), qq{</pre>
 
-<form name="frmEditor" action="$self" method="post"
-iwfTarget="div_status"
->
+<form name="frmEditor" action="$self" method="post" iwfTarget="div_status" >
 
 <textarea name="tt_template" cols="80" rows="10" style="display: block;">
 $tmpl
@@ -133,13 +131,20 @@ $tmpl
 
 <br/>
 <input type="button" name="save_template" value="Save" onclick="javascript:iwfRequest(this);" />
-<input type="checkbox" name="checkin_template" id="checkin_checkbox" label="checkin" />
-<span id="div_status" style="color: #808080;">idle</span>
+<!--
+<input type="checkbox" name="checkin_template" id="checkin_checkbox" label="checkin" /> checkin
+-->
+&nbsp;&nbsp;<span id="div_status" style="color: #808080;">idle</span>
 
 <input type='hidden' value='hidden post value' name='hidValue' />
 
 </form>
 </action>
+<action type='js'>
+<!--
+iwfHideGentlyDelay('div_status', 2, 2000, 1);
+-->
+</action>
 </response>
                };