[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3583] trunk/UI/file/attachment_screen.html



Revision: 3583
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3583&view=rev
Author:   einhverfr
Date:     2011-07-28 00:04:05 +0000 (Thu, 28 Jul 2011)

Log Message:
-----------
Attachment screen now renders

Added Paths:
-----------
    trunk/UI/file/attachment_screen.html

Added: trunk/UI/file/attachment_screen.html
===================================================================
--- trunk/UI/file/attachment_screen.html	                        (rev 0)
+++ trunk/UI/file/attachment_screen.html	2011-07-28 00:04:05 UTC (rev 3583)
@@ -0,0 +1,40 @@
+<?lsmb PROCESS 'ui-header.html' 
+		include_stylesheet = ['UI/file/attach.css']
+?>
+<?lsmb PROCESS 'elements.html' ?>
+
+<form action="recon.pl" method="post" enctype="multipart/form-data">
+<div class="listtop" id="title"><?lsmb text('Attach File') ?></div>
+<div class="inputline">
+    <div class="inputgroup">
+    <?lsmb INCLUDE input element_data = {
+           label = text('Url') 
+            type = "text"
+           value = url
+            name = "url"
+           class = "url"
+    } ?>
+    </div>
+</div>
+<div class="separator">
+<?lsmb text('Or') ?>
+<div class="inputline">
+    <div class="inputgroup">
+    <?lsmb INCLUDE input element_data = {
+          label = text("File") 
+           type = "file" 
+           name = "upload_data"
+    } ?> 
+    </div>
+</div>
+<div class="inputline">
+    <div class="inputgroup">
+    <?lsmb INCLUDE button element_data = {
+           text = text('Upload')
+          value = "attach_file"
+           name = "action"
+           type = "submit"
+          class = "submit"
+    } ?>
+    </div>
+</div>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.