[cig-commits] r7930 - cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/webapp/templates

lis at geodynamics.org lis at geodynamics.org
Wed Sep 5 13:34:52 PDT 2007


Author: lis
Date: 2007-09-05 13:34:52 -0700 (Wed, 05 Sep 2007)
New Revision: 7930

Added:
   cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/webapp/templates/dms-2.vm
Log:
added template for file uploading

Added: cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/webapp/templates/dms-2.vm
===================================================================
--- cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/webapp/templates/dms-2.vm	2007-09-05 20:33:36 UTC (rev 7929)
+++ cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/webapp/templates/dms-2.vm	2007-09-05 20:34:52 UTC (rev 7930)
@@ -0,0 +1,29 @@
+#if( !$gisolve_portal_error_info.equals("") )
+  <pre><p><font face="Arial Narrow" color="red">$gisolve_portal_error_info</font><p></pre>
+  <hr>
+#end
+
+<p><b><font color="#000080" face="MS Serif" size="4"><u>Spatial Interpolation: Dynamically Memorized Strategy</u></font></b></p>
+
+<form name="dms0003" enctype = "multipart/form-data" method="post" action="$actionURL">
+<p><b><font color="#000080" face="MS Serif" size="1"><u>Upload or Edit a Dataset:</u></font></b></p>
+  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 2px" bordercolor="#FFFFF0" width="100%" height="54">
+  <!-- dataset upload and benchmark file editing -->
+  <tr>
+        <td width="50%" style="border-style: groove; border-width: 1px" height="24" bgcolor="#99CCFF">
+              <font face="MS Sans Serif" color="#000080">Upload a dataset:</font>
+              <input type="hidden" name="action" value="UploadFile" />
+              <input type="file" name="gisolve_dms_parm_filename" value="" size=30>
+              <input type="submit" value="Submit" name="actionMethod_doDms_file_upload">
+        </td>
+  </tr>
+  </table>
+  #if( $gisolve_dms_file_upload_status )
+  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 2px" bordercolor="#FFFFF0" width="100%" height="54">
+  <tr>
+  	<td width="100%" style="border-style: groove; border-width: 1px" height="24" bgcolor="#FFFFFF">
+  	<b><font face="Arial Narrow" color="darkgreen">$!gisolve_dms_file_upload_status</font></b></td>
+  </tr>
+  </table>
+  #end
+</form>



More information about the cig-commits mailing list