/[webpac2]/trunk/web/browse.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/browse.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 60 by dpavlin, Tue Nov 15 14:30:50 2005 UTC revision 61 by dpavlin, Tue Nov 15 14:31:03 2005 UTC
# Line 123  iwfHideGentlyDelay('div_status', 2, 2000 Line 123  iwfHideGentlyDelay('div_status', 2, 2000
123  <action type='html' target='div_template' errorCode='' errorMessage='' >  <action type='html' target='div_template' errorCode='' errorMessage='' >
124  <pre>}, Dumper($q->Vars), qq{</pre>  <pre>}, Dumper($q->Vars), qq{</pre>
125    
126  <form name="frmEditor" action="$self" method="post"  <form name="frmEditor" action="$self" method="post" iwfTarget="div_status" >
 iwfTarget="div_status"  
 >  
127    
128  <textarea name="tt_template" cols="80" rows="10" style="display: block;">  <textarea name="tt_template" cols="80" rows="10" style="display: block;">
129  $tmpl  $tmpl
# Line 133  $tmpl Line 131  $tmpl
131    
132  <br/>  <br/>
133  <input type="button" name="save_template" value="Save" onclick="javascript:iwfRequest(this);" />  <input type="button" name="save_template" value="Save" onclick="javascript:iwfRequest(this);" />
134  <input type="checkbox" name="checkin_template" id="checkin_checkbox" label="checkin" />  <!--
135  <span id="div_status" style="color: #808080;">idle</span>  <input type="checkbox" name="checkin_template" id="checkin_checkbox" label="checkin" /> checkin
136    -->
137    &nbsp;&nbsp;<span id="div_status" style="color: #808080;">idle</span>
138    
139  <input type='hidden' value='hidden post value' name='hidValue' />  <input type='hidden' value='hidden post value' name='hidValue' />
140    
141  </form>  </form>
142  </action>  </action>
143    <action type='js'>
144    <!--
145    iwfHideGentlyDelay('div_status', 2, 2000, 1);
146    -->
147    </action>
148  </response>  </response>
149                  };                  };
150    

Legend:
Removed from v.60  
changed lines
  Added in v.61

  ViewVC Help
Powered by ViewVC 1.1.26