CINXE.COM
Commons Video Convert
<!DOCTYPE HTML> <!-- /* * jQuery File Upload Plugin Basic Plus Demo 1.3.5 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ --> <html lang="en"> <head> <!-- Force latest IE rendering engine or ChromeFrame if installed --> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> <meta charset="utf-8"> <title>Commons Video Convert</title> <meta name="description" content="File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap styles --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Generic page styles --> <link rel="stylesheet" href="css/style.css"> <!-- blueimp Gallery styles --> <link rel="stylesheet" href="css/blueimp-gallery.min.css"> <!-- CSS to style the file input field as button and adjust the Bootstrap progress bars --> <link rel="stylesheet" href="css/jquery.fileupload.css"> <link rel="stylesheet" href="css/jquery.fileupload-ui.css"> <!-- CSS adjustments for browsers with JavaScript disabled --> <noscript><link rel="stylesheet" href="css/jquery.fileupload-noscript.css"></noscript> <noscript><link rel="stylesheet" href="css/jquery.fileupload-ui-noscript.css"></noscript> </head> <body> <script type="text/javascript" src="js/jquery.min.js"></script> <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included --> <script type="text/javascript" src="js/vendor/jquery.ui.widget.js"></script> <!-- The Templates plugin is included to render the upload/download listings --> <script type="text/javascript" src="js/tmpl.js"></script> <!-- The Load Image plugin is included for the preview images and image resizing functionality --> <script type="text/javascript" src="js/load-image.min.js"></script> <!-- The Canvas to Blob plugin is included for image resizing functionality --> <script type="text/javascript" src="js/canvas-to-blob.min.js"></script> <!-- Bootstrap JS is not required, but included for the responsive demo navigation --> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- The Iframe Transport is required for browsers without support for XHR file uploads --> <script type="text/javascript" src="js/jquery.iframe-transport.js"></script> <!-- The basic File Upload plugin --> <script type="text/javascript" src="js/jquery.fileupload.js"></script> <!-- The File Upload processing plugin --> <script type="text/javascript" src="js/jquery.fileupload-process.js"></script> <!-- The File Upload image preview & resize plugin --> <script type="text/javascript" src="js/jquery.fileupload-image.js"></script> <!-- The File Upload audio preview plugin --> <script type="text/javascript" src="js/jquery.fileupload-audio.js"></script> <!-- The File Upload video preview plugin --> <script type="text/javascript" src="js/jquery.fileupload-video.js"></script> <!-- The File Upload validation plugin --> <script type="text/javascript" src="js/jquery.fileupload-validate.js"></script> <!-- The File Upload user interface plugin --> <script type="text/javascript" src="js/jquery.fileupload-ui.js"></script> <div class="container"> <h1>Commons Video Convert</h1> <blockquote>Please login using using OAuth on Wikimedia Commons. If the login fails, you may need to <a href="https://commons.wikimedia.org/wiki/Special:MergeAccount">unify your accounts</a>.</blockquote> <form id="loginform" name="loginform" method="post" action="index.php" enctype="multipart/form-data"> <input type="hidden" id="PHPSESSID" value="ad44qac37u4fu4akpkhamr84om" /> <input type="hidden" name="action" value="login"> <!-- table border="0" cellpadding="5" cellspacing="0"> <tr> <td align="right">Username:</td> <td><input type="text" name="username" value="" size="12"></td> </tr> <tr> <td align="right">Password:</td> <td><input type="password" name="password" value="" size="12"></td> </tr> <tr> <td align="right"></td> <td> <input type="submit" value=" login "> </td> </tr> </table--> <input type="submit" name="login" value=" login "> </form></body> </html>