Created
June 16, 2009 23:40
-
-
Save bluewhalelabs/130986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| .mb5 { margin-bottom: 5px } | |
| .mr10 { margin-right:10px; } | |
| .block { display: block; } | |
| </style> | |
| <div id="date-fields"> | |
| <strong class="block">This happened on</strong> | |
| <div class="lg-left mr10"> | |
| <label class="block">Magic Date</label> | |
| <object width="175" height="30" class="swfupload" data="/new/flash/swfupload/SWFUpload.swf?swfuploadrnd=457195224" type="application/x-shockwave-flash" id="SWFUpload_0"><param value="transparent" name="wmode"/><param value="/new/flash/swfupload/SWFUpload.swf?swfuploadrnd=457195224" name="movie"/><param value="high" name="quality"/><param value="false" name="menu"/><param value="always" name="allowScriptAccess"/><param value="movieName=SWFUpload_0&uploadURL=%2Fmedias%2Fcreate%3Fformat%3Dflash%26api_key%3D93a7ae68bcf696d92c4eafddecdc1868874d3b1b649828e7f223c2116a468a32&uploadVideoURL=%2Fmedias%2Fprepare_panda%3Fformat%3Dflash%26api_key%3D93a7ae68bcf696d92c4eafddecdc1868874d3b1b649828e7f223c2116a468a32&useQueryString=false&requeueOnError=false&httpSuccess=&params=&filePostName=media%5Buploaded_data%5D&fileTypes=*.jpg%3B%20*.jpeg%3B%20*.gif%3B%20*.png%3B&fileVideoTypes=*.avi%3B%20*.mpeg&fileTypesDescription=Media%20Files&fileSizeLimit=3072&fileUploadLimit=25&fileQueueLimit=0&debugEnabled=false&buttonImageURL=&buttonWidth=175&buttonHeight=40&buttonText=&buttonTextTopPadding=0&buttonTextLeftPadding=0&buttonTextStyle=color%3A%20%23000000%3B%20font-size%3A%2014pt%3B&buttonAction=-110&buttonDisabled=false&buttonCursor=-2" name="flashvars"/></object> | |
| <button> | |
| <div class="lightButton">Choose Photos</div> | |
| </button> | |
| <button id="btnCancel" class="gold" type="button" onclick="cancelQueue(swfu);" disabled="disabled" style="display: none;"> | |
| <div class="door"><div>Cancel Uploads</div></div> | |
| </button> | |
| or | |
| </div> | |
| <div class="lg-left mr10"> | |
| <label class="block mb5">Approximate Age</label> | |
| <select style="width: 100px;" class="txtfield" id="gram_date_range" name="gram[date_range]"> | |
| <option value="0">- select -</option> | |
| </select> or | |
| </div> | |
| <div class="lg-left"> | |
| <label class="block mb5">Precise Date</label> | |
| <input type="text" value="June 16, 2009 11:06 PM" size="20" onclick="new CalendarDateSelect( $(this), {time:true, year_range:10} );" name="gram[published_at]" id="gram_published_at" class="txtfield"/> <img style="border: 0px none ; cursor: pointer;" src="http://lilgrams.com/new/images/backgrounds/blank.gif?1239100360" onclick="new CalendarDateSelect( $(this).previous(), {time:true, year_range:10} );" alt="Blank"/> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment